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
That exception typically happens if something in the backed takes longer than expected to respond back, your safest bet is to add a catch and retry. Is it happening a lot?
Yeah, I'm getting all sorts of exceptions actually. Eg no such room after creating a room - yet then I see in actuality the room does get created. I was just considering wrapping he HipChat class to make exceptions non-fatal - or throttling somehow. Any advice? Thanks, M.
Anyone seen this before?
504 doesn't even appear in https://www.hipchat.com/docs/apiv2/response_codes or https://www.hipchat.com/docs/api/response_codes
I suppose I'll just have to catch such exceptions. Weird.
The text was updated successfully, but these errors were encountered: