-
Notifications
You must be signed in to change notification settings - Fork 423
Description
Bug Report
Character import on OSX version fails when pressing the Add Character button
Expected behavior:
Not done it before but I expect it should allow me to import a character
Actual behavior:
OS version: Darwin-17.5.0-x86_64-i386-64bit
Python version: 3.6.3 (default, Oct 22 2017, 22:24:50)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)]
wxPython version: 4.0.0b2 (wxWidgets 3.0.4)
SQLAlchemy version: 1.1.10
Logbook version: 1.0.0
Requests version: 2.18.4
Dateutil version: 2.6.1
####################
Traceback (most recent call last):
File "/Users/ryan/pyfa/gui/characterEditor.py", line 800, in addCharacter
File "/Users/ryan/pyfa/service/esi.py", line 111, in login
File "/Users/ryan/pyfa/service/esi.py", line 129, in startServer
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 453, in init
File "/Users/ryan/pyfa/service/server.py", line 113, in server_bind
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 467, in server_bind
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
####################
Traceback (most recent call last):
File "/Users/ryan/pyfa/gui/esiFittings.py", line 331, in addChar
File "/Users/ryan/pyfa/service/esi.py", line 111, in login
File "/Users/ryan/pyfa/service/esi.py", line 129, in startServer
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 453, in init
File "/Users/ryan/pyfa/service/server.py", line 113, in server_bind
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 467, in server_bind
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
####################
Traceback (most recent call last):
File "/Users/ryan/pyfa/gui/esiFittings.py", line 331, in addChar
File "/Users/ryan/pyfa/service/esi.py", line 111, in login
File "/Users/ryan/pyfa/service/esi.py", line 129, in startServer
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 453, in init
File "/Users/ryan/pyfa/service/server.py", line 113, in server_bind
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 467, in server_bind
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
####################
Traceback (most recent call last):
File "/Users/ryan/pyfa/gui/esiFittings.py", line 331, in addChar
File "/Users/ryan/pyfa/service/esi.py", line 111, in login
File "/Users/ryan/pyfa/service/esi.py", line 129, in startServer
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 453, in init
File "/Users/ryan/pyfa/service/server.py", line 113, in server_bind
File "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/socketserver.py", line 467, in server_bind
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
Detailed steps to reproduce:
Click button
Fits involved in EFT format (Edit > To Clipboard > EFT):
na
Release or development git branch? Please note the release version or commit hash:
release
Operating system and version (eg: Windows 10, OS X 10.9, OS X 10.11, Ubuntu 16.10):
OSX 10.13.4