jebena / jebena-python-client

Simple Python Client for the Jebena API Server
Mozilla Public License 2.0
2 stars 1 forks source link

Additional hints on socket timeout issue when running in non-interactive cases #21

Closed jpotter closed 18 hours ago

jpotter commented 18 hours ago

When running in non-interactive scenarios such as cron, the current error message ("Socket Timeout error") without any context is confusing as to the source and fix:

Screenshot 2024-09-23 at 4 33 56 PM

Adding additional timeout details and hints on how to resolve this condition should make future developer's lives better.

🍂