I'm using the latest version of ryuu on Windws, and came across two odd issues.
1. When I try creating a token, the token is generated but the application hangs - I have to Ctrl+C to get back to the shell. The token is actually successfully generated and stored in my local credentials file, it just doesn't end the loop.
2. With a token in place, I'm unable to access any data. Any attempt to hit the data endpoint results in the login page being returned, instead of the JSON that I should be getting. By deleting the local credentials file and re-logging-in, forgoing the token, I'm able to query data again.