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
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
If there's an error during downloading a submission, the key filename will not be present in the response body (see relevant code here): instead the "error" key will be present.
Thus if a download error occurs, we'll see a KeyError: 'filename' from the SDK due to this line:
If there's an error during downloading a submission, the key
filename
will not be present in the response body (see relevant code here): instead the "error" key will be present.Thus if a download error occurs, we'll see a
KeyError: 'filename'
from the SDK due to this line:We should fix this once the exception handling in #110 is merged (related).
The text was updated successfully, but these errors were encountered: