Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'NoneType' object has no attribute 'get' #57

Closed
nauliajati opened this issue Jan 11, 2017 · 2 comments
Closed

AttributeError: 'NoneType' object has no attribute 'get' #57

nauliajati opened this issue Jan 11, 2017 · 2 comments

Comments

@nauliajati
Copy link

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'

@epinna
Copy link
Owner

epinna commented Jan 11, 2017

Try deleting ".weevely" (note it starts with a dot) in your home folder and run it again (backup it if you have any session you want to save).

Do you still see the error message?

@nauliajati
Copy link
Author

awesome, thanks bro fixed! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants