Skip to content

Instantly share code, notes, and snippets.

@radiosilence
Created April 19, 2010 04:02
Show Gist options
  • Save radiosilence/370736 to your computer and use it in GitHub Desktop.
Save radiosilence/370736 to your computer and use it in GitHub Desktop.
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