pasbec
pasbec
I ran into a similar massive bug today on *Windows* with the latest client 3.5.1. Not sure though what caused the problem. The client went totally crazy and deleted one...
The part which causes all the trouble is in libsync, more specifically in a lambda function in [discovery.cpp](https://github.com/nextcloud/desktop/blob/master/src/libsync/discovery.cpp#L1129). Corresponding translations of the error message are here: e.g [de](https://github.com/nextcloud/desktop/blob/master/translations/client_de.ts#L3775), ... The...
Dear Nextcloud-community, I just want to share how I got the nextcloud-client compiled correctly in kubuntu 16.04: For dependencies and build-tools, most of the necessary packages were already posted by...
This problem is definitely not solely bound to the IP. I can logout/login from the exact same IP with different browsers and without any captcha. With this, gogrepoc got completey...
> This should already be fixed. I switched to token login and changed the recaptcha detection method, a couple of commits ago. You just need to download the current version...
I was able to solve all md5 issues for files that can manually be downloaded from GOG by one small modification in the function `append_xml_extension_to_url_path`: ```diff diff --git a/gogrepoc.py b/gogrepoc.py...
Hi @Kalanyr, may I suggest to add some `--verbose` switch (true/false would do) to the main argument parser and use this to enabled/disable the detailed expection logging like this: ```python...
> I don't know if this error belongs in this thread or if it's enough information, just let me know if it's incorrect as I am new to the script....
Thank you very much for keeping this nice tool running and updated @Kalanyr!
Maybe a stupid comment to an old post but it might be useful for others: Why not just create your own shortcut once? Just go in to your gogrepoc directory...