Changaco / python-etherpad_lite

Python interface for Etherpad-Lite's HTTP API
16 stars 6 forks source link

Doesn't seem to work with Etherpad-Lite v1.6.4. #8

Open virtadpt opened 6 years ago

virtadpt commented 6 years ago

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.

JocelynDelalande commented 4 years ago

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…