stefan2200 / TWB

Python based bot for Tribal Wars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

session_data None in request.py

maartenpeels opened this issue · comments

Stacktrace:

I crashed :(   'NoneType' object is not subscriptable
Traceback (most recent call last):
  File "/Users/../Desktop/TWB/twb.py", line 365, in <module>
    t.start()
  File "/Users/../Desktop/TWB/twb.py", line 359, in start
    self.run()
  File "/Users/../Desktop/TWB/twb.py", line 240, in run
    self.wrapper.start()
  File "/Users/../Desktop/TWB/core/request.py", line 93, in start
    self.web.cookies.update(session_data['cookies'])