Created
April 19, 2010 04:02
-
-
Save radiosilence/370736 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/lib/python2.6/dist-packages/gevent/greenlet.py", line 388, in run | |
result = self._run(*self.args, **self.kwargs) | |
File "/home/james/Dropbox/Development/porcupine/porcupine/couchdb/client.py", line 32, in save | |
_id = urllib.quote_plus( document._id ) | |
File "/usr/lib/python2.6/urllib.py", line 1228, in quote_plus | |
s = quote(s, safe + ' ') | |
File "/usr/lib/python2.6/urllib.py", line 1222, in quote | |
res = map(safe_map.__getitem__, s) | |
KeyError: u'\xe9' | |
<Greenlet at 0xa0c17ac: <bound method Database.save of <porcupine.couchdb.client.Database object at 0xa063fac>>(<porcupine.models.Track object at 0xa0ba96c>)> failed with KeyError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment