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

Traceback error on certain users. #140

Closed
serenity44 opened this issue Nov 18, 2014 · 1 comment
Closed

Traceback error on certain users. #140

serenity44 opened this issue Nov 18, 2014 · 1 comment

Comments

@serenity44
Copy link

Here is the log.

Downloading: http://176.31.245.135/#gonewild:NakedKatie
Rip complete, saved to .\rips\gonew...d_NakedKatie
Error: Traceback (most recent call last):
File "api.cgi", line 213, in
print dumps(main(), indent=2)
File "api.cgi", line 29, in main
elif method == 'get_user': return get_user(keys)
File "api.cgi", line 72, in get_user
count = int(keys.get('count', 10))
File "/home/rarchivers/gonewild.rarchives.com/py/Queries.py", line 307, in get_user_posts
userid = db.select_one('id', 'users', 'username = ?', [user])
File "/home/rarchivers/gonewild.rarchives.com/py/DB.py", line 213, in select_one
return one[0]
TypeError: 'NoneType' object has no attribute 'getitem'

Similar to this: #24 but I'm using the latest version and still get this error on this url as well as a few others.

4pr0n added a commit to 4pr0n/gonewilder that referenced this issue Nov 27, 2014
@4pr0n
Copy link
Owner

4pr0n commented Nov 27, 2014

Fixed in 4pr0n/gonewilder#41

@4pr0n 4pr0n closed this as completed Nov 27, 2014
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