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 "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/tmp/exaproxy-1.2.1/lib/exaproxy/util/debug.py", line 71, in <module>
execfile(sys.argv[0])
File "/tmp/exaproxy-1.2.1/lib/exaproxy/application.py", line 306, in <module>
main()
File "/tmp/exaproxy-1.2.1/lib/exaproxy/application.py", line 276, in main
Supervisor(configuration).run()
File "/tmp/exaproxy-1.2.1/lib/exaproxy/supervisor.py", line 131, in __init__
self.interfaces()
File "/tmp/exaproxy-1.2.1/lib/exaproxy/supervisor.py", line 211, in interfaces
for interface in getifaddrs():
File "/tmp/exaproxy-1.2.1/lib/exaproxy/util/interfaces.py", line 233, in getifaddrs
sa = sockaddr.from_address(ifa.ifa_addr)
TypeError: integer expected
--------------------------------------------------------------------------------
-- Please provide the information above on :
-- http://code.google.com/p/exaproxy/issues/entry
--------------------------------------------------------------------------------
Seems like it doesn't like something in my KVM VM w/ VPN. Interfaces are just OpenVPN tunnel and eth0 (libvirt) and tun0. This is vanilla run as ./sbin/exaproxy.
The text was updated successfully, but these errors were encountered:
Seems like it doesn't like something in my KVM VM w/ VPN. Interfaces are just OpenVPN tunnel and eth0 (libvirt) and tun0. This is vanilla run as ./sbin/exaproxy.
The text was updated successfully, but these errors were encountered: