chnm / serendipomatic

http://serendipomatic.org/
26 stars 9 forks source link

Zotero broke #61

Closed briancroxall closed 11 years ago

briancroxall commented 11 years ago

I used the dev server to connect my Zotero library. After logging in, I got the following error:

Exception at /stash/

Invalid parameter '[]'

Request Method: GET Request URL: http://vast-ocean-3191.herokuapp.com/stash/ Django Version: 1.5.1 Exception Type: Exception Exception Value:

Invalid parameter '[]'

Exception Location: /app/.heroku/python/lib/python2.7/site-packages/bibs/bibs.py in parse_input_elements, line 478 Python Executable: /app/.heroku/python/bin/python Python Version: 2.7.4 Python Path:

['/app/smartstash', '/app', '/app/.heroku/python/bin', '/app/.heroku/python/lib/python2.7/site-packages/distribute-0.6.36-py2.7.egg', '/app/.heroku/python/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg', '/app', '/app/.heroku/python/lib/python27.zip', '/app/.heroku/python/lib/python2.7', '/app/.heroku/python/lib/python2.7/plat-linux2', '/app/.heroku/python/lib/python2.7/lib-tk', '/app/.heroku/python/lib/python2.7/lib-old', '/app/.heroku/python/lib/python2.7/lib-dynload', '/app/.heroku/python/lib/python2.7/site-packages', '/app/.heroku/python/lib/python2.7/site-packages/PIL', '/app/.heroku/python/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info']

Server time: Fri, 2 Aug 2013 08:28:36 -0500

briancroxall commented 11 years ago

I've replicated this once already. Can do it again on command.

mialondon commented 11 years ago

Eli's working on this now.

briancroxall commented 11 years ago

Just got similar results: Exception at /stash/

Invalid parameter '[]'

Request Method: GET Request URL: http://vast-ocean-3191.herokuapp.com/stash/ Django Version: 1.5.1 Exception Type: Exception Exception Value:

Invalid parameter '[]'

Exception Location: /app/.heroku/python/lib/python2.7/site-packages/bibs/bibs.py in parse_input_elements, line 478 Python Executable: /app/.heroku/python/bin/python Python Version: 2.7.4 Python Path:

['/app/smartstash', '/app', '/app/.heroku/python/bin', '/app/.heroku/python/lib/python2.7/site-packages/distribute-0.6.36-py2.7.egg', '/app/.heroku/python/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg', '/app', '/app/.heroku/python/lib/python27.zip', '/app/.heroku/python/lib/python2.7', '/app/.heroku/python/lib/python2.7/plat-linux2', '/app/.heroku/python/lib/python2.7/lib-tk', '/app/.heroku/python/lib/python2.7/lib-old', '/app/.heroku/python/lib/python2.7/lib-dynload', '/app/.heroku/python/lib/python2.7/site-packages', '/app/.heroku/python/lib/python2.7/site-packages/PIL', '/app/.heroku/python/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info']

Server time: Fri, 2 Aug 2013 12:27:15 -0500

mialondon commented 11 years ago

Can you still replicate it?

erose commented 11 years ago

This particular problem (commas in the dates) was fixed with input sanitization. So I'm closing it.