jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
230 stars 71 forks source link

Invalid cookie data, cannot log in to Steam #44

Open joaojotta opened 6 years ago

joaojotta commented 6 years ago

Hi I've used this for quite a long time and now it just won't work. I know cookies change and they're correct. I've done it over and over again before.

Any help here?

Thanks

[ 04/28/2018 10:34:10 PM ] WELCOME TO IDLE MASTER
[ 04/28/2018 10:34:10 PM ] Finding games that have card drops remaining
/usr/lib/python2.7/site-packages/bs4/__init__.py:181: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.

The code that caused this warning is on line 158 of the file start.py. To get rid of this warning, change code that looks like this:

 BeautifulSoup(YOUR_MARKUP})

to this:

 BeautifulSoup(YOUR_MARKUP, "lxml")

  markup_type=markup_type))
[ 04/28/2018 10:34:12 PM ] Reading badge page, please wait
[ 04/28/2018 10:34:12 PM ] Invalid cookie data, cannot log in to Steam
Press Enter to continue...
Takohashi commented 6 years ago

https://github.com/sergey-dryabzhinsky/idle_master_py/commit/96b0e21edcb691ccb7c7b35b38babbf0e696bb91

joaojotta commented 6 years ago

Worked like a charm! Thanks!