Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Crash on execution from CLI #5

Closed
mtimm opened this issue Aug 10, 2015 · 0 comments
Closed

Crash on execution from CLI #5

mtimm opened this issue Aug 10, 2015 · 0 comments
Assignees
Labels

Comments

@mtimm
Copy link
Member

mtimm commented Aug 10, 2015

Looks like the default for sslport was somehow dropped in a previous commit.

$ aryalogger

+++WARNING+++ Using an embedded self-signed certificate for HTTPS, this is not secure.

Traceback (most recent call last):
  File "/Users/mtimm/.virtualenvs/1.1_1j/bin/aryalogger", line 9, in <module>
    load_entry_point('AryaLogger==1.1.5', 'console_scripts', 'aryalogger')()
  File "/Users/mtimm/.virtualenvs/1.1_1j/lib/python2.7/site-packages/AryaLogger-1.1.5-py2.7.egg/EGG-INFO/scripts/AryaLogger.py", line 436, in main
    start_server(args)
  File "/Users/mtimm/.virtualenvs/1.1_1j/lib/python2.7/site-packages/AryaLogger-1.1.5-py2.7.egg/EGG-INFO/scripts/AryaLogger.py", line 347, in start_server
    excludes=args.exclude)
  File "/Users/mtimm/.virtualenvs/1.1_1j/lib/python2.7/site-packages/SimpleAciUiLogServer-1.1.1-py2.7.egg/EGG-INFO/scripts/SimpleAciUiLogServer.py", line 443, in __init__
    bind_and_activate)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 420, in __init__
    self.server_bind()
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 434, in server_bind
    self.socket.bind(self.server_address)
  File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
TypeError: an integer is required

Fix is forthcoming.

@mtimm mtimm added the bug label Aug 10, 2015
@mtimm mtimm self-assigned this Aug 10, 2015
@mtimm mtimm closed this as completed in 264eecc Aug 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant