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
Hi, @Terrance ! You know, there are a lot of strange unexpected errors in skype api like that #285 #278 #220
Also I have on production 80+ like this SkypeApiException: ('503 response from POST https://azwcus1-client-s.gateway.messenger.live.com/v1/users/ME/endpoints/SELF/subscriptions/0/poll', <Response [503]>) in .cycle()
I should save a lot of messages online from Skype. And I really don't like when I have some messages not saved and when my app in docker container is failed due to errors like this.
So, do you have any recommendations how to handle all of them? Is the rewriting of __call__ method of a my bot class the best way out? Or do you have any better ideas how to do it in your lib?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, @Terrance ! You know, there are a lot of strange unexpected errors in skype api like that
#285
#278
#220
Also I have on production 80+ like this
SkypeApiException: ('503 response from POST https://azwcus1-client-s.gateway.messenger.live.com/v1/users/ME/endpoints/SELF/subscriptions/0/poll', <Response [503]>)
in.cycle()
I should save a lot of messages online from Skype. And I really don't like when I have some messages not saved and when my app in docker container is failed due to errors like this.
So, do you have any recommendations how to handle all of them? Is the rewriting of
__call__
method of a my bot class the best way out? Or do you have any better ideas how to do it in your lib?Beta Was this translation helpful? Give feedback.
All reactions