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
It appears like the behavior of the load balancer or IIIF server has changed as the Python IIIF examples do no longer receive responses from the server.
A reproducible example can be boiled down to:
python3 -c 'import requests; x = requests.get("https://lbiiif.riksarkivet.se/collection/arkiv/HohqzwhBm21Bv4zTQhT0p8", timeout=30)'
It appears like the SSL handshake is successful but no data is returned (tested with Python 12 and 11 (on various Linux systems in various countries)). The issue does not appear with some other tools like cURL or wget.
If the logs could be helpful my user agent is: "IIIF-Manifest-Analyzer/1.0 (Contact: byabbe.se)"
The text was updated successfully, but these errors were encountered:
It appears like the behavior of the load balancer or IIIF server has changed as the Python IIIF examples do no longer receive responses from the server.
A reproducible example can be boiled down to:
It appears like the SSL handshake is successful but no data is returned (tested with Python 12 and 11 (on various Linux systems in various countries)). The issue does not appear with some other tools like cURL or wget.
If the logs could be helpful my user agent is: "IIIF-Manifest-Analyzer/1.0 (Contact: byabbe.se)"
The text was updated successfully, but these errors were encountered: