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
This exception is raised whenever anything goes wrong, from a flux syntax error to a connection issue. While not a problem during normal use, it makes development with the async API very frustrating.
The text was updated successfully, but these errors were encountered:
I have prepared a fixed version within #512. Development version of the client will be available after #512 acceptance, stable version in regular release cycle.
Uh oh!
There was an error while loading. Please reload this page.
Specifications
Code sample to reproduce problem
Expected behavior
the call to query should raise an APIError:
While not perfect, this is what happens with the sync client.
Actual behavior
the call to query raises this instead :
Full traceback:
Additional info
This exception is raised whenever anything goes wrong, from a flux syntax error to a connection issue. While not a problem during normal use, it makes development with the async API very frustrating.
The text was updated successfully, but these errors were encountered: