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
We have Fedora deposits in our test Archivematica 0.13.1/0.18.1 system, and using AIPscan to query all packages is causing a Python exception due to a bad response from the Storage Service. This Storage Service issue is logged as Archivematica Issue 1514. The AIPscan exception occurs in our tests at Aggregator/tasks.py line 253 but could also occur at Aggregator/tasks.py line 236.
Example exception error (Note: URL prefix changed to '...' in example):
AIPscan.Aggregator.tasks.TaskError: Bad response from server: Check the URL and API details, cannot connect to: .../api/v2/file/?limit=20&offset=0
The actual HTTP status code was 400 but is not properly reported in the error message.
The text was updated successfully, but these errors were encountered:
We have Fedora deposits in our test Archivematica 0.13.1/0.18.1 system, and using AIPscan to query all packages is causing a Python exception due to a bad response from the Storage Service. This Storage Service issue is logged as Archivematica Issue 1514. The AIPscan exception occurs in our tests at Aggregator/tasks.py line 253 but could also occur at Aggregator/tasks.py line 236.
Example exception error (Note: URL prefix changed to '...' in example):
AIPscan.Aggregator.tasks.TaskError: Bad response from server: Check the URL and API details, cannot connect to: .../api/v2/file/?limit=20&offset=0
The actual HTTP status code was 400 but is not properly reported in the error message.
The text was updated successfully, but these errors were encountered: