gta5-map / Social-Club-example-parser

Simple example parser for Rockstar's Social Club written in PHP
MIT License
29 stars 13 forks source link

Sorry! An error occurred while processing your request. #3

Closed ghost closed 9 years ago

ghost commented 9 years ago

I've tried the parser on localhost and on a web server, but the script doesn't work correctly.

With a correct username: "Sorry! An error occurred while processing your request.". http://i.imgur.com/kXk8JU6.jpg

With a non existing username, correct page but without data (seems legit) http://i.imgur.com/a3TGMqe.jpg

__RequestVerificationToken is ok.

Any suggestion?

frdmn commented 9 years ago

@hacklover Crud. Forgot to get back to you via IRC. Any news about this issue?

Naoto-Ida commented 9 years ago

Simular situation. I'm guessing with the PC release, they added a few parameters to the cookies to secure it better. @frdmn , do you know if "uacdlftm" existed when you wrote this? I will test it out.

frdmn commented 9 years ago

@Naoto-Ida @hacklover I'll see if I can reproduce the issue on the weekend.

Naoto-Ida commented 9 years ago

Thanks @frdmn, I'll try to solve it too. Although, I am planning on making a Java version of this.

frdmn commented 9 years ago

@Naoto-Ida Nice! I assume the language is not relevant in this case. If Rockstar changed anything in their end, I assume all parser will fail.

Naoto-Ida commented 9 years ago

@frdmn It's definitely not anything that is POSTed, it is something to do with modifying the cookies. Will look into it and report.

frdmn commented 9 years ago

@hacklover Can you pull from master and retry using @Naoto-Ida's fix?

frdmn commented 9 years ago

Closing for now, since I didnt hear anything from @hacklover