osuripple / cheesegull

CheeseGull is an osu! mirror developed for Ripple.
MIT License
14 stars 8 forks source link

Can't log in into osu!: downloader: Login: could not log in (was not redirected to index) #13

Closed ghost closed 6 years ago

ghost commented 6 years ago

Could this be due to osu.ppy.sh being the new osu page, or have I set something up wrongly?

ghost commented 6 years ago

I was able to get it working when changing loginResp, err := c.PostForm("https://osu.ppy.sh/forum/ucp.php?mode=login", vals) in downloader/downloader.go to loginResp, err := c.PostForm("https://old.ppy.sh/forum/ucp.php?mode=login", vals)

thehowl commented 6 years ago

Yeah, I had made a temp patch on prod server a few days ago to hotfix it and forgot to do the proper patch. Might do today if I have the time

ghost commented 6 years ago

Alright, I probably should've made a pull request. Oh wel