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
Traceback (most recent call last):
File "/root/apc-convert/apc-convert.py", line 385, in
apc.proto = ovpn.proto
File "/root/apc-convert/apc-convert.py", line 269, in proto
if value.lower() not in ("tcp", "udp", "tcp6", "udp6"): raise ValueError()
ValueError
The text was updated successfully, but these errors were encountered:
Angu0083
changed the title
Module error line 385 & 269
File "apc-convert.py", line 385 & 269, in <module>
Sep 5, 2022
I got the below error:
Traceback (most recent call last):
File "/root/apc-convert/apc-convert.py", line 385, in
apc.proto = ovpn.proto
File "/root/apc-convert/apc-convert.py", line 269, in proto
if value.lower() not in ("tcp", "udp", "tcp6", "udp6"): raise ValueError()
ValueError
The text was updated successfully, but these errors were encountered: