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
I have made a software made with jaydebeapi.
It worked correctly for weeks since today, I didn't change anything on python / jaydebeapi, but now the program stops directly, just after the line cnxn = jaydebeapi.connect()
It seems to be a 4/5 s latency, then the program stops.
I don't have any error, even after trying to encapsulate the call in try: except doesn't give any other information.
When a problem arrives, jaydebeapi should give other informaitions than just quitting
The text was updated successfully, but these errors were encountered:
I have made a software made with jaydebeapi.
It worked correctly for weeks since today, I didn't change anything on python / jaydebeapi, but now the program stops directly, just after the line
cnxn = jaydebeapi.connect()
It seems to be a 4/5 s latency, then the program stops.
I don't have any error, even after trying to encapsulate the call in try: except doesn't give any other information.
When a problem arrives, jaydebeapi should give other informaitions than just quitting
The text was updated successfully, but these errors were encountered: