stefan2200/TWB

session_data None in request.py

maartenpeels opened this issue · 0 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'])