unauthorized
what happened?
no authorization cookie was passed with your request.
the authorization cookie that's normally sent includes your access token you enter on /auth.html.
however, no such cookie was there.
what could have caused this?
- browser caching
- removing/disabling browser cookies
- no authorization key set.
how to fix?
- set your access token using /auth.html.
- try clearing your browser cache.