Closed jimjamgithub closed 2 years ago
Scratch banned some of replit's IP adresses, so logging in from replit does not always work. scratchattach._exceptions.LoginFailure
is raised when Scratch blocks the login request.
oh ok, thats annoying (also didn't realise i left login details in the error message, thanks for removing)
You can sometimes fix the problem by forking the repl, that will give the repl a new ip adress.
how do you make it access the forked repl
The info from this issue is no longer up to date. Scratch blocked all replit IPs from accessing all API endpoints (except for cloud variables) about two years ago.
so, while trying to log in to my account in scratchattach, it firstly returns with:
Failed to login. Either the provided authentication data is wrong or your network is banned from Scratch
The authentication data is correct, and i did login with the same account on the same network after that. Then this long error message comes:also, the same code worked about an hour earlier i'm using replit btw
Edit: Removed login data - TimMcCool