We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fix username case sensitivity in #41
b5f022d
also 4pr0n/ripme#140
Fixed in 4pr0n/gonewilder#41
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: