Error
Sentry Issue: NUXEO-DRIVE-2WN
AttributeError: 'NoneType' object has no attribute 'find_proxy_for_url' File "nxdrive\utils.py", line 852, in guess_server_url File "nxdrive\client\proxy.py", line 129, in settings File "lib\site-packages\pypac\resolver.py", line 97, in get_proxy_for_requests File "lib\site-packages\pypac\resolver.py", line 82, in get_proxy File "lib\site-packages\pypac\resolver.py", line 60, in get_proxies
Analysis
The code does not check for the return value. In fact, here _resolver can be None:
:return: The first valid parsed PAC file according to the criteria, or `None` if nothing was found.
- Is referenced in