okpy / ok-client

A Python client for the OK autograding system
https://okpy.org/
Apache License 2.0
57 stars 42 forks source link

Unauthorized for URL #452

Open davidwagner opened 4 years ago

davidwagner commented 4 years ago

We use okpy in Jupyter Notebooks in Data 8, and a student reported the following error message:

HTTPError: 401 Client Error: UNAUTHORIZED for url: https://okpy.org/api/v3/backups/?client_name=ok-client&client-version=v1.18.1

error message

Presumably this should not happen. Either they should receive a message asking them to authenticate, or the authentication should succeed.