Uploaded image for project: 'Nuxeo Python Client'
  1. Nuxeo Python Client
  2. NXPY-253

Restore capability to use the client with a local HTTP server

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 6.1.0
    • Fix Version/s: 6.1.2
    • Component/s: Core
    • Tags:
    • Team:
      DRIVE
    • Sprint:
      nxdrive #50, nxdrive #51
    • Story Points:
      3

      Description

      Following NXPY-238, when testing:

      from nuxeo.client import NuxeoClient
      
      client = NuxeoClient()
      print(client.is_reachable())
      

      On 6.0.3: it works (it wil end on a timeout error if no local server is running, but that's expected)

      On 6.1.0 and 6.1.1:

      response = nuxeo_client.request("GET", "runningstatus", default=False, ssl_verify=False)
        File "/.../nuxeo/client.py", line 298, in request
          kwargs.pop("verify")
      KeyError: 'verify'
      

       

      See Slack thread for more info https://nuxeo.slack.com/archives/C031V4Z2Q/p1705311616266539 

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                1 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: