ValueError: {'nodeType': 'ANALYTICS'} not a valid value for readPreferenceTags

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: django
    • None
    • Python Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      Context

      Customer experienced issue using `parse_uri` with query string args and Python team determined the cause to be https://jira.mongodb.org/browse/PYTHON-1484

       

      Workaround is to use dictionary setting e.g.

      "customer_db": { "ENGINE": "django_mongodb_backend", "HOST": URI_WITH_QUERY_STRING_ARGS_INCLUDED, "NAME": "customer_db", }

      Definition of done

      Document workaround or fix in backend while waiting for PYTHON-1484

      Pitfalls

      We don't need to block on this but we should track and update backend when PyMongo is fixed.

            Assignee:
            Alex Clark
            Reporter:
            Alex Clark
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: