birjj / Lounge-Enhancer

A simple Chrome extension to add a bit of extra functionality to CSGO Lounge
MIT License
0 stars 0 forks source link

Bets Failing #1

Open birjj opened 9 years ago

birjj commented 9 years ago

Bets failing with the private inventory error message - possibly faulty requests, otherwise something on Lounge's end.

Having trouble locating the bug.

ncla commented 9 years ago

If I were to take a wild guess, are you sending exactly same request as if you were placing a bet normally? I know one header might be left out since you are writing in vanilla JS is x-requested-with, jQuery adds that for all AJAX requests.. buuut I doubt CSGL admins are capable of detecting a missing request header.

Did you decide on the contribution thing, btw?

birjj commented 9 years ago

Yeah, I'll be fixing the bugs that break the extension, then implement it into LoungeDestroyer

I'll look at the headers - thanks for the tip!