python-etherpad_lite
python-etherpad_lite copied to clipboard
Doesn't seem to work with Etherpad-Lite v1.6.4.
I recently upgraded my Etherpad-Lite install to v1.6.4 due to some security vulnerabilities that were discovered, and found out the hard way that my code which uses your Python API module doesn't seem to work anymore. I've got my notes at home, including the exception (which I'll paste into a comment).
tl;dr - code that worked in production is now throwing an HTTP 405.
More to come after work today.
I had the same error, I just had to append ''/api" to base_url argument.
Don't know if it is your error, and if it is of any interest 2 years after, but in case…