open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Can't run with a VPN

Open ItayLevyOfficial opened this issue 1 year ago • 2 comments

Describe the bug

When trying to run interpreter on Mac with a VPN, I get

  File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/connectionpool.py", line 712, in urlopen
    self._prepare_proxy(conn)
  File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/connectionpool.py", line 1012, in _prepare_proxy
    conn.connect()
  File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/connection.py", line 419, in connect
    self.sock = ssl_wrap_socket(
                ^^^^^^^^^^^^^^^^
  File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket
    ssl_sock = _ssl_wrap_socket_impl(
               ^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/itaylevy/.pyenv/versions/3.11.6/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl
    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)

Reproduce

  1. Install a netspark-mobile VPN
  2. Install interpreter with pip
  3. Run interpreter

Expected behavior

Working smoothly

Screenshots

Screenshot 2023-11-02 at 11 54 26

Open Interpreter version

latest

Python version

3.11.6

Operating System name and version

Mac OS sierra

Additional context

No response

ItayLevyOfficial avatar Nov 02 '23 09:11 ItayLevyOfficial

Any update on this?

ItayLevyOfficial avatar Nov 12 '23 12:11 ItayLevyOfficial

Hey there, @ItayLevyOfficial!

We triage issues as best we can.

This one seems like a pretty specific issue to the VPN setup and isn’t a top priority.

There are some questions you can answer that might help someone I’d they are going to take a look at this, though:

  • Does Open Interpreter work for you without the VPN?
  • Have you tried other VPNs?
  • Do other developer tools work as expected behind this VPN?

ericrallen avatar Nov 12 '23 14:11 ericrallen

Closing this stale issue. Please create a new issue if the problem is not resolved or explained in the documentation. Thanks!

MikeBirdTech avatar Mar 18 '24 20:03 MikeBirdTech