question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cloudflare is misconfigured for the registration and login APIs

See original GitHub issue

Attempting to register gives me "Something happened... but we're not sure what.". Redirecting it to netcat listening locally did send me garbage… I couldn’t make that out. I’m running an unmodified release build on Linux.

I don’t see any .log files anywhere but I did reverseread the code enough to register manually, which did work. I’ve logged in on the site. But I cannot login in the game.

const x = new XMLHttpRequest();
x.open("POST", "https://osu.ppy.sh/users");
x.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
x.setRequestHeader("User-Agent", "osu!")
x.send("user[username]=USERNAME&user[user_email]=EMAIL_ADDRESS&user[password]=PASSWORD");

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
WildCryptoFoxcommented, Dec 18, 2019

@jai-x Ah fair call. Migrating it over.

1reaction
jai-xcommented, Dec 18, 2019

On Linux, logfiles can be located in ~/.local/share/osu/logs

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cloudflare is misconfigured for APIs making the game ...
Cloudflare is misconfigured for APIs making the game unplayable over ... I can't route the game through tor because the login is required....
Read more >
Common issues · Cloudflare Zero Trust docs
This section covers the most common issues you might encounter as you deploy the WARP client in your organization, or turn on new...
Read more >
Troubleshooting - Cloudflare Zero Trust
I tried to register the WARP client with my Zero Trust domain but received the following error messages: Authentication Expired and ...
Read more >
What does 'Your connection is not private' mean?
It means that the website does not have an SSL certificate and does not use SSL/TLS for encrypting traffic to and from the...
Read more >
What is API security?
API security is the process of protecting APIs from attacks. Learn about the importance of authentication and other security measures for web API...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found