Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Getting Network Error
Qt 6.11 is out! See what's new in the release blog

Getting Network Error

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ibr_a
    wrote on last edited by ibr_a
    #1

    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" dlls

    sometimes 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

    jsulmJ 1 Reply Last reply
    0
    • I ibr_a

      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" dlls

      sometimes 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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ibr_a When do you get this error? I mean, what is the app doing when you get it?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      I 1 Reply Last reply
      1
      • jsulmJ jsulm

        @ibr_a When do you get this error? I mean, what is the app doing when you get it?

        I Offline
        I Offline
        ibr_a
        wrote on last edited by
        #3

        @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

        jsulmJ 1 Reply Last reply
        0
        • I ibr_a

          @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

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @ibr_a Maybe you can find more info here: https://github.com/owncloud/client/issues/3313

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          I 1 Reply Last reply
          0
          • jsulmJ jsulm

            @ibr_a Maybe you can find more info here: https://github.com/owncloud/client/issues/3313

            I Offline
            I Offline
            ibr_a
            wrote on last edited by
            #5

            @jsulm unfortunately this issue didn't reach the exact cause of the issue, and the links that are attached in the end are broken

            jsulmJ 1 Reply Last reply
            0
            • I ibr_a

              @jsulm unfortunately this issue didn't reach the exact cause of the issue, and the links that are attached in the end are broken

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @ibr_a Maybe you should ask the NextCloud project?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              2

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved