You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If connection to Zino server is lost and when client is attempting several requests after that, an AttributeError is raised. One of the errors that more clearly indicates a connection loss should be raised instead. Possibly some extra handling of session becoming Nonecould be needed in zinolib, not sure. Same applies to UpdateHandler when it becomes None after a connection loss.
podliashanyk
changed the title
Raise better error when session is None in EventManager
Raise better error when EventManager session and/or UpdateHandler is None
Jun 24, 2024
podliashanyk
changed the title
Raise better error when EventManager session and/or UpdateHandler is None
Raise better error when EventManager-session and/or UpdateHandler is None
Jun 24, 2024
If connection to Zino server is lost and when client is attempting several requests after that, an
AttributeError
is raised. One of the errors that more clearly indicates a connection loss should be raised instead. Possibly some extra handling of session becomingNone
could be needed in zinolib, not sure. Same applies toUpdateHandler
when it becomesNone
after a connection loss.When
session
inEventManager
isNone
:When
UpdateHandler
isNone
:The text was updated successfully, but these errors were encountered: