You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm found this error when i'm execute: python weevely.py
can u help me? thanks 😄
Traceback (most recent call last):
File "weevely.py", line 98, in
main(arguments)
File "weevely.py", line 38, in main
password = arguments.password
File "/root/weevely3/core/sessions.py", line 223, in init
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered:
Hello, i'm found this error when i'm execute: python weevely.py
can u help me? thanks 😄
Traceback (most recent call last):
File "weevely.py", line 98, in
main(arguments)
File "weevely.py", line 38, in main
password = arguments.password
File "/root/weevely3/core/sessions.py", line 223, in init
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
The text was updated successfully, but these errors were encountered: