Tobias Bora
Tobias Bora
Hello, thanks for reporting this bug. I also have it, it seems first that Scridb changed (again) it's interface, and also I'm not sure to see why, but it seems...
Hello, It's the first time I see this kind of document in scribd (with the right arrow to scroll), and this tool does not yet deal with that case. I...
Thank you for the bug report. Despite the error name, in fact the problem is not that he can't find the geckodriver file (sorry, when I coded it I thought...
Hum, it is strange... Could you please the AppImage I made, that basically packs everything included Firefox, python, and Geckodriver: https://github.com/tobiasBora/scribd-downloader-3/releases/tag/v18.01 .
Uhm… Are you on a 64bits system or 32bits ? Could please send me the result of $ uname -a $ ldd ./Scribd_Downloader_3-x86_64.AppImage $ file ./Scribd_Downloader_3-x86_64.AppImage Thank you, -- Tobias...
I guess that the problem is the interpreter, again... I'll try to find a way to statically linked everything, including the interpreter... Meanwhile, if you have in your system a...
In fact I just needed to replace all "www.sharelatex" with "fr.overleaf" and it worked. However, I was confused to see that this project is not really a "two-way" repository where...
So I used to create a similar project [here](https://github.com/tobiasBora/ogit_overleaf_v2_unofficial_git_bridge) to solve this issue, and I added there some more stuff, notably the possibility to sync in both direction (this project...
Ok, I just submitted a PR.
Yes, it's quite fundamental to ensure the path is write only (actually I think it's actually a bind read-only mount but I could be wrong). They do that to make...