mauzel / mproxy-gbf

GRANBLUE FANTASY CACHING PROXY
MIT License
4 stars 6 forks source link

Bad cookie (?) causing looping issue in some cases #14

Open mauzel opened 6 years ago

mauzel commented 6 years ago

I personally cannot reproduce this issue, but https://github.com/mauzel/mproxy-gbf/pull/13#issuecomment-377572152 is describing some remaining issues.

This issue needs further triaging before I can figure out what needs to be done. But most likely it will involve blacklisting some more authentication-related requests in the PAC file.

mauzel commented 6 years ago

@AkagiShiroe if you can reproduce the looping issue easily, can you help me by doing following:

  1. Use proxy with debug output -d option (I think you already know how since you the debug output in the screenshot you showed me before).
  2. Use proxy and do the freezing/looping issue
  3. Paste me the full log from proxy during the freezing/looping issue

I do not see this issue so I am not sure what is happening, so please show me the log if you can, thanks.

AkagiShiroe commented 6 years ago

the thing is.. it just looping on game.granbluefantasy.jp for how to fix it: remove whole cookies for game.granbluefantasy.jp so that's why i earlier suggest to add some script to ignore cookies (or somehow deliver it)

mauzel commented 6 years ago

the thing is.. it just looping on game.granbluefantasy.jp

I believe that it will be making other specific requests which will show in the proxy log. So seeing your log would help me a lot.

to ignore cookies (or somehow deliver it)

This is how I implemented it, and it seems to work for me. But, it's not working for you, so I need your help to fix it. The help I need is to please see your proxy logs with debug output so I can better understand what it is actually doing for you.

AkagiShiroe commented 6 years ago

@mauzel i'll post the result tmr if i get the issue again, since triggering it wasn't easy

AkagiShiroe commented 6 years ago

the issue didn't appear anymore, looks like i just have to wipe cookies if im using old PAC, when im trying to use NEW PAC, the page just load normally even when its try to make you relogin. (i think this issue are fixed, i'll be posting if anything happen)

AkagiShiroe commented 6 years ago

@mauzel found the issue that make Error Respond 500. Cookies "ln" and "t" in game.granbluefantasy.jp, delete that and page will load again.. funny