Start Time: 2022-06-16 20:34:19
Stop Time: 2022-06-17 01:15:22
Duration: 3h 51 min
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View |
| TestAnonymous | 13 | 13 | 0 | 0 | 0 | Detail |
|
TestAnonymous - test_check_locale_guest
|
PASS | |||||
|
TestAnonymous - test_guest_about
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_category
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_format
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_hot
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_language
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_publisher
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_rated
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_rating
|
PASS | |||||
|
TestAnonymous - test_guest_change_visibility_series
|
PASS | |||||
|
TestAnonymous - test_guest_random_books_available
|
PASS | |||||
|
TestAnonymous - test_guest_restricted_settings_visibility
|
PASS | |||||
|
TestAnonymous - test_guest_visibility_sidebar
|
PASS | |||||
| TestCli | 12 | 12 | 0 | 0 | 0 | Detail |
|
TestCli - test_already_started
|
PASS | |||||
|
TestCli - test_bind_to_single_interface
|
PASS | |||||
|
TestCli - test_change_password
|
PASS | |||||
|
TestCli - test_cli_SSL_files
|
PASS | |||||
|
TestCli - test_cli_different_folder
|
PASS | |||||
|
TestCli - test_cli_different_settings_database
|
PASS | |||||
|
TestCli - test_dryrun_update
|
PASS | |||||
|
TestCli - test_enable_reconnect
|
PASS | |||||
|
TestCli - test_environ_port_setting
|
PASS | |||||
|
TestCli - test_no_database
|
PASS | |||||
|
TestCli - test_settingsdb_not_writeable
|
PASS | |||||
|
TestCli - test_writeonly_static_files
|
PASS | |||||
| TestCliGdrivedb | 4 | 4 | 0 | 0 | 0 | Detail |
|
TestCliGdrivedb - test_cli_gdrive_folder
|
PASS | |||||
|
TestCliGdrivedb - test_cli_gdrive_location
|
PASS | |||||
|
TestCliGdrivedb - test_gdrive_db_nonwrite
|
PASS | |||||
|
TestCliGdrivedb - test_no_database
|
PASS | |||||
| TestCoverEditBooks | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestCoverEditBooks - test_invalid_jpg_hdd
|
PASS | |||||
|
TestCoverEditBooks - test_upload_jpg
|
PASS | |||||
| TestDeleteDatabase | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestDeleteDatabase - test_delete_books_in_database
|
PASS | |||||
| TestEbookConvertCalibre | 30 | 0 | 0 | 30 | 0 | Detail |
|
TestEbookConvertCalibre - test_calibre_log
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e61c7dc0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 632, in test_calibre_log
self.fill_basic_config({'config_log_level': 'DEBUG'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e61c7dc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_calibre_log
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e6215a60>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e6215a60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_deactivate
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e68f8400>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 74, in test_convert_deactivate
self.fill_basic_config({'config_converterpath': ""})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e68f8400>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_deactivate
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e68f8880>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e68f8880>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e690db80>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 186, in test_convert_email
self.setup_server(True, {'mail_password': '10234', 'mail_use_ssl': 'None'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e690db80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e68a31c0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e68a31c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_failed_and_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47d7fd0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 250, in test_convert_failed_and_email
vals = self.get_convert_book(1)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2017, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47d7fd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_failed_and_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47d7e80>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47d7e80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47dd220>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 310, in test_convert_only
vals = self.get_convert_book(7)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2017, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47dd220>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47ddb50>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47ddb50>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_options
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e61b4910>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 592, in test_convert_options
vals = self.get_convert_book(3)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2017, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e61b4910>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_options
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e60b3a60>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e60b3a60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_parameter
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e6208d30>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 152, in test_convert_parameter
self.fill_basic_config({'config_calibre': '--margin-right 11.9'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e6208d30>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_parameter
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e62080d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e62080d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_wrong_excecutable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47d35b0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 91, in test_convert_wrong_excecutable
self.fill_basic_config({'config_converterpath':'/opt/calibre/ebook-polish'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47d35b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_wrong_excecutable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e6215ac0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e6215ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e61c79d0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 530, in test_convert_xss
self.edit_book(11, content={'book_title': u'<p>calibre Quick Start Guide</p><img src=x onerror=alert("hoho")>'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1690, in edit_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e61c79d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_convert_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e60b3430>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e60b3430>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_email_failed
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e6233820>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 468, in test_email_failed
self.setup_server(False, {'mail_password': '10234'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 733, in setup_server
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e6233820>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_email_failed
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e6233fd0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e6233fd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_email_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e62b1e80>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 428, in test_email_only
self.setup_server(True, {'mail_use_ssl': 'None', 'mail_password': '10234'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e62b1e80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_email_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e68f1df0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e68f1df0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_kindle_send_not_configured
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e6281310>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 235, in test_kindle_send_not_configured
self.create_user('kindle', {'password': '123AbC*!', 'email': 'da@b.com', 'edit_role':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e6281310>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_kindle_send_not_configured
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e68d91f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e68d91f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_ssl_smtp_setup_error
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47bdcd0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 511, in test_ssl_smtp_setup_error
self.setup_server(False, {'mail_use_ssl':'SSL/TLS', 'mail_password':'10234'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47bdcd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_ssl_smtp_setup_error
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47bd250>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47bd250>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_starttls_smtp_setup_error
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47d0040>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 491, in test_starttls_smtp_setup_error
self.setup_server(False, {'mail_use_ssl':'STARTTLS', 'mail_password':'10234'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47d0040>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_starttls_smtp_setup_error
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47ba790>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47ba790>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_user_convert_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47ba1f0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 558, in test_user_convert_xss
self.create_user('<p>calibre Quick Start Guide</p><img src=x onerror=alert("jo")>', {'password': '123AbC*!',
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47ba1f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertCalibre - test_user_convert_xss
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47bafd0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 67, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47bafd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
| _ErrorHolder | 5 | 0 | 0 | 5 | 0 | Detail |
|
tearDownClass (test_ebook_convert)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e47b4400>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 54, in tearDownClass
cls.driver.get("http://127.0.0.1:8083")
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=37615): Max retries exceeded with url: /session/a819d079-012e-4f5d-ab2f-a80b21199fd6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e47b4400>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
tearDownClass (test_email_STARTTLS)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e4429e50>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 53, in tearDownClass
cls.driver.get("http://127.0.0.1:8083")
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e4429e50>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
setUpClass (test_email_ssl)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_email_ssl.py", line 44, in setUpClass
cls.setup_server(False, {'mail_server':'127.0.0.1', 'mail_port':'1027',
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="mail_use_ssl"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
tearDownClass (test_login)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 34, in tearDownClass
cls.stop_calibre_web()
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 481, in stop_calibre_web
cls.driver.find_element(By.ID, 'admin_stop').click()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
setUpClass (test_register)
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_register.py", line 30, in setUpClass
cls.email_server.start()
File "/home/ozzie/Development/calibre-web-test/test/aiosmtpd/controller.py", line 88, in start
raise self._thread_exception
File "/home/ozzie/Development/calibre-web-test/test/aiosmtpd/controller.py", line 65, in _run
self.server = self.loop.run_until_complete(
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/usr/lib/python3.8/asyncio/base_events.py", line 1463, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 98] error while attempting to bind on address ('127.0.0.1', 1025): address already in use
|
|||||
| TestEbookConvertCalibreGDrive | 13 | 0 | 0 | 13 | 0 | Detail |
|
TestEbookConvertCalibreGDrive - test_convert_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 189, in test_convert_email
self.setup_server(True, {'mail_password': '10234', 'mail_use_ssl': 'None'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_failed_and_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 240, in test_convert_failed_and_email
vals = self.get_convert_book(1)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2017, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
AttributeError: 'NoneType' object has no attribute 'get'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_failed_and_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 311, in test_convert_only
vals = self.get_convert_book(7)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2017, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
AttributeError: 'NoneType' object has no attribute 'get'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_parameter
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 147, in test_convert_parameter
self.fill_basic_config({'config_calibre': '--margin-right 11.9'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_convert_parameter
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_email_failed
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 468, in test_email_failed
self.setup_server(False, {'mail_password': '10234'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 733, in setup_server
ele = cls.driver.find_element(By.ID, key)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_email_failed
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_email_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 428, in test_email_only
self.setup_server(True, {'mail_use_ssl': 'None', 'mail_password': '10234'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_email_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
|
TestEbookConvertCalibreGDrive - test_thumbnail_cache
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 135, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
AttributeError: 'NoneType' object has no attribute 'find_element'
|
|||||
| TestEbookConvertKepubify | 6 | 0 | 0 | 6 | 0 | Detail |
|
TestEbookConvertKepubify - test_convert_deactivate
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e62ad430>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 60, in test_convert_deactivate
self.fill_basic_config({'config_kepubifypath': ""})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e62ad430>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertKepubify - test_convert_deactivate
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e44dc520>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 54, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e44dc520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertKepubify - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e62b7280>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 110, in test_convert_only
vals = self.get_convert_book(7)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 2017, in get_convert_book
cls.driver.get(root_url + "/admin/book/"+str(id))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 437, in get
self.execute(Command.GET, {'url': url})
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e62b7280>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertKepubify - test_convert_only
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e454f670>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 54, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e454f670>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertKepubify - test_convert_wrong_excecutable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e4578fa0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 76, in test_convert_wrong_excecutable
self.fill_basic_config({'config_kepubifypath':'/opt/kepubify/ebook-polish'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e4578fa0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestEbookConvertKepubify - test_convert_wrong_excecutable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e44b78b0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify.py", line 54, in tearDown
if not self.check_user_logged_in('admin'):
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 112, in check_user_logged_in
user_element = cls.check_element_on_page((By.ID, "top_user"))
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 745, in check_element_on_page
el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 78, in until
value = method(self._driver)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/expected_conditions.py", line 64, in _predicate
return driver.find_element(*locator)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=40595): Max retries exceeded with url: /session/08b1ea50-fe4f-48c3-a53b-7a2b12095fb9/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e44b78b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
| TestEbookConvertGDriveKepubify | 4 | 1 | 0 | 3 | 0 | Detail |
|
TestEbookConvertGDriveKepubify - test_convert_deactivate
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py", line 109, in test_convert_deactivate
self.fill_basic_config({'config_kepubifypath': ""})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEbookConvertGDriveKepubify - test_convert_deactivate
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py", line 104, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEbookConvertGDriveKepubify - test_convert_only
|
PASS | |||||
|
TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py", line 131, in test_convert_wrong_excecutable
self.assertEqual(len(details['kindle']), 1)
TypeError: object of type 'NoneType' has no len()
|
|||||
| TestEditAdditionalBooks | 17 | 11 | 0 | 5 | 1 | Detail |
|
TestEditAdditionalBooks - test_cbz_comicinfo
|
PASS | |||||
|
TestEditAdditionalBooks - test_change_upload_formats
|
PASS | |||||
|
TestEditAdditionalBooks - test_delete_book
|
PASS | |||||
|
TestEditAdditionalBooks - test_delete_role
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 742, in test_delete_role
self.login('user2','123AbC*!')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditAdditionalBooks - test_details_popup
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 868, in test_details_popup
books[1][0]['ele'].click()
IndexError: list index out of range
|
|||||
|
TestEditAdditionalBooks - test_edit_book_identifier
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_book_identifier_capital
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_book_identifier_standard
|
PASS | |||||
|
TestEditAdditionalBooks - test_edit_special_book_identifier
|
PASS | |||||
|
TestEditAdditionalBooks - test_title_sort
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_cbz_coverformats
|
PASS | |||||
|
TestEditAdditionalBooks - test_upload_edit_role
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 674, in test_upload_edit_role
self.login('user0', '123AbC*!')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditAdditionalBooks - test_upload_metadata_cbr
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 152, in test_upload_metadata_cbr
self.fill_basic_config({'config_uploading': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditAdditionalBooks - test_upload_metadata_cbt
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 189, in test_upload_metadata_cbt
self.fill_basic_config({'config_uploading': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditAdditionalBooks - test_xss_author_edit
|
SKIP | |||||
|
TestEditAdditionalBooks - test_xss_comment_edit
|
PASS | |||||
|
TestEditAdditionalBooks - test_xss_custom_comment_edit
|
PASS | |||||
| TestEditBooks | 36 | 25 | 1 | 9 | 1 | Detail |
|
TestEditBooks - test_download_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 1124, in test_download_book
self.assertEqual(resp.status_code, 403)
AssertionError: 200 != 403
|
|||||
|
TestEditBooks - test_edit_author
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 177, in test_edit_author
self.fill_basic_config({"config_unicode_filename":1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_edit_category
|
PASS | |||||
|
TestEditBooks - test_edit_comments
|
PASS | |||||
|
TestEditBooks - test_edit_custom_bool
|
PASS | |||||
|
TestEditBooks - test_edit_custom_categories
|
PASS | |||||
|
TestEditBooks - test_edit_custom_comment
|
PASS | |||||
|
TestEditBooks - test_edit_custom_date
|
PASS | |||||
|
TestEditBooks - test_edit_custom_float
|
PASS | |||||
|
TestEditBooks - test_edit_custom_int
|
PASS | |||||
|
TestEditBooks - test_edit_custom_rating
|
PASS | |||||
|
TestEditBooks - test_edit_custom_single_select
|
PASS | |||||
|
TestEditBooks - test_edit_custom_text
|
PASS | |||||
|
TestEditBooks - test_edit_language
|
PASS | |||||
|
TestEditBooks - test_edit_publisher
|
PASS | |||||
|
TestEditBooks - test_edit_publishing_date
|
PASS | |||||
|
TestEditBooks - test_edit_rating
|
PASS | |||||
|
TestEditBooks - test_edit_series
|
PASS | |||||
|
TestEditBooks - test_edit_title
|
PASS | |||||
|
TestEditBooks - test_rename_uppercase_lowercase
|
||||||
|
TestEditBooks - test_typeahead_author
|
PASS | |||||
|
TestEditBooks - test_typeahead_functions
|
PASS | |||||
|
TestEditBooks - test_typeahead_language
|
PASS | |||||
|
TestEditBooks - test_typeahead_publisher
|
PASS | |||||
|
TestEditBooks - test_typeahead_series
|
PASS | |||||
|
TestEditBooks - test_typeahead_tag
|
PASS | |||||
|
TestEditBooks - test_upload_book_cbr
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 1088, in test_upload_book_cbr
upload.send_keys(upload_file)
AttributeError: 'bool' object has no attribute 'send_keys'
|
|||||
|
TestEditBooks - test_upload_book_cbt
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 1001, in test_upload_book_cbt
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_book_cbz
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 975, in test_upload_book_cbz
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_book_epub
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 936, in test_upload_book_epub
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_book_fb2
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 858, in test_upload_book_fb2
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_book_lit
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 884, in test_upload_book_lit
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_book_mobi
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 910, in test_upload_book_mobi
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_book_pdf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books.py", line 831, in test_upload_book_pdf
self.fill_basic_config({'config_uploading':1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooks - test_upload_cbz_coverformats
|
PASS | |||||
|
TestEditBooks - test_upload_cover_hdd
|
PASS | |||||
| TestEditAuthors | 6 | 6 | 0 | 0 | 0 | Detail |
|
TestEditAuthors - test_change_capital_co_author
|
PASS | |||||
|
TestEditAuthors - test_change_capital_one_author_one_book
|
PASS | |||||
|
TestEditAuthors - test_change_capital_one_author_two_books
|
PASS | |||||
|
TestEditAuthors - test_change_capital_rename_co_author
|
PASS | |||||
|
TestEditAuthors - test_change_capital_rename_two_co_authors
|
PASS | |||||
|
TestEditAuthors - test_rename_capital_on_upload
|
PASS | |||||
| TestEditAuthorsGdrive | 6 | 6 | 0 | 0 | 0 | Detail |
|
TestEditAuthorsGdrive - test_change_capital_co_author
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_one_author_one_book
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_one_author_two_books
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_rename_co_author
|
PASS | |||||
|
TestEditAuthorsGdrive - test_change_capital_rename_two_co_authors
|
PASS | |||||
|
TestEditAuthorsGdrive - test_rename_capital_on_upload
|
PASS | |||||
| TestEditBooksList | 18 | 16 | 1 | 1 | 0 | Detail |
|
TestEditBooksList - test_bookslist_edit_author
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_categories
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_comment
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_category
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_comment
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_enum
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_float
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_int
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_ratings
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_cust_text
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_languages
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_publisher
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_series
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_seriesindex
|
PASS | |||||
|
TestEditBooksList - test_bookslist_edit_title
|
PASS | |||||
|
TestEditBooksList - test_list_visibility
|
PASS | |||||
|
TestEditBooksList - test_restricted_rights
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 330, in test_restricted_rights
self.assertFalse('Delete' in bl['table'][0])
IndexError: list index out of range
|
|||||
|
TestEditBooksList - test_search_books_list
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_list.py", line 49, in test_search_books_list
self.assertEqual(10, len(bl['table']))
AssertionError: 10 != 0
|
|||||
| TestLoadMetadata | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestLoadMetadata - test_load_metadata
|
PASS | |||||
| TestEditBooksOnGdrive | 18 | 14 | 2 | 2 | 0 | Detail |
|
TestEditBooksOnGdrive - test_download_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 875, in test_download_book
self.assertEqual(resp.status_code, 403)
AssertionError: 200 != 403
|
|||||
|
TestEditBooksOnGdrive - test_edit_author
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 275, in test_edit_author
self.fill_basic_config({"config_unicode_filename": 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooksOnGdrive - test_edit_category
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_comments
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_bool
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_categories
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_float
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_int
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_rating
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_single_select
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_custom_text
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_language
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_publisher
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_rating
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_series
|
PASS | |||||
|
TestEditBooksOnGdrive - test_edit_title
|
PASS | |||||
|
TestEditBooksOnGdrive - test_upload_book_lit
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 800, in test_upload_book_lit
self.fill_basic_config({'config_uploading': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestEditBooksOnGdrive - test_watch_metadata
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 891, in test_watch_metadata
self.assertTrue(button)
AssertionError: False is not true
|
|||||
| TestLoadMetadataScholar | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestLoadMetadataScholar - test_load_metadata
|
PASS | |||||
| TestSTARTTLS | 3 | 0 | 0 | 3 | 0 | Detail |
|
TestSTARTTLS - test_STARTTLS
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e4429ee0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 66, in test_STARTTLS
self.setup_server(False, {'mail_use_ssl': 'STARTTLS'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e4429ee0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestSTARTTLS - test_STARTTLS_SSL_setup_error
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e44dcfa0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 87, in test_STARTTLS_SSL_setup_error
self.setup_server(False, {'mail_use_ssl':'SSL/TLS'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 728, in setup_server
select = Select(cls.driver.find_element(By.ID, key))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e44dcfa0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
|
TestSTARTTLS - test_STARTTLS_resend_password
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 398, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 239, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 205, in connect
conn = self._new_conn()
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f70e433c8e0>: Failed to establish a new connection: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_email_STARTTLS.py", line 106, in test_STARTTLS_resend_password
self.create_user('paswd_resend', {'password': '123AbC*!', 'email': 'a@b.com', 'edit_role': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 423, in execute
response = self.command_executor.execute(driver_command, params)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 316, in execute
return self._request(command_info[0], url, body=data)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/remote_connection.py", line 338, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request
return self.request_encode_body(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body
return self.urlopen(method, url, **extra_kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen
return self.urlopen(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=44535): Max retries exceeded with url: /session/b33f3d43-2718-4d87-b2cc-4d7d479a65e0/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f70e433c8e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
|||||
| TestBookDatabase | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestBookDatabase - test_invalid_book_path
|
PASS | |||||
| TestErrorReadColumn | 2 | 1 | 1 | 0 | 0 | Detail |
|
TestErrorReadColumn - test_invalid_custom_column
|
PASS | |||||
|
TestErrorReadColumn - test_invalid_custom_read_column
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_error_read_column.py", line 51, in test_invalid_custom_read_column
self.assertTrue(self.check_element_on_page((By.ID, "flash_danger")))
AssertionError: False is not true
|
|||||
| TestFilePicker | 3 | 2 | 0 | 0 | 1 | Detail |
|
TestFilePicker - test_filepicker_limited_file
|
PASS | |||||
|
TestFilePicker - test_filepicker_new_file
|
||||||
|
TestFilePicker - test_two_filepickers
|
PASS | |||||
| TestSetupGdrive | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestSetupGdrive - test_config_gdrive
|
PASS | |||||
| TestGoodreads | 3 | 3 | 0 | 0 | 0 | Detail |
|
TestGoodreads - test_author_page
|
PASS | |||||
|
TestGoodreads - test_author_page_invalid
|
PASS | |||||
|
TestGoodreads - test_goodreads_about
|
PASS | |||||
| TestKoboSync | 11 | 8 | 1 | 2 | 0 | Detail |
|
TestKoboSync - test_book_download
|
PASS | |||||
|
TestKoboSync - test_kobo_about
|
PASS | |||||
|
TestKoboSync - test_kobo_sync_selected_shelfs
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 610, in test_kobo_sync_selected_shelfs
self.assertEqual(0, len(self.sync_kobo()))
AssertionError: 0 != 1
|
|||||
|
TestKoboSync - test_kobo_upload_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 659, in test_kobo_upload_book
upload.send_keys(upload_file)
AttributeError: 'bool' object has no attribute 'send_keys'
|
|||||
|
TestKoboSync - test_shelves_add_remove_books
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 470, in test_shelves_add_remove_books
self.list_shelfs(u'BooksAdd')['ele'].click()
TypeError: 'NoneType' object is not subscriptable
|
|||||
|
TestKoboSync - test_sync_changed_book
|
PASS | |||||
|
TestKoboSync - test_sync_invalid
|
PASS | |||||
|
TestKoboSync - test_sync_reading_state
|
PASS | |||||
|
TestKoboSync - test_sync_shelf
|
PASS | |||||
|
TestKoboSync - test_sync_unchanged
|
PASS | |||||
|
TestKoboSync - test_sync_upload
|
PASS | |||||
| TestKoboSyncBig | 6 | 4 | 2 | 0 | 0 | Detail |
|
TestKoboSyncBig - test_download_cover
|
PASS | |||||
|
TestKoboSyncBig - test_kobo_sync_multi_user
|
PASS | |||||
|
TestKoboSyncBig - test_kobo_sync_selected_shelves
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 273, in test_kobo_sync_selected_shelves
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestKoboSyncBig - test_sync_changed_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 184, in test_sync_changed_book
self.assertEqual(r.json(), [])
AssertionError: Lists differ: [{'ChangedEntitlement': {'BookEntitlement'[1637 chars]]}}}] != []
First list contains 1 additional elements.
First extra element 0:
{'ChangedEntitlement': {'BookEntitlement': {'Accessibility': 'Full', 'ActivePeriod': {'From': '2022-06-16T21:14:23Z'}, 'Created': '2022-06-16T21:07:06Z', 'CrossRevisionId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'Id': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'IsRemoved': False, 'IsHiddenFromArchive': False, 'IsLocked': False, 'LastModified': '2022-06-16T21:11:49Z', 'OriginCategory': 'Imported', 'RevisionId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'Status': 'Active'}, 'BookMetadata': {'Categories': ['00000000-0000-0000-0000-000000000001'], 'CoverImageId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'CrossRevisionId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'CurrentDisplayPrice': {'CurrencyCode': 'USD', 'TotalAmount': 0}, 'CurrentLoveDisplayPrice': {'TotalAmount': 0}, 'Description': None, 'DownloadUrls': [{'Format': 'EPUB3', 'Size': 30, 'Url': 'http://192.168.188.33:8083/kobo/a124d5ff4fd6bf4144414f74adff2480/download/104/epub', 'Platform': 'Generic'}, {'Format': 'EPUB', 'Size': 30, 'Url': 'http://192.168.188.33:8083/kobo/a124d5ff4fd6bf4144414f74adff2480/download/104/epub', 'Platform': 'Generic'}], 'EntitlementId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'ExternalIds': [], 'Genre': '00000000-0000-0000-0000-000000000001', 'IsEligibleForKoboLove': False, 'IsInternetArchive': False, 'IsPreOrder': False, 'IsSocialEnabled': True, 'Language': 'en', 'PhoneticPronunciations': {}, 'PublicationDate': '2022-06-16T00:00:00Z', 'Publisher': {'Imprint': '', 'Name': None}, 'RevisionId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'Title': 'Nonomatics', 'WorkId': '6e946ee0-f345-4bbf-bd2c-b2c7c34a4e9d', 'ContributorRoles': [{'Name': 'N7TONQ3OOR'}], 'Contributors': ['N7TONQ3OOR']}}}
Diff is 3763 characters long. Set self.maxDiff to None to see it.
|
|||||
|
TestKoboSyncBig - test_sync_reading_state
|
PASS | |||||
|
TestKoboSyncBig - test_sync_shelf
|
PASS | |||||
| TestLdapLogin | 13 | 9 | 3 | 1 | 0 | Detail |
|
TestLdapLogin - test_LDAP_SSL
|
PASS | |||||
|
TestLdapLogin - test_LDAP_SSL_CERTIFICATE
|
PASS | |||||
|
TestLdapLogin - test_LDAP_STARTTLS
|
PASS | |||||
|
TestLdapLogin - test_LDAP_fallback_Login
|
PASS | |||||
|
TestLdapLogin - test_LDAP_import
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 443, in test_LDAP_import
self.assertTrue(imprt)
AssertionError: False is not true
|
|||||
|
TestLdapLogin - test_LDAP_import_memberfield
|
PASS | |||||
|
TestLdapLogin - test_LDAP_login
|
PASS | |||||
|
TestLdapLogin - test_invalid_LDAP
|
PASS | |||||
|
TestLdapLogin - test_ldap_about
|
PASS | |||||
|
TestLdapLogin - test_ldap_authentication
|
PASS | |||||
|
TestLdapLogin - test_ldap_kobo_sync
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 1039, in test_ldap_kobo_sync
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestLdapLogin - test_ldap_opds_anonymous
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 962, in test_ldap_opds_anonymous
self.assertEqual(403, r.status_code)
AssertionError: 403 != 200
|
|||||
|
TestLdapLogin - test_ldap_opds_download_book
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 850, in test_ldap_opds_download_book
self.create_user('执一',{'email':'use10@oxi.com','password':'1234AbC*!', 'download_role': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="download_role"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
| TestCalibreWebListOrders | 10 | 10 | 0 | 0 | 0 | Detail |
|
TestCalibreWebListOrders - test_author_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_download_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_format_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_lang_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_order_authors_all_links
|
PASS | |||||
|
TestCalibreWebListOrders - test_order_series_all_links
|
PASS | |||||
|
TestCalibreWebListOrders - test_publisher_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_ratings_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_series_sort
|
PASS | |||||
|
TestCalibreWebListOrders - test_tags_sort
|
PASS | |||||
| TestLogging | 9 | 8 | 0 | 0 | 1 | Detail |
|
TestLogging - test_access_log_recover
|
PASS | |||||
|
TestLogging - test_debug_log
|
PASS | |||||
|
TestLogging - test_debuginfo_download
|
PASS | |||||
|
TestLogging - test_failed_login
|
PASS | |||||
|
TestLogging - test_failed_register
|
||||||
|
TestLogging - test_logbook_download
|
PASS | |||||
|
TestLogging - test_logfile_change
|
PASS | |||||
|
TestLogging - test_logfile_recover
|
PASS | |||||
|
TestLogging - test_logviewer
|
PASS | |||||
| TestLogin | 16 | 5 | 5 | 6 | 0 | Detail |
|
TestLogin - test_digest_login
|
PASS | |||||
|
TestLogin - test_login_capital_letters_user_unicode_password
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 218, in test_login_capital_letters_user_unicode_password
self.assertTrue(self.login('KAPITAL', u'Kß ü执123AbC*!'))
AssertionError: False is not true
|
|||||
|
TestLogin - test_login_cookie_steal
|
PASS | |||||
|
TestLogin - test_login_delete_admin
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 284, in test_login_delete_admin
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestLogin - test_login_empty_password
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 193, in test_login_empty_password
self.create_user('epass', {'email': 'a5@b.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="email"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestLogin - test_login_locale_select
|
PASS | |||||
|
TestLogin - test_login_protected
|
PASS | |||||
|
TestLogin - test_login_remember_me
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 505, in test_login_remember_me
remember = r.cookies['remember_token']
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/requests/cookies.py", line 328, in __getitem__
return self._find_no_duplicates(name)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/requests/cookies.py", line 399, in _find_no_duplicates
raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path))
KeyError: "name='remember_token', domain=None, path=None"
|
|||||
|
TestLogin - test_login_rename_user
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 480, in test_login_rename_user
self.create_user('new_user', {'password': '123AbC*!', 'email': 'a12@b.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="email"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestLogin - test_login_unicode_user_space_end_password
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 233, in test_login_unicode_user_space_end_password
self.create_user(u'Kß ü执', {'password': ' space123AbC*!', 'email': 'a1@b.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="email"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestLogin - test_login_user_with_space_password_end_space
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 249, in test_login_user_with_space_password_end_space
self.create_user('Klaus peter', {'password': '123AbC*!space ', 'email': 'a2@b.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="email"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestLogin - test_magic_remote_login
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 549, in test_magic_remote_login
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestLogin - test_next
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 543, in test_next
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestLogin - test_password_policy
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 298, in test_password_policy
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestLogin - test_proxy_login
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 404, in test_proxy_login
self.fill_basic_config({'config_allow_reverse_proxy_header_login': 1 })
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestLogin - test_robots
|
PASS | |||||
| TestMergeBooksList | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestMergeBooksList - test_book_merge
|
PASS | |||||
|
TestMergeBooksList - test_delete_book
|
PASS | |||||
| TestOAuthLogin | 2 | 2 | 0 | 0 | 0 | Detail |
|
TestOAuthLogin - test_oauth_about
|
PASS | |||||
|
TestOAuthLogin - test_visible_oauth
|
PASS | |||||
| TestOPDSFeed | 23 | 15 | 2 | 6 | 0 | Detail |
|
TestOPDSFeed - test_opds
|
PASS | |||||
|
TestOPDSFeed - test_opds_author
|
PASS | |||||
|
TestOPDSFeed - test_opds_books
|
PASS | |||||
|
TestOPDSFeed - test_opds_calibre_companion
|
PASS | |||||
|
TestOPDSFeed - test_opds_colon_password
|
PASS | |||||
|
TestOPDSFeed - test_opds_cover
|
PASS | |||||
|
TestOPDSFeed - test_opds_download_book
|
PASS | |||||
|
TestOPDSFeed - test_opds_formats
|
PASS | |||||
|
TestOPDSFeed - test_opds_guest_user
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 141, in test_opds_guest_user
self.assertEqual(403, r.status_code)
AssertionError: 403 != 200
|
|||||
|
TestOPDSFeed - test_opds_hot
|
PASS | |||||
|
TestOPDSFeed - test_opds_language
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 240, in test_opds_language
self.login("admin", "admin123")
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestOPDSFeed - test_opds_non_admin
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 372, in test_opds_non_admin
self.login("admin", "admin123")
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestOPDSFeed - test_opds_publisher
|
PASS | |||||
|
TestOPDSFeed - test_opds_random
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 200, in test_opds_random
self.login("admin", "admin123")
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestOPDSFeed - test_opds_ratings
|
PASS | |||||
|
TestOPDSFeed - test_opds_read_unread
|
PASS | |||||
|
TestOPDSFeed - test_opds_search
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 564, in test_opds_search
self.assertEqual(401, r.status_code)
AssertionError: 401 != 200
|
|||||
|
TestOPDSFeed - test_opds_series
|
PASS | |||||
|
TestOPDSFeed - test_opds_shelf_access
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 670, in test_opds_shelf_access
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestOPDSFeed - test_opds_tags
|
PASS | |||||
|
TestOPDSFeed - test_opds_top_rated
|
PASS | |||||
|
TestOPDSFeed - test_opds_unicode_user
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 480, in test_opds_unicode_user
self.login("admin", "admin123")
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestOPDSFeed - test_recently_added
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_opds_feed.py", line 450, in test_recently_added
self.login("admin", "admin123")
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
| TestUploadPDF | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestUploadPDF - test_upload_invalid_pdf
|
PASS | |||||
| TestPipInstall | 3 | 3 | 0 | 0 | 0 | Detail |
|
TestPipInstall - test_command_start
|
PASS | |||||
|
TestPipInstall - test_foldername_database_location
|
PASS | |||||
|
TestPipInstall - test_module_start
|
PASS | |||||
| TestReader | 5 | 3 | 1 | 1 | 0 | Detail |
|
TestReader - test_comic_reader
|
PASS | |||||
|
TestReader - test_epub_reader
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_reader.py", line 95, in test_epub_reader
self.assertFalse(self.check_element_on_page((By.ID, "readbtn")))
AssertionError: <selenium.webdriver.remote.webelement.WebElement (session="7f55be65-aac4-4cf5-849c-2eb5db765457", element="0d8dea23-fde6-4539-8a28-f9cbd8aa1a71")> is not false
|
|||||
|
TestReader - test_pdf_reader
|
PASS | |||||
|
TestReader - test_sound_listener
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_reader.py", line 230, in test_sound_listener
self.sound_test('music.flac', 'Unknown - music', '0:02')
File "/home/ozzie/Development/calibre-web-test/test/test_reader.py", line 189, in sound_test
upload.send_keys(upload_file)
AttributeError: 'bool' object has no attribute 'send_keys'
|
|||||
|
TestReader - test_txt_reader
|
PASS | |||||
| TestReadOnlyDatabase | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestReadOnlyDatabase - test_readonly_path
|
PASS | |||||
| TestReverseProxy | 3 | 3 | 0 | 0 | 0 | Detail |
|
TestReverseProxy - test_logout
|
PASS | |||||
|
TestReverseProxy - test_move_page
|
PASS | |||||
|
TestReverseProxy - test_reverse_about
|
PASS | |||||
| TestShelf | 31 | 0 | 11 | 19 | 1 | Detail |
|
TestShelf - test_access_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 572, in test_access_shelf
self.create_user("tester", {'password': '123A4bC*!', 'email': 'a12@bc.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="password"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_access_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_add_shelf_from_search
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 416, in test_add_shelf_from_search
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_add_shelf_from_search
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_adv_search_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 515, in test_adv_search_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_adv_search_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_arrange_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 292, in test_arrange_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_arrange_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_create_public_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 181, in test_create_public_shelf
self.create_user('invalid', {'edit_shelf_role': 0, 'password': '123AbC*!', 'email': 'bac@b.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1068, in change_user
ele = cls.driver.find_element(By.ID, checkbox)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="edit_shelf_role"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_create_public_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_create_public_shelf_no_permission
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 557, in test_create_public_shelf_no_permission
self.create_user("test1", {'password': '123AbC*!', 'email': 'a11@bc.com'})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1014, in create_user
return cls.change_user(config)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1084, in change_user
ele = cls.driver.find_element(By.ID, key)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 1248, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="password"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_create_public_shelf_no_permission
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_delete_book_of_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 277, in test_delete_book_of_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_delete_book_of_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_private_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 57, in test_private_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_private_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_public_private_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 335, in test_public_private_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_public_private_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_public_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 118, in test_public_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_public_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_rename_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 203, in test_rename_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_rename_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_shelf_action_non_shelf_edit_role
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 374, in test_shelf_action_non_shelf_edit_role
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_shelf_action_non_shelf_edit_role
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_shelf_anonymous
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 452, in test_shelf_anonymous
self.fill_basic_config({'config_anonbrowse': 1})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 393, in fill_basic_config
cls._fill_basic_config(elements)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 297, in _fill_basic_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "config_port")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_shelf_anonymous
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_shelf_database_change
|
||||||
|
TestShelf - test_shelf_long_name
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 368, in test_shelf_long_name
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_shelf_long_name
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestShelf - test_xss_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 540, in test_xss_shelf
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestShelf - test_xss_shelf
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_shelf.py", line 44, in tearDown
self.login('admin','admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
| TestThumbnailsEnv | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestThumbnailsEnv - test_cover_cache_env_on_database_change
|
PASS | |||||
| TestThumbnails | 8 | 7 | 0 | 0 | 1 | Detail |
|
TestThumbnails - test_cache_non_writable
|
PASS | |||||
|
TestThumbnails - test_cache_of_deleted_book
|
PASS | |||||
|
TestThumbnails - test_cover_cache_on_database_change
|
PASS | |||||
|
TestThumbnails - test_cover_change_on_upload_new_cover
|
PASS | |||||
|
TestThumbnails - test_cover_for_series
|
SKIP | |||||
|
TestThumbnails - test_cover_on_upload_book
|
PASS | |||||
|
TestThumbnails - test_remove_cover_from_cache
|
PASS | |||||
|
TestThumbnails - test_sideloaded_book
|
PASS | |||||
| TestUpdater | 9 | 8 | 0 | 0 | 1 | Detail |
|
TestUpdater - test_check_update_nightly_errors
|
PASS | |||||
|
TestUpdater - test_check_update_nightly_request_errors
|
PASS | |||||
|
TestUpdater - test_check_update_stable_errors
|
PASS | |||||
|
TestUpdater - test_check_update_stable_versions
|
PASS | |||||
|
TestUpdater - test_perform_update
|
PASS | |||||
|
TestUpdater - test_perform_update_stable_errors
|
PASS | |||||
|
TestUpdater - test_perform_update_timeout
|
||||||
|
TestUpdater - test_reconnect_database
|
PASS | |||||
|
TestUpdater - test_update_write_protect
|
PASS | |||||
| TestUploadEPubs | 4 | 3 | 1 | 0 | 0 | Detail |
|
TestUploadEPubs - test_upload_epub_cover
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_cover_formats
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_duplicate
|
PASS | |||||
|
TestUploadEPubs - test_upload_epub_lang
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py", line 91, in test_upload_epub_lang
self.assertEqual('Tedesco', details['languages'][0])
AssertionError: 'Tedesco' != 'German'
- Tedesco
+ German
|
|||||
| TestUserList | 18 | 14 | 1 | 3 | 0 | Detail |
|
TestUserList - test_edit_user_email
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 816, in test_edit_user_email
self.assertEqual("low@de.de", user_data['email'])
TypeError: 'bool' object is not subscriptable
|
|||||
|
TestUserList - test_list_visibility
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 160, in test_list_visibility
self.assertTrue(ul['column'])
AssertionError: False is not true
|
|||||
|
TestUserList - test_user_list_admin_role
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 427, in test_user_list_admin_role
self.assertEqual("", ul['table'][1]['role_Admin']['text'])
IndexError: list index out of range
|
|||||
|
TestUserList - test_user_list_check_sort
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_list.py", line 609, in test_user_list_check_sort
self.assertFalse(ul['table'][2]['selector']['element'].is_selected())
IndexError: list index out of range
|
|||||
|
TestUserList - test_user_list_denied_tags
|
PASS | |||||
|
TestUserList - test_user_list_download_role
|
PASS | |||||
|
TestUserList - test_user_list_edit_button
|
PASS | |||||
|
TestUserList - test_user_list_edit_email
|
PASS | |||||
|
TestUserList - test_user_list_edit_kindle
|
PASS | |||||
|
TestUserList - test_user_list_edit_language
|
PASS | |||||
|
TestUserList - test_user_list_edit_locale
|
PASS | |||||
|
TestUserList - test_user_list_edit_name
|
PASS | |||||
|
TestUserList - test_user_list_edit_visiblility
|
PASS | |||||
|
TestUserList - test_user_list_guest_edit
|
PASS | |||||
|
TestUserList - test_user_list_remove_admin
|
PASS | |||||
|
TestUserList - test_user_list_requests
|
PASS | |||||
|
TestUserList - test_user_list_search
|
PASS | |||||
|
TestUserList - test_user_list_sort
|
PASS | |||||
| TestUserLoad | 1 | 1 | 0 | 0 | 0 | Detail |
|
TestUserLoad - test_user_change_vis
|
PASS | |||||
| TestUserTemplate | 29 | 13 | 0 | 16 | 0 | Detail |
|
TestUserTemplate - test_allow_column_restriction
|
PASS | |||||
|
TestUserTemplate - test_allow_tag_restriction
|
PASS | |||||
|
TestUserTemplate - test_archived_format_template
|
PASS | |||||
|
TestUserTemplate - test_author_user_template
|
PASS | |||||
|
TestUserTemplate - test_best_user_template
|
PASS | |||||
|
TestUserTemplate - test_category_user_template
|
PASS | |||||
|
TestUserTemplate - test_deny_column_restriction
|
PASS | |||||
|
TestUserTemplate - test_deny_tag_restriction
|
PASS | |||||
|
TestUserTemplate - test_detail_random_user_template
|
PASS | |||||
|
TestUserTemplate - test_download_user_template
|
PASS | |||||
|
TestUserTemplate - test_format_user_template
|
PASS | |||||
|
TestUserTemplate - test_hot_user_template
|
PASS | |||||
|
TestUserTemplate - test_language_user_template
|
PASS | |||||
|
TestUserTemplate - test_limit_book_languages
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 559, in test_limit_book_languages
default_language = Select(self.check_element_on_page((By.ID, "default_language")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/select.py", line 36, in __init__
if webelement.tag_name.lower() != "select":
AttributeError: 'bool' object has no attribute 'tag_name'
|
|||||
|
TestUserTemplate - test_limit_book_languages
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_list_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 431, in test_list_user_template
self.fill_view_config({'show_131072': 0})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, "discover")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_list_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_publisher_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 257, in test_publisher_user_template
self.fill_view_config({'show_4096': 0})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, "discover")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_publisher_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_random_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 40, in test_random_user_template
self.fill_view_config({'show_32': 0})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, "discover")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_random_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_read_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 373, in test_read_user_template
self.fill_view_config({'show_256': 0})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, "discover")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_read_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_recent_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 79, in test_recent_user_template
self.fill_view_config({'show_4': 0, 'show_8': 0, 'show_16': 0, 'show_32': 0, 'show_64': 0, 'show_128': 0,
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, "discover")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_recent_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_series_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 200, in test_series_user_template
self.fill_view_config({'show_4': 0})
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 398, in fill_view_config
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.CLASS_NAME, "discover")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_series_user_template
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
|
TestUserTemplate - test_ui_language_settings
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 550, in test_ui_language_settings
self.assertEqual(username.text, 'Benutzername')
AttributeError: 'bool' object has no attribute 'text'
|
|||||
|
TestUserTemplate - test_ui_language_settings
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_user_template.py", line 37, in tearDown
self.login('admin', 'admin123')
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 89, in login
WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "username")))
File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
|
|||||
| TestCalibreWebVisibilitys | 35 | 12 | 21 | 2 | 0 | Detail |
|
TestCalibreWebVisibilitys - test_about
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_SMTP_Settings
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_add_user
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_admin_change_password
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 424, in test_admin_change_password
self.assertFalse(self.login("admin", "admin123"))
AssertionError: True is not false
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_archived
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 377, in test_admin_change_visibility_archived
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_authors
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 394, in test_admin_change_visibility_authors
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_category
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 413, in test_admin_change_visibility_category
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 356, in test_admin_change_visibility_file_formats
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_hot
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 260, in test_admin_change_visibility_hot
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_language
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 239, in test_admin_change_visibility_language
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_publisher
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 314, in test_admin_change_visibility_publisher
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_random
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 279, in test_admin_change_visibility_random
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_rated
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 176, in test_admin_change_visibility_rated
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_rating
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 335, in test_admin_change_visibility_rating
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_read
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 197, in test_admin_change_visibility_read
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_admin_change_visibility_series
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 291, in test_admin_change_visibility_series
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_allow_columns
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_allow_tags
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_archive_books
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 1099, in test_archive_books
self.assertIsNone(details['archived'])
AssertionError: True is not None
|
|||||
|
TestCalibreWebVisibilitys - test_authors_max_settings
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 1032, in test_authors_max_settings
self.assertEqual(len(list_element[1][10]['author']), 4)
IndexError: list index out of range
|
|||||
|
TestCalibreWebVisibilitys - test_change_title
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_checked_logged_in
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_hide_custom_column
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_link_column_to_read_status
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 826, in test_link_column_to_read_status
self.assertEqual(len(list_element[1]), 11)
AssertionError: 10 != 11
|
|||||
|
TestCalibreWebVisibilitys - test_random_books_available
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_read_status_visible
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 933, in test_read_status_visible
self.assertFalse(author[1][1]['read'])
IndexError: list index out of range
|
|||||
|
TestCalibreWebVisibilitys - test_request_link_column_to_read_status
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_restrict_columns
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 696, in test_restrict_columns
self.assertEqual(len(books[1]), 11)
AssertionError: 10 != 11
|
|||||
|
TestCalibreWebVisibilitys - test_restrict_tags
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 595, in test_restrict_tags
self.assertEqual(len(self.get_books_displayed()[1]), 7)
AssertionError: 6 != 7
|
|||||
|
TestCalibreWebVisibilitys - test_save_views_recent
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_search_functions
|
PASS | |||||
|
TestCalibreWebVisibilitys - test_search_order
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 502, in test_search_order
self.verify_order("search", order=order)
File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1387, in verify_order
self.assertEqual(book_id, expected_result, "Key sorting order wrong: " + key)
AssertionError: 9 != 12 : Key sorting order wrong: new
|
|||||
|
TestCalibreWebVisibilitys - test_search_string
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 483, in test_search_string
self.assertEqual(7, len(self.adv_search({'book_title': ' book '})))
AssertionError: 7 != 4
|
|||||
|
TestCalibreWebVisibilitys - test_user_email_available
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 108, in test_user_email_available
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
|
TestCalibreWebVisibilitys - test_user_visibility_sidebar
|
Traceback (most recent call last):
File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 119, in test_user_visibility_sidebar
self.assertTrue(self.check_element_on_page((By.ID, "flash_success")))
AssertionError: False is not true
|
|||||
| TestCalibreHelper | 16 | 16 | 0 | 0 | 0 | Detail |
|
TestCalibreHelper - test_author_sort
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_comma
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_junior
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_oneword
|
PASS | |||||
|
TestCalibreHelper - test_author_sort_roman
|
PASS | |||||
|
TestCalibreHelper - test_check_Limit_Length
|
PASS | |||||
|
TestCalibreHelper - test_check_char_replacement
|
PASS | |||||
|
TestCalibreHelper - test_check_chinese_Characters
|
PASS | |||||
|
TestCalibreHelper - test_check_deg_eur_replacement
|
PASS | |||||
|
TestCalibreHelper - test_check_doubleS
|
PASS | |||||
|
TestCalibreHelper - test_check_finish_Dot
|
PASS | |||||
|
TestCalibreHelper - test_check_high23
|
PASS | |||||
|
TestCalibreHelper - test_check_umlauts
|
PASS | |||||
|
TestCalibreHelper - test_random_password
|
PASS | |||||
|
TestCalibreHelper - test_split_authors
|
PASS | |||||
|
TestCalibreHelper - test_whitespaces
|
PASS | |||||
| Total | 463 | 270 | 53 | 133 | 7 | |
| Program library | Installed Version | Test class |
|---|---|---|
| Platform | Linux 5.15.0-33-generic #34~20.04.1-Ubuntu SMP Thu May 19 15:51:16 UTC 2022 x86_64 x86_64 | Basic |
| Python | 3.8.10 | Basic |
| advocate | 1.0.0 | Basic |
| APScheduler | 3.9.1 | Basic |
| Babel | 2.10.3 | Basic |
| backports-abc | 0.5 | Basic |
| chardet | 4.0.0 | Basic |
| Flask | 2.0.3 | Basic |
| Flask-Babel | 2.0.0 | Basic |
| Flask-Login | 0.6.1 | Basic |
| Flask-Principal | 0.4.0 | Basic |
| Flask-WTF | 1.0.1 | Basic |
| greenlet | 1.1.2 | Basic |
| iso-639 | 0.4.5 | Basic |
| Jinja2 | 3.1.2 | Basic |
| lxml | 4.8.0 | Basic |
| pyasn1 | 0.4.8 | Basic |
| PyPDF3 | 1.0.6 | Basic |
| pytz | 2022.1 | Basic |
| requests | 2.27.1 | Basic |
| SQLAlchemy | 1.4.37 | Basic |
| tornado | 6.1 | Basic |
| Unidecode | 1.3.4 | Basic |
| Wand | 0.6.7 | Basic |
| Werkzeug | 2.0.3 | Basic |
| google-api-python-client | 2.51.0 | TestCliGdrivedb |
| httplib2 | 0.20.4 | TestCliGdrivedb |
| oauth2client | 4.1.3 | TestCliGdrivedb |
| PyDrive2 | 1.10.1 | TestCliGdrivedb |
| PyYAML | 6.0 | TestCliGdrivedb |
| google-api-python-client | 2.51.0 | TestEbookConvertCalibreGDrive |
| httplib2 | 0.20.4 | TestEbookConvertCalibreGDrive |
| oauth2client | 4.1.3 | TestEbookConvertCalibreGDrive |
| PyDrive2 | 1.10.1 | TestEbookConvertCalibreGDrive |
| PyYAML | 6.0 | TestEbookConvertCalibreGDrive |
| google-api-python-client | 2.51.0 | TestEbookConvertGDriveKepubify |
| httplib2 | 0.20.4 | TestEbookConvertGDriveKepubify |
| oauth2client | 4.1.3 | TestEbookConvertGDriveKepubify |
| PyDrive2 | 1.10.1 | TestEbookConvertGDriveKepubify |
| PyYAML | 6.0 | TestEbookConvertGDriveKepubify |
| comicapi | 2.2.1 | TestEditAdditionalBooks |
| rarfile | 4.0 | TestEditAdditionalBooks |
| google-api-python-client | 2.51.0 | TestEditAuthorsGdrive |
| httplib2 | 0.20.4 | TestEditAuthorsGdrive |
| oauth2client | 4.1.3 | TestEditAuthorsGdrive |
| PyDrive2 | 1.10.1 | TestEditAuthorsGdrive |
| PyYAML | 6.0 | TestEditAuthorsGdrive |
| beautifulsoup4 | 4.11.1 | TestLoadMetadata |
| google-api-python-client | 2.51.0 | TestEditBooksOnGdrive |
| httplib2 | 0.20.4 | TestEditBooksOnGdrive |
| oauth2client | 4.1.3 | TestEditBooksOnGdrive |
| PyDrive2 | 1.10.1 | TestEditBooksOnGdrive |
| PyYAML | 6.0 | TestEditBooksOnGdrive |
| beautifulsoup4 | 4.11.1 | TestLoadMetadataScholar |
| scholarly | 1.7.0 | TestLoadMetadataScholar |
| google-api-python-client | 2.51.0 | TestSetupGdrive |
| httplib2 | 0.20.4 | TestSetupGdrive |
| oauth2client | 4.1.3 | TestSetupGdrive |
| PyDrive2 | 1.10.1 | TestSetupGdrive |
| PyYAML | 6.0 | TestSetupGdrive |
| goodreads | 0.3.2 | TestGoodreads |
| python-Levenshtein | 0.12.2 | TestGoodreads |
| jsonschema | 4.6.0 | TestKoboSync |
| jsonschema | 4.6.0 | TestKoboSyncBig |
| Flask-SimpleLDAP | 1.4.0 | TestLdapLogin |
| jsonschema | 4.6.0 | TestLdapLogin |
| python-ldap | 3.4.0 | TestLdapLogin |
| Flask-Dance | 6.0.0 | TestOAuthLogin |
| SQLAlchemy-Utils | 0.38.2 | TestOAuthLogin |