Error on launch, app remains offline #192

Closed
opened 2016-01-19 05:16:26 +00:00 by somebody · 1 comment
somebody commented 2016-01-19 05:16:26 +00:00
Owner

looks like the path should be "data", not "config":


2016-01-19 10:45:22,811:ERROR:tornado.application:Exception in callback functools.partial(<function wrap.<locals>.null_wrapper at 0x1103d06a8>)
Traceback (most recent call last):
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/tornado/ioloop.py", line 565, in _run_callback
    ret = callback()
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/tornado/stack_context.py", line 275, in null_wrapper
    return fn(*args, **kwargs)
  File "oml/server.py", line 152, in start_node
    state.tor = tor.Tor()
  File "oml/tor.py", line 93, in __init__
    if not self.connect():
  File "oml/tor.py", line 116, in connect
    self.controller.authenticate()
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/control.py", line 991, in authenticate
    stem.connection.authenticate(self, *args, **kwargs)
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 608, in authenticate
    raise auth_exc
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 573, in authenticate
    authenticate_safecookie(controller, cookie_path, False)
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 883, in authenticate_safecookie
    cookie_data = _read_cookie(cookie_path, True)
  File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 1065, in _read_cookie
    raise UnreadableCookieFile(exc_msg, cookie_path, is_safecookie)
stem.connection.UnreadableCookieFile: Authentication failed: '/Users/rolux/Library/Application Support/Open Media Library/config/TorData/control_auth_cookie' doesn't exist

looks like the path should be "data", not "config": ``` 2016-01-19 10:45:22,811:ERROR:tornado.application:Exception in callback functools.partial(<function wrap.<locals>.null_wrapper at 0x1103d06a8>) Traceback (most recent call last): File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/tornado/ioloop.py", line 565, in _run_callback ret = callback() File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/tornado/stack_context.py", line 275, in null_wrapper return fn(*args, **kwargs) File "oml/server.py", line 152, in start_node state.tor = tor.Tor() File "oml/tor.py", line 93, in __init__ if not self.connect(): File "oml/tor.py", line 116, in connect self.controller.authenticate() File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/control.py", line 991, in authenticate stem.connection.authenticate(self, *args, **kwargs) File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 608, in authenticate raise auth_exc File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 573, in authenticate authenticate_safecookie(controller, cookie_path, False) File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 883, in authenticate_safecookie cookie_data = _read_cookie(cookie_path, True) File "/Users/rolux/Desktop/Code/openmedialibrary/platform/Shared/lib/python3.4/site-packages/stem/connection.py", line 1065, in _read_cookie raise UnreadableCookieFile(exc_msg, cookie_path, is_safecookie) stem.connection.UnreadableCookieFile: Authentication failed: '/Users/rolux/Library/Application Support/Open Media Library/config/TorData/control_auth_cookie' doesn't exist ```
rlx added this to the M2 (now) milestone 2016-01-19 05:16:26 +00:00
rlx added the
major
defect
labels 2016-01-19 05:16:26 +00:00
rlx added the
worksforme
label 2016-01-20 04:53:39 +00:00
rlx closed this issue 2016-01-20 04:53:39 +00:00
Owner

happens during update and moving folder while tor is running.

happens during update and moving folder while tor is running.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/openmedialibrary#192
No description provided.