Luke Hagan
Luke Hagan
Trying to convert pdf/jpeg to text, I'm getting: ``` { "error": "Error when converting file to text" } ``` and for docx, just: ``` Internal Server Error ``` Same issue...
This fix solves the issues I reported in issue #10 (`read past EOF` and `Too many open files` errors on after multiple searches).
Just an incorrect path to `facebook.json`.
SSHCore includes parameters for key-based authentication, but it currently ignores them.
phoshare does not handle paths containing unicode characters. Potential fixes suggested by Michel Boudinot: 1. set the default encoding to utf-8, using the kludge of adding `import sys; reload(sys); sys.setdefaultencoding(‘utf-8’)`...