Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "launcher.py", line 36, in <module>
- File "lib\initialization.pyc", line 165, in StartLauncher
- File "lib\log.pyc", line 56, in AddHttpLoggingServer
- File "lib\logging\http.pyc", line 145, in GetHandler
- File "lib\logging\http.pyc", line 136, in MakeSocket
- File "socket.pyc", line 222, in meth
- error: [Errno 10061] No connection could be made because the target machine actively refused it
- Locals by frame, innermost last:
- Frame <module> in launcher.py at line 47:
- NoInternetError = <class 'lib.exceptions.NoInternetError'>
- ServerUnreachableException = <class 'lib.exceptions.ServerUnreachableException'>
- Shutdown = <function Shutdown at 0x025D3EF0>
- StartLauncher = <function StartLauncher at 0x028F4C30>
- __builtins__ = <module '__builtin__' (built-in)>
- __doc__ = '\n This is the entry point into the launcher, it handles setting up the working\n directory, logging and finally importing and starting the laucher within a\n log-proof try/exeception clause so we can catch almost any exception and display\n an error message.\n'
- __name__ = '__main__'
- __package__ = None
- exc_plus = <function exc_plus at 0x024EAA30>
- lib = <module 'lib' from 'G:\Spill\EVE #1\launcher\library.zip\lib\__init__.pyc'>
- localization = <module 'localization' from 'G:\Spill\EVE #1\launcher\library.zip\localization\__init__.pyc'>
- os = <module 'os' from 'G:\Spill\EVE #1\launcher\library.zip\os.pyc'>
- socket = <module 'socket' from 'G:\Spill\EVE #1\launcher\library.zip\socket.pyc'>
- sys = <module 'sys' (built-in)>
- wx = <module 'wx' from 'G:\Spill\EVE #1\launcher\library.zip\wx\__init__.pyc'>
- zipextimporter = <module 'zipextimporter' from 'G:\Spill\EVE #1\launcher\library.zip\zipextimporter.pyc'>
- Frame StartLauncher in lib\initialization.pyc at line 165:
- app = <wx._core.App; proxy of <Swig Object of type 'wxPyApp *' at 0xe01ca8> >
- folder = u'G:\\Spill\\EVE #1'
- host = '23.21.134.55'
- languageFromLocale = 'en-us'
- languageFromSettings = 'en-us'
- languageToUse = 'en-us'
- port = 81
- settings = <lib.userSettings.UserSettings instance at 0x02B30878>
- threshold = 40
- Frame AddHttpLoggingServer in lib\log.pyc at line 56:
- host = '23.21.134.55'
- port = 81
- threshold = 40
- url = '/log'
- Frame GetHandler in lib\logging\http.pyc at line 147:
- address = '23.21.134.55:81'
- bufferSize = 50
- handler = <lib.logging.http.BufferingHTTPHandler object at 0x02B36310>
- host = '23.21.134.55'
- port = 81
- url = '/log'
- Frame MakeSocket in lib\logging\http.pyc at line 136:
- host = '23.21.134.55'
- port = 81
- s = <socket._socketobject object at 0x02B3D458>
- timeout = 1
- Frame meth in socket.pyc at line 222:
- args = (('23.21.134.55', 81),)
- name = 'connect'
- self = <socket._socketobject object at 0x02B3D458>
Advertisement
Add Comment
Please, Sign In to add comment