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
Relevant debug log with api keys and any passwords redacted:
C:\LazyLibrarian>lazylibrarian.py
Traceback (most recent call last):
File "C:\LazyLibrarian\LazyLibrarian.py", line 25, in <module>
from lazylibrarian import startup, webStart
File "C:\LazyLibrarian\lazylibrarian\startup.py", line 36, in <module>
from lazylibrarian import database, versioncheck
File "C:\LazyLibrarian\lazylibrarian\versioncheck.py", line 27, in <module>
from lazylibrarian.common import get_user_agent, proxy_list, docker
File "C:\LazyLibrarian\lazylibrarian\common.py", line 33, in <module>
import httplib2
File "C:\LazyLibrarian\httplib2\__init__.py", line 52, in <module>
_ssl_wrap_socket = ssl.wrap_socket
^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket'
Please note - usually a single line of log is not sufficient. The lines just before the error occurs can give useful context and greatly assist with debugging.
There is a built-in debug log creator on the logs page which makes it easy to provide this information
Can't start LazyLibrarian with this error thus logs don't get generated. Windows service immediately goes to pause and refuses to start.
If I redact this line from: C:\LazyLibrarian\httplib2 I can get LazyLibrarian
to start.
import ssl
_ssl_wrap_socket = ssl.wrap_socket
Also, with these lines redacted, I should note an error occurring the past two days: my config file keeps getting deleted. Like totally disappears and knocks me offline. I replaced the config file line by line after recovering but it keeps getting deleted. No idea why.
The text was updated successfully, but these errors were encountered:
To help with identifying and fixing issues, please include as much information as possible, including:
LazyLibrarian version number: 2649c66a603c8851b666ea804c280a7c83739e4c
Operating system used: Windows 11
Interface in use: bookstrap
Which api: Goodreads
Source of your LazyLibrarian installation: https://gitlab.com/LazyLibrarian/LazyLibrarian
Relevant debug log with api keys and any passwords redacted:
Please note - usually a single line of log is not sufficient. The lines just before the error occurs can give useful context and greatly assist with debugging.
There is a built-in debug log creator on the logs page which makes it easy to provide this information
Can't start LazyLibrarian with this error thus logs don't get generated. Windows service immediately goes to pause and refuses to start.
If I redact this line from: C:\LazyLibrarian\httplib2 I can get LazyLibrarian
to start.
Also, with these lines redacted, I should note an error occurring the past two days: my config file keeps getting deleted. Like totally disappears and knocks me offline. I replaced the config file line by line after recovering but it keeps getting deleted. No idea why.
The text was updated successfully, but these errors were encountered: