Anonymous - 2011-11-14

I just ran into this problem. Spent about an hour trying to figure out why things seem not to be working. It turns out it's because I'm using an email with a '+' in it.

This is pretty easy to fix actually. It looks like restul_lib.py already takes care of properly encoding URI parameters, but you need to pass them in as a dictionary using 'args' instead of manually appending them to the URI path as a string (see line 298 of __init__.py).