TWB
TWB copied to clipboard
Issues after restarting
Traceback (most recent call last):
File "C:\Users\mee\OneDrive\Pulpit\TWB-master\twb.py", line 374, in
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\mee\OneDrive\Pulpit\TWB-master\twb.py", line 376, in
\TWB-master\twb.py", line 377 pl_auth = 10e49509da8a:c09320a63cb835ff9f2ea94dfd57c5f28596d6fa1295ac6cab2803dd42528dcc; ^ SyntaxError: invalid decimal literal
It looks like your session file (cache/session.json
) is broken, deleting it and restarting the bot will probably fix the issue
It didnt help and at start it cannot create that file
I am encountering the same problem, which is why I have not been able to connect the bot once. Is there already any solution available?
Edit: Now it is working. The problem was that I first opened the config file in my python interpreter to edit it, so it received the typical author/date signature. After deleting that part the bot works perfectly fine. Maybe it helps you further.