You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having some issues with sshtunnel failing to connect when using IPv6. Tested IPv4 working fine.
Error: 08-10-2020,(+0100),23:33:49, sql.create_connection failed
An error occurred while opening tunnels., <class 'sshtunnel.HandlerSSHTunnelForwarderError'>, An error occurred while opening tunnels., File "C:\Users\Me\Desktop\patient\SP.py", line 523, in create_connection
File "C:\Users\Me\Desktop\patient\tunnel.py", line 29, in secure_sql
File "C:\Python38\lib\site-packages\sshtunnel.py", line 1313, in start
File "C:\Python38\lib\site-packages\sshtunnel.py", line 1100, in _raise
could you please provide a reproducible example?
We also have some new release 0.2.0 with ipv6 support. Could you please try to check it?
could you please run your code with sshtunnel.open_tunnel( ..., debug_level=1)
Having some issues with sshtunnel failing to connect when using IPv6. Tested IPv4 working fine.
code:
The text was updated successfully, but these errors were encountered: