Getting Network Error
-
Hi,
im using NextCloud desktop app CMD, im using Qt 5.10.1, the code is in C++ (CMD project) , im using with when i build the code as debug or release its required to have the following Qt .dlls (Qt5Core.dll, Qt5Gui.dll, qt5keychain.dll , Qt5Network.dll, Qt5Widgets.dll and Qt5Xml.dll) and im using "5.10.1\msvc2015" dllssometimes i get the following error: An error occurred while opening a folder Network access is disabled
and the strange thing i get this error more often in the Release build rather than the Debug build
what causes this problem and how to solve it? since i noticed that some other people are facing the same error but they are not using the same NextCloud app
Thanks -
@jsulm Hi, the app is basically syncing app, there is a desktop client that is communicating with a server, the error occurs when the client send a request (the request is the server's URL + the name of the synced folder at local machine for example: **http:****nextcloud/remote.php/dav/files/syncedFolder/) and the method of that request is PROPFIND. which is just discovering files at the server
for more details about that request, see this link
Thanks
-
@ibr_a Maybe you can find more info here: https://github.com/owncloud/client/issues/3313