Start Time: 2023-10-02 20:08:55
Stop Time: 2023-10-03 00:53:46
Duration: 3h 41 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 | |||||
TestBackupMetadata | 22 | 2 | 0 | 20 | 0 | Detail |
TestBackupMetadata - test_backup_all
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 49, in test_backup_all self.assertEqual(1, len(res)) TypeError: object of type 'bool' has no len() |
|||||
TestBackupMetadata - test_backup_change_book_author
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 172, in test_backup_change_book_author self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_description
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 294, in test_backup_change_book_description self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_identifier
|
PASS | |||||
TestBackupMetadata - test_backup_change_book_language
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 254, in test_backup_change_book_language self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_publisher
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 140, in test_backup_change_book_publisher self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_publishing_date
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 195, in test_backup_change_book_publishing_date self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_rating
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 275, in test_backup_change_book_rating self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_seriesindex
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 101, in test_backup_change_book_seriesindex self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_tags
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 211, in test_backup_change_book_tags self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_book_title
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 156, in test_backup_change_book_title self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_Comment
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 494, in test_backup_change_custom_Comment self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_Enum
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 555, in test_backup_change_custom_Enum self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_bool
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 313, in test_backup_change_custom_bool self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_categories
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 521, in test_backup_change_custom_categories self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_date
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 466, in test_backup_change_custom_date self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_float
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 346, in test_backup_change_custom_float self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_int
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 379, in test_backup_change_custom_int self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_rating
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 412, in test_backup_change_custom_rating self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_backup_change_custom_text
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 439, in test_backup_change_custom_text self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestBackupMetadata - test_gdrive
|
PASS | |||||
TestBackupMetadata - test_upload_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 582, in test_upload_book self.fill_basic_config({'config_uploading': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestBackupMetadataGdrive | 1 | 0 | 0 | 1 | 0 | Detail |
TestBackupMetadataGdrive - test_backup_gdrive
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata_gdrive.py", line 100, in test_backup_gdrive self.queue_metadata_backup() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1623, in queue_metadata_backup self.check_element_on_page((By.ID, "metadata_backup")).click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="metadata_backup" class="btn btn-default"> is not clickable at point (580,1015) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestCli | 13 | 10 | 2 | 1 | 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_logfile
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 670, in test_logfile self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestCli - test_no_database
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 557, in test_no_database self.assertTrue(self.check_element_on_page((By.ID, 'flash_success'))) AssertionError: False is not true |
|||||
TestCli - test_settingsdb_not_writeable
|
PASS | |||||
TestCli - test_writeonly_static_files
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_cli.py", line 767, in test_writeonly_static_files self.stop_calibre_web(p) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 487, in stop_calibre_web cls.driver.find_element(By.ID, 'admin_stop').click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
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 | 15 | 14 | 1 | 0 | 0 | Detail |
TestEbookConvertCalibre - test_calibre_log
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert.py", line 642, in test_calibre_log self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestEbookConvertCalibre - test_convert_deactivate
|
PASS | |||||
TestEbookConvertCalibre - test_convert_email
|
PASS | |||||
TestEbookConvertCalibre - test_convert_failed_and_email
|
PASS | |||||
TestEbookConvertCalibre - test_convert_only
|
PASS | |||||
TestEbookConvertCalibre - test_convert_options
|
PASS | |||||
TestEbookConvertCalibre - test_convert_parameter
|
PASS | |||||
TestEbookConvertCalibre - test_convert_wrong_excecutable
|
PASS | |||||
TestEbookConvertCalibre - test_convert_xss
|
PASS | |||||
TestEbookConvertCalibre - test_email_failed
|
PASS | |||||
TestEbookConvertCalibre - test_email_only
|
PASS | |||||
TestEbookConvertCalibre - test_kindle_send_not_configured
|
PASS | |||||
TestEbookConvertCalibre - test_ssl_smtp_setup_error
|
PASS | |||||
TestEbookConvertCalibre - test_starttls_smtp_setup_error
|
PASS | |||||
TestEbookConvertCalibre - test_user_convert_xss
|
PASS | |||||
TestEbookConvertCalibreGDrive | 7 | 4 | 1 | 2 | 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_e': '10234', 'mail_use_ssl': 'None'}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 734, in setup_server select = Select(cls.driver.find_element(By.ID, key)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="mail_use_ssl"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestEbookConvertCalibreGDrive - test_convert_email
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 138, in tearDown self.fill_basic_config({'config_calibre': ''}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
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 257, in test_convert_failed_and_email self.assertEqual(1, task_len) AssertionError: 1 != {'user': 'System', 'task': 'Cover Thumbna[130 chars]fPM'} |
|||||
TestEbookConvertCalibreGDrive - test_convert_only
|
PASS | |||||
TestEbookConvertCalibreGDrive - test_convert_parameter
|
PASS | |||||
TestEbookConvertCalibreGDrive - test_email_failed
|
PASS | |||||
TestEbookConvertCalibreGDrive - test_email_only
|
PASS | |||||
TestEbookConvertKepubify | 3 | 3 | 0 | 0 | 0 | Detail |
TestEbookConvertKepubify - test_convert_deactivate
|
PASS | |||||
TestEbookConvertKepubify - test_convert_only
|
PASS | |||||
TestEbookConvertKepubify - test_convert_wrong_excecutable
|
PASS | |||||
TestEbookConvertGDriveKepubify | 3 | 2 | 1 | 0 | 0 | Detail |
TestEbookConvertGDriveKepubify - test_convert_deactivate
|
PASS | |||||
TestEbookConvertGDriveKepubify - test_convert_only
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_kepubify_gdrive.py", line 176, in test_convert_only self.assertEqual(ret[-1]['result'], 'Finished') AssertionError: 'Started' != 'Finished' - Started + Finished |
|||||
TestEbookConvertGDriveKepubify - test_convert_wrong_excecutable
|
PASS | |||||
TestEditAdditionalBooks | 20 | 11 | 2 | 5 | 2 | Detail |
TestEditAdditionalBooks - test_cbz_comicinfo
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 62, in test_cbz_comicinfo self.fill_basic_config({'config_uploading': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestEditAdditionalBooks - test_change_upload_formats
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 238, in test_change_upload_formats self.fill_basic_config({'config_uploading': 1, 'config_upload_formats': 'epub'}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestEditAdditionalBooks - test_delete_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 355, in test_delete_book self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestEditAdditionalBooks - test_delete_role
|
PASS | |||||
TestEditAdditionalBooks - test_details_popup
|
PASS | |||||
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
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 795, in test_title_sort self.assertEqual(7, len(self.search(' book '))) AssertionError: 7 != 6 |
|||||
TestEditAdditionalBooks - test_upload_cbz_coverformats
|
PASS | |||||
TestEditAdditionalBooks - test_upload_edit_role
|
PASS | |||||
TestEditAdditionalBooks - test_upload_metadata_cb7
|
PASS | |||||
TestEditAdditionalBooks - test_upload_metadata_cbr
|
PASS | |||||
TestEditAdditionalBooks - test_upload_metadata_cbt
|
PASS | |||||
TestEditAdditionalBooks - test_writeonly_calibre_database
|
||||||
TestEditAdditionalBooks - test_writeonly_path
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 421, in test_writeonly_path self.fill_db_config(dict(config_calibre_dir=TEST_DB)) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 294, in fill_db_config ele = cls.driver.find_element(By.ID, key) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_calibre_dir"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestEditAdditionalBooks - test_xss_author_edit
|
SKIP | |||||
TestEditAdditionalBooks - test_xss_comment_edit
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 840, in test_xss_comment_edit self.check_element_on_page((By.ID, "edit_book")).click() AttributeError: 'bool' object has no attribute 'click' |
|||||
TestEditAdditionalBooks - test_xss_custom_comment_edit
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 862, in test_xss_custom_comment_edit self.check_element_on_page((By.ID, "edit_book")).click() AttributeError: 'bool' object has no attribute 'click' |
|||||
_ErrorHolder | 10 | 0 | 0 | 10 | 0 | Detail |
tearDownClass (test_edit_additional_books)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_additional_books.py", line 48, in tearDownClass cls.stop_calibre_web() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 487, in stop_calibre_web cls.driver.find_element(By.ID, 'admin_stop').click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
tearDownClass (test_goodreads)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219377d150>: 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_goodreads.py", line 51, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=45847): Max retries exceeded with url: /session/f4404ce5-ef93-4546-8d01-776ccf3cf13e/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219377d150>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
tearDownClass (test_kobo_sync)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2193710490>: 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_kobo_sync.py", line 54, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2193710490>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
tearDownClass (test_kobo_sync_big)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2193713160>: 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_kobo_sync_big.py", line 60, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=42727): Max retries exceeded with url: /session/4256a899-05fc-4cd0-90b2-b6f3a355e965/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2193713160>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
tearDownClass (test_limiter)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_limiter.py", line 32, in tearDownClass cls.stop_calibre_web() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 487, in stop_calibre_web cls.driver.find_element(By.ID, 'admin_stop').click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="admin_stop"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
setUpClass (test_logging)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_logging.py", line 34, in setUpClass WebDriverWait(cls.driver, 5).until(EC.presence_of_element_located((By.ID, "flash_success"))) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
tearDownClass (test_pdf_metadata)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190259390>: 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_pdf_metadata.py", line 40, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=39621): Max retries exceeded with url: /session/b06e8632-4480-4177-8437-dfb45d45c1ed/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190259390>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
tearDownClass (test_register)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039f250>: 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_register.py", line 48, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039f250>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
tearDownClass (test_upload_epubs)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219378e470>: 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_upload_epubs.py", line 35, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=49343): Max retries exceeded with url: /session/d05cb2b9-085b-4d45-9185-29f4977efd25/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219378e470>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
tearDownClass (test_user_load)
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21938fdd20>: 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_user_load.py", line 72, in tearDownClass cls.stop_calibre_web() File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 487, in stop_calibre_web cls.driver.find_element(By.ID, 'admin_stop').click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=51569): Max retries exceeded with url: /session/5cb89b50-5843-4d7b-a209-036386bf2f27/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21938fdd20>: 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/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21938fd900>: 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_user_load.py", line 74, in tearDownClass cls.driver.get("http://127.0.0.1:8083") File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=51569): Max retries exceeded with url: /session/5cb89b50-5843-4d7b-a209-036386bf2f27/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21938fd900>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestEditBooks | 38 | 36 | 0 | 0 | 2 | Detail |
TestEditBooks - test_download_book
|
PASS | |||||
TestEditBooks - test_edit_author
|
PASS | |||||
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_upper_lowercase
|
||||||
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_cb7
|
PASS | |||||
TestEditBooks - test_upload_book_cbr
|
PASS | |||||
TestEditBooks - test_upload_book_cbt
|
PASS | |||||
TestEditBooks - test_upload_book_cbz
|
PASS | |||||
TestEditBooks - test_upload_book_epub
|
PASS | |||||
TestEditBooks - test_upload_book_fb2
|
PASS | |||||
TestEditBooks - test_upload_book_lit
|
PASS | |||||
TestEditBooks - test_upload_book_mobi
|
PASS | |||||
TestEditBooks - test_upload_book_pdf
|
PASS | |||||
TestEditBooks - test_upload_cbz_coverformats
|
PASS | |||||
TestEditBooks - test_upload_cover_hdd
|
PASS | |||||
TestEditAuthors | 6 | 5 | 1 | 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
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_author.py", line 413, in test_rename_capital_on_upload self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
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 | 18 | 0 | 0 | 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
|
PASS | |||||
TestEditBooksList - test_search_books_list
|
PASS | |||||
TestLoadMetadata | 1 | 0 | 0 | 1 | 0 | Detail |
TestLoadMetadata - test_load_metadata
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_metadata.py", line 84, in test_load_metadata elif 'https://amazon.com/' == results[20]['source']: IndexError: list index out of range |
|||||
TestEditBooksOnGdrive | 18 | 18 | 0 | 0 | 0 | Detail |
TestEditBooksOnGdrive - test_download_book
|
PASS | |||||
TestEditBooksOnGdrive - test_edit_author
|
PASS | |||||
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
|
PASS | |||||
TestEditBooksOnGdrive - test_watch_metadata
|
PASS | |||||
TestLoadMetadataScholar | 1 | 0 | 1 | 0 | 0 | Detail |
TestLoadMetadataScholar - test_load_metadata
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_edit_metadata_scholar.py", line 45, in test_load_metadata self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestSTARTTLS | 3 | 3 | 0 | 0 | 0 | Detail |
TestSTARTTLS - test_STARTTLS
|
PASS | |||||
TestSTARTTLS - test_STARTTLS_SSL_setup_error
|
PASS | |||||
TestSTARTTLS - test_STARTTLS_resend_password
|
PASS | |||||
TestSSL | 7 | 7 | 0 | 0 | 0 | Detail |
TestSSL - test_SSL_None_setup_error
|
PASS | |||||
TestSSL - test_SSL_STARTTLS_setup_error
|
PASS | |||||
TestSSL - test_SSL_logging_email
|
PASS | |||||
TestSSL - test_SSL_non_admin_user
|
PASS | |||||
TestSSL - test_SSL_only
|
PASS | |||||
TestSSL - test_email_limit
|
PASS | |||||
TestSSL - test_filepicker_two_file
|
PASS | |||||
TestBookDatabase | 1 | 1 | 0 | 0 | 0 | Detail |
TestBookDatabase - test_invalid_book_path
|
PASS | |||||
TestErrorReadColumn | 2 | 0 | 1 | 1 | 0 | Detail |
TestErrorReadColumn - test_invalid_custom_column
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_error_read_column.py", line 76, in test_invalid_custom_column self.assertTrue(self.check_element_on_page((By.ID, "flash_danger"))) AssertionError: False is not true |
|||||
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 40, in test_invalid_custom_read_column self.fill_view_config({'config_read_column': "Custom Bool 1 Ä"}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 404, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
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 | 0 | 1 | 2 | 0 | Detail |
TestGoodreads - test_author_page
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190bc7910>: 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_goodreads.py", line 83, in test_author_page self.fill_basic_config({'config_goodreads_api_key': GOODREADS_API_KEY, File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=45847): Max retries exceeded with url: /session/f4404ce5-ef93-4546-8d01-776ccf3cf13e/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190bc7910>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestGoodreads - test_author_page_invalid
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190bc4940>: 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_goodreads.py", line 61, in test_author_page_invalid self.fill_basic_config({'config_goodreads_api_key': 'rgg', File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=45847): Max retries exceeded with url: /session/f4404ce5-ef93-4546-8d01-776ccf3cf13e/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190bc4940>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestGoodreads - test_goodreads_about
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_goodreads.py", line 113, in test_goodreads_about self.assertTrue(self.goto_page('nav_about')) AssertionError: False is not true |
|||||
TestKoboSync | 12 | 0 | 1 | 11 | 0 | Detail |
TestKoboSync - test_book_download
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190a1b430>: 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_kobo_sync.py", line 585, in test_book_download data = self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190a1b430>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_kobo_about
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 582, in test_kobo_about self.assertTrue(self.goto_page('nav_about')) AssertionError: False is not true |
|||||
TestKoboSync - test_kobo_limit
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190a181c0>: 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/venv/lib/python3.10/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.188.33', port=8083): Max retries exceeded with url: /kobo/tesit/v1/auth/device (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190a181c0>: 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_kobo_sync.py", line 679, in test_kobo_limit r = requests.post(host + '/kobo/tesit/v1/auth/device', json=payload) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.188.33', port=8083): Max retries exceeded with url: /kobo/tesit/v1/auth/device (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190a181c0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_kobo_sync_selected_shelfs
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190bc53c0>: 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_kobo_sync.py", line 604, in test_kobo_sync_selected_shelfs data = self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190bc53c0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_kobo_upload_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190a18d60>: 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_kobo_sync.py", line 654, in test_kobo_upload_book self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190a18d60>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_shelves_add_remove_books
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190a18700>: 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_kobo_sync.py", line 447, in test_shelves_add_remove_books self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190a18700>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_sync_changed_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190a1bc10>: 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_kobo_sync.py", line 276, in test_sync_changed_book self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190a1bc10>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_sync_invalid
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 229, in test_sync_invalid r = requests.post(self.kobo_adress+'x/v1/auth/device', json=payload, timeout=10) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' |
|||||
TestKoboSync - test_sync_reading_state
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190be2b30>: 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_kobo_sync.py", line 515, in test_sync_reading_state self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190be2b30>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_sync_shelf
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21935c2830>: 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_kobo_sync.py", line 295, in test_sync_shelf self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21935c2830>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_sync_unchanged
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21935c0760>: 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_kobo_sync.py", line 242, in test_sync_unchanged self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21935c0760>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSync - test_sync_upload
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2193710700>: 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_kobo_sync.py", line 256, in test_sync_upload self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync.py", line 66, in inital_sync self.get_book_details(5) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1470, in get_book_details cls.driver.get(root_url + "/book/" + str(id)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 449, in get self.execute(Command.GET, {"url": url}) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=38281): Max retries exceeded with url: /session/f9d42428-1e45-4e49-98ba-c59875c768f6/url (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2193710700>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSyncBig | 6 | 0 | 0 | 6 | 0 | Detail |
TestKoboSyncBig - test_download_cover
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190471ed0>: 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_kobo_sync_big.py", line 470, in test_download_cover self.fill_thumbnail_config({'schedule_generate_book_covers': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 244, in fill_thumbnail_config ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=42727): Max retries exceeded with url: /session/4256a899-05fc-4cd0-90b2-b6f3a355e965/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190471ed0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestKoboSyncBig - test_kobo_sync_multi_user
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f2190472380>: 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_kobo_sync_big.py", line 333, in test_kobo_sync_multi_user self.create_user('user1', {'password': '123AbC*!', 'email': 'ada@b.com', "edit_role": 1, "download_role": 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1020, in create_user return cls.change_user(config) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 1074, in change_user ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=42727): Max retries exceeded with url: /session/4256a899-05fc-4cd0-90b2-b6f3a355e965/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2190472380>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
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 270, in test_kobo_sync_selected_shelves self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 81, in inital_sync r = requests.post(kobo_address + '/v1/auth/device', json=payload, timeout=1000) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' |
|||||
TestKoboSyncBig - test_sync_changed_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 172, in test_sync_changed_book self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 81, in inital_sync r = requests.post(kobo_address + '/v1/auth/device', json=payload, timeout=1000) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' |
|||||
TestKoboSyncBig - test_sync_reading_state
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 247, in test_sync_reading_state self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 81, in inital_sync r = requests.post(kobo_address + '/v1/auth/device', json=payload, timeout=1000) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' |
|||||
TestKoboSyncBig - test_sync_shelf
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 203, in test_sync_shelf self.inital_sync() File "/home/ozzie/Development/calibre-web-test/test/test_kobo_sync_big.py", line 81, in inital_sync r = requests.post(kobo_address + '/v1/auth/device', json=payload, timeout=1000) TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' |
|||||
TestLdapLogin | 13 | 2 | 11 | 0 | 0 | Detail |
TestLdapLogin - test_LDAP_SSL
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 548, in test_LDAP_SSL self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_LDAP_SSL_CERTIFICATE
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 610, in test_LDAP_SSL_CERTIFICATE self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_LDAP_STARTTLS
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 661, in test_LDAP_STARTTLS self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
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 339, in test_LDAP_import self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_LDAP_import_memberfield
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 284, in test_LDAP_import_memberfield self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_LDAP_login
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 225, in test_LDAP_login self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_invalid_LDAP
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 121, in test_invalid_LDAP self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_ldap_about
|
PASS | |||||
TestLdapLogin - test_ldap_authentication
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 765, in test_ldap_authentication self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_ldap_kobo_sync
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 1034, 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 934, in test_ldap_opds_anonymous self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestLdapLogin - test_ldap_opds_download_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_ldap.py", line 844, in test_ldap_opds_download_book self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestSecurity | 4 | 0 | 4 | 0 | 0 | Detail |
TestSecurity - test_login_limit
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_limiter.py", line 104, in test_login_limit self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestSecurity - test_opds_limit
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_limiter.py", line 45, in test_opds_limit self.assertEqual(429, r.status_code) AssertionError: 429 != 401 |
|||||
TestSecurity - test_password_strength
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_limiter.py", line 180, in test_password_strength self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestSecurity - test_register_limit
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_limiter.py", line 138, in test_register_limit self.assertEqual(u'flash_danger', self.register('lulu99', 'hujhgh@de.de')) AssertionError: 'flash_danger' != 'flash_success' - flash_danger + flash_success |
|||||
TestCalibreWebListOrders | 10 | 9 | 1 | 0 | 0 | Detail |
TestCalibreWebListOrders - test_author_sort
|
PASS | |||||
TestCalibreWebListOrders - test_download_sort
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_list_orders.py", line 311, in test_download_sort self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
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 | |||||
TestLogin | 17 | 15 | 2 | 0 | 0 | Detail |
TestLogin - test_digest_login
|
PASS | |||||
TestLogin - test_login_capital_letters_user_unicode_password
|
PASS | |||||
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 274, 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
|
PASS | |||||
TestLogin - test_login_locale_select
|
PASS | |||||
TestLogin - test_login_protected
|
PASS | |||||
TestLogin - test_login_remember_me
|
PASS | |||||
TestLogin - test_login_rename_user
|
PASS | |||||
TestLogin - test_login_unicode_user_space_end_password
|
PASS | |||||
TestLogin - test_login_user_with_space_password_end_space
|
PASS | |||||
TestLogin - test_magic_remote_login
|
PASS | |||||
TestLogin - test_next
|
PASS | |||||
TestLogin - test_password_policy
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_login.py", line 307, in test_password_policy self.assertTrue(self.check_element_on_page((By.ID, "flash_danger"))) AssertionError: False is not true |
|||||
TestLogin - test_proxy_login
|
PASS | |||||
TestLogin - test_proxy_login_opds
|
PASS | |||||
TestLogin - test_robots
|
PASS | |||||
TestMergeBooksList | 2 | 2 | 0 | 0 | 0 | Detail |
TestMergeBooksList - test_book_merge
|
PASS | |||||
TestMergeBooksList - test_delete_book
|
PASS | |||||
TestOAuthLogin | 2 | 1 | 1 | 0 | 0 | Detail |
TestOAuthLogin - test_oauth_about
|
PASS | |||||
TestOAuthLogin - test_visible_oauth
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_oauth.py", line 46, in test_visible_oauth self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestOPDSFeed | 24 | 24 | 0 | 0 | 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
|
PASS | |||||
TestOPDSFeed - test_opds_hot
|
PASS | |||||
TestOPDSFeed - test_opds_language
|
PASS | |||||
TestOPDSFeed - test_opds_non_admin
|
PASS | |||||
TestOPDSFeed - test_opds_publisher
|
PASS | |||||
TestOPDSFeed - test_opds_random
|
PASS | |||||
TestOPDSFeed - test_opds_ratings
|
PASS | |||||
TestOPDSFeed - test_opds_read_unread
|
PASS | |||||
TestOPDSFeed - test_opds_search
|
PASS | |||||
TestOPDSFeed - test_opds_series
|
PASS | |||||
TestOPDSFeed - test_opds_shelf_access
|
PASS | |||||
TestOPDSFeed - test_opds_stats
|
PASS | |||||
TestOPDSFeed - test_opds_tags
|
PASS | |||||
TestOPDSFeed - test_opds_top_rated
|
PASS | |||||
TestOPDSFeed - test_opds_unicode_user
|
PASS | |||||
TestOPDSFeed - test_recently_added
|
PASS | |||||
TestUploadPDF | 1 | 0 | 0 | 1 | 0 | Detail |
TestUploadPDF - test_upload_invalid_pdf
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902584c0>: 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_pdf_metadata.py", line 127, in test_upload_invalid_pdf self.check_uploaded_pdf({'author': "Mani Mücks", File "/home/ozzie/Development/calibre-web-test/test/test_pdf_metadata.py", line 52, in check_uploaded_pdf upload = self.check_element_on_page((By.ID, 'btn-upload')) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=39621): Max retries exceeded with url: /session/b06e8632-4480-4177-8437-dfb45d45c1ed/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902584c0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestPipInstall | 3 | 3 | 0 | 0 | 0 | Detail |
TestPipInstall - test_command_start
|
PASS | |||||
TestPipInstall - test_foldername_database_location
|
PASS | |||||
TestPipInstall - test_module_start
|
PASS | |||||
TestReader | 6 | 5 | 1 | 0 | 0 | Detail |
TestReader - test_comic_MACOS_files
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_reader.py", line 192, in test_comic_MACOS_files self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestReader - test_comic_reader
|
PASS | |||||
TestReader - test_epub_reader
|
PASS | |||||
TestReader - test_pdf_reader
|
PASS | |||||
TestReader - test_sound_listener
|
PASS | |||||
TestReader - test_txt_reader
|
PASS | |||||
TestReadOnlyDatabase | 1 | 0 | 1 | 0 | 0 | Detail |
TestReadOnlyDatabase - test_readonly_path
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_readonly_db.py", line 48, in test_readonly_path self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestRegister | 16 | 0 | 0 | 16 | 0 | Detail |
TestRegister - test_forgot_password
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e4c10>: 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_register.py", line 199, in test_forgot_password if not self.check_user_logged_in('admin', True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e4c10>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_forgot_password
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e53c0>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e53c0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_illegal_email
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e5c90>: 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/venv/lib/python3.10/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8083): Max retries exceeded with url: /login (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e5c90>: 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_register.py", line 235, in test_illegal_email login_page = r.get('http://127.0.0.1:8083/login') File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8083): Max retries exceeded with url: /login (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e5c90>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_illegal_email
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e6350>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e6350>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_limit_domain
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e69e0>: 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_register.py", line 75, in test_limit_domain if not self.check_user_logged_in('admin', True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e69e0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_limit_domain
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e6fe0>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e6fe0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_register_no_server
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e7670>: 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_register.py", line 64, in test_register_no_server if not self.check_user_logged_in('admin', True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e7670>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_register_no_server
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21902e7c70>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21902e7c70>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_registering_only_email
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039c340>: 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_register.py", line 216, in test_registering_only_email if not self.check_user_logged_in('admin',True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039c340>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_registering_only_email
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039c940>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039c940>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_registering_user
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039cdf0>: 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_register.py", line 130, in test_registering_user if self.check_user_logged_in('admin', True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039cdf0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_registering_user
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039d3f0>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039d3f0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_registering_user_fail
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039da80>: 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_register.py", line 148, in test_registering_user_fail if self.check_user_logged_in('admin',True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039da80>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_registering_user_fail
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039e080>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039e080>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_user_change_password
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039e710>: 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_register.py", line 166, in test_user_change_password if self.check_user_logged_in('admin',True): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039e710>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestRegister - test_user_change_password
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219039ed10>: 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_register.py", line 59, in tearDown if self.check_user_logged_in('admin'): File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 117, 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 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=55607): Max retries exceeded with url: /session/c52e5295-7389-41ea-968a-24d585368e6a/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219039ed10>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestReverseProxy | 3 | 3 | 0 | 0 | 0 | Detail |
TestReverseProxy - test_logout
|
PASS | |||||
TestReverseProxy - test_move_page
|
PASS | |||||
TestReverseProxy - test_reverse_about
|
PASS | |||||
TestShelf | 16 | 15 | 0 | 0 | 1 | Detail |
TestShelf - test_access_shelf
|
PASS | |||||
TestShelf - test_add_shelf_from_search
|
PASS | |||||
TestShelf - test_adv_search_shelf
|
PASS | |||||
TestShelf - test_arrange_shelf
|
PASS | |||||
TestShelf - test_create_public_shelf
|
PASS | |||||
TestShelf - test_create_public_shelf_no_permission
|
PASS | |||||
TestShelf - test_delete_book_of_shelf
|
PASS | |||||
TestShelf - test_private_shelf
|
PASS | |||||
TestShelf - test_public_private_shelf
|
PASS | |||||
TestShelf - test_public_shelf
|
PASS | |||||
TestShelf - test_rename_shelf
|
PASS | |||||
TestShelf - test_shelf_action_non_shelf_edit_role
|
PASS | |||||
TestShelf - test_shelf_anonymous
|
PASS | |||||
TestShelf - test_shelf_database_change
|
||||||
TestShelf - test_shelf_long_name
|
PASS | |||||
TestShelf - test_xss_shelf
|
PASS | |||||
TestThumbnailsEnv | 1 | 0 | 0 | 1 | 0 | Detail |
TestThumbnailsEnv - test_cover_cache_env_on_database_change
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnail_env.py", line 68, in test_cover_cache_env_on_database_change self.fill_db_config(dict(config_calibre_dir=new_path)) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 294, in fill_db_config ele = cls.driver.find_element(By.ID, key) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="config_calibre_dir"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestThumbnails | 8 | 0 | 0 | 7 | 1 | Detail |
TestThumbnails - test_cache_non_writable
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 216, in test_cache_non_writable self.fill_thumbnail_config({'schedule_generate_book_covers': 0}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 244, in fill_thumbnail_config ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="schedule_generate_book_covers"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestThumbnails - test_cache_of_deleted_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 174, in test_cache_of_deleted_book self.fill_basic_config({'config_uploading': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestThumbnails - test_cover_cache_on_database_change
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 76, in test_cover_cache_on_database_change self.fill_thumbnail_config({'schedule_generate_book_covers': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 244, in fill_thumbnail_config ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="schedule_generate_book_covers"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestThumbnails - test_cover_change_on_upload_new_cover
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 116, in test_cover_change_on_upload_new_cover self.fill_thumbnail_config({'schedule_generate_book_covers': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 244, in fill_thumbnail_config ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="schedule_generate_book_covers"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestThumbnails - test_cover_for_series
|
SKIP | |||||
TestThumbnails - test_cover_on_upload_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 224, in test_cover_on_upload_book self.fill_thumbnail_config({'schedule_generate_book_covers': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 244, in fill_thumbnail_config ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="schedule_generate_book_covers"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestThumbnails - test_remove_cover_from_cache
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 161, in test_remove_cover_from_cache os.remove(os.path.join(thumbnail_cache_path, book.uuid[:2], book.filename)) PermissionError: [Errno 13] Permission denied: '/home/ozzie/Development/calibre-web/cps/cache/thumbnails/59/595ca60e-185a-4009-888b-99cf344fdb30.jpg' |
|||||
TestThumbnails - test_sideloaded_book
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 263, in test_sideloaded_book self.fill_thumbnail_config({'schedule_generate_book_covers': 1}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 244, in fill_thumbnail_config ele = cls.driver.find_element(By.ID, checkbox) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="schedule_generate_book_covers"] Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestUpdater | 9 | 6 | 0 | 2 | 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
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 381, in test_perform_update updater.click() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 93, in click self._execute(Command.CLICK_ELEMENT) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute return self._parent.execute(command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute self.error_handler.check_response(response) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: Element <div id="check_for_update" class="btn btn-primary"> is not clickable at point (518,1173) because another element <div id="RestartDialog" class="modal fade in"> obscures it Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 ElementClickInterceptedError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:333:5 webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:160:11 interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:119:11 clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:202:29 receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:84:31 |
|||||
TestUpdater - test_perform_update_stable_errors
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 304, in test_perform_update_stable_errors self.fill_basic_config({'config_updatechannel': 'Stable'}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 399, in fill_basic_config cls._fill_basic_config(elements) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 303, 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.10/site-packages/selenium/webdriver/support/wait.py", line 95, in until raise TimeoutException(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: Stacktrace: RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:189:5 NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:507:5 dom.find/</<@chrome://remote/content/shared/DOM.sys.mjs:132:16 |
|||||
TestUpdater - test_perform_update_timeout
|
||||||
TestUpdater - test_reconnect_database
|
PASS | |||||
TestUpdater - test_update_write_protect
|
PASS | |||||
TestUploadEPubs | 5 | 0 | 0 | 5 | 0 | Detail |
TestUploadEPubs - test_upload_epub_cover
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21939d6d70>: 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_upload_epubs.py", line 125, in test_upload_epub_cover orig = self.verify_upload(os.path.join(base_path, 'files', 'book.epub')) File "/home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py", line 67, in verify_upload upload = self.check_element_on_page((By.ID, 'btn-upload')) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=49343): Max retries exceeded with url: /session/d05cb2b9-085b-4d45-9185-29f4977efd25/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21939d6d70>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestUploadEPubs - test_upload_epub_cover_formats
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21937322f0>: 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_upload_epubs.py", line 189, in test_upload_epub_cover_formats orig = self.verify_upload(os.path.join(base_path, 'files', 'book.epub')) File "/home/ozzie/Development/calibre-web-test/test/test_upload_epubs.py", line 67, in verify_upload upload = self.check_element_on_page((By.ID, 'btn-upload')) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=49343): Max retries exceeded with url: /session/d05cb2b9-085b-4d45-9185-29f4977efd25/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21937322f0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestUploadEPubs - test_upload_epub_duplicate
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21937323b0>: 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_upload_epubs.py", line 46, in test_upload_epub_duplicate upload = self.check_element_on_page((By.ID, 'btn-upload')) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=49343): Max retries exceeded with url: /session/d05cb2b9-085b-4d45-9185-29f4977efd25/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21937323b0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestUploadEPubs - test_upload_epub_identifier
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f21939d7010>: 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_upload_epubs.py", line 215, in test_upload_epub_identifier self.assertFalse(self.check_element_on_page((By.ID, 'flash_danger'))) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 751, 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.10/site-packages/selenium/webdriver/support/wait.py", line 86, in until value = method(self._driver) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/support/expected_conditions.py", line 69, in _predicate return driver.find_element(*locator) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=49343): Max retries exceeded with url: /session/d05cb2b9-085b-4d45-9185-29f4977efd25/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f21939d7010>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestUploadEPubs - test_upload_epub_lang
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.10/http/client.py", line 1283, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output self.send(msg) File "/usr/lib/python3.10/http/client.py", line 976, in send self.connect() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f219378e1d0>: 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_upload_epubs.py", line 78, in test_upload_epub_lang self.change_visibility_me({'locale': "Italiano"}) File "/home/ozzie/Development/calibre-web-test/test/helper_ui.py", line 933, in change_visibility_me select = Select(cls.driver.find_element(By.ID, key)) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 830, in find_element return self.execute(Command.FIND_ELEMENT, {"using": by, "value": value})["value"] File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 438, in execute response = self.command_executor.execute(driver_command, params) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 290, in execute return self._request(command_info[0], url, body=data) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/selenium/webdriver/remote/remote_connection.py", line 311, in _request response = self._conn.request(method, url, body=body, headers=headers) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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.10/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen return self.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/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=49343): Max retries exceeded with url: /session/d05cb2b9-085b-4d45-9185-29f4977efd25/element (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f219378e1d0>: Failed to establish a new connection: [Errno 111] Connection refused')) |
|||||
TestUserList | 18 | 18 | 0 | 0 | 0 | Detail |
TestUserList - test_edit_user_email
|
PASS | |||||
TestUserList - test_list_visibility
|
PASS | |||||
TestUserList - test_user_list_admin_role
|
PASS | |||||
TestUserList - test_user_list_check_sort
|
PASS | |||||
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 | 0 | 0 | 1 | 0 | Detail |
TestUserLoad - test_user_change_vis
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 787, in urlopen retries = retries.increment( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/packages/six.py", line 769, in reraise raise value.with_traceback(tb) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse response.begin() File "/usr/lib/python3.10/http/client.py", line 318, in begin version, status, reason = self._read_status() File "/usr/lib/python3.10/http/client.py", line 279, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_user_load.py", line 93, in test_user_change_vis login_page = r.get('http://127.0.0.1:8083/login') File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.10/site-packages/requests/adapters.py", line 501, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) |
|||||
TestUserTemplate | 21 | 21 | 0 | 0 | 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
|
PASS | |||||
TestUserTemplate - test_list_user_template
|
PASS | |||||
TestUserTemplate - test_publisher_user_template
|
PASS | |||||
TestUserTemplate - test_random_user_template
|
PASS | |||||
TestUserTemplate - test_read_user_template
|
PASS | |||||
TestUserTemplate - test_recent_user_template
|
PASS | |||||
TestUserTemplate - test_series_user_template
|
PASS | |||||
TestUserTemplate - test_ui_language_settings
|
PASS | |||||
TestCalibreWebVisibilitys | 35 | 25 | 8 | 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 429, in test_admin_change_password self.assertTrue(self.check_element_on_page((By.ID, "flash_success"))) AssertionError: False is not true |
|||||
TestCalibreWebVisibilitys - test_admin_change_visibility_archived
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_authors
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_category
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_file_formats
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_hot
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_language
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_publisher
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_random
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_rated
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_rating
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_read
|
PASS | |||||
TestCalibreWebVisibilitys - test_admin_change_visibility_series
|
PASS | |||||
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 1087, in test_archive_books self.assertEqual('16790', resp.headers['Content-Length']) AssertionError: '16790' != '4245' - 16790 + 4245 |
|||||
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
|
Traceback (most recent call last): File "/home/ozzie/Development/calibre-web-test/test/test_visiblilitys.py", line 912, in test_request_link_column_to_read_status self.assertTrue("flash_danger" in result.text) AssertionError: False is not true |
|||||
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 1398, 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
|
PASS | |||||
TestCalibreWebVisibilitys - test_user_visibility_sidebar
|
PASS | |||||
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 | 472 | 328 | 41 | 95 | 8 |
Program library | Installed Version | Test class |
---|---|---|
Platform | Linux 6.2.0-33-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 10:33:52 UTC 2 x86_64 x86_64 | Basic |
Python | 3.10.12 | Basic |
advocate | 1.0.0 | Basic |
APScheduler | 3.10.4 | Basic |
Babel | 2.12.1 | Basic |
chardet | 4.0.0 | Basic |
Flask | 2.3.3 | Basic |
flask-babel | 3.1.0 | Basic |
Flask-Limiter | 3.4.1 | Basic |
Flask-Login | 0.6.2 | Basic |
Flask-Principal | 0.4.0 | Basic |
Flask-WTF | 1.1.2 | Basic |
greenlet | 2.0.2 | Basic |
iso-639 | 0.4.5 | Basic |
Jinja2 | 3.1.2 | Basic |
lxml | 4.9.3 | Basic |
pyasn1 | 0.5.0 | Basic |
pypdf | 3.15.5 | Basic |
pytz | 2023.3.post1 | Basic |
requests | 2.31.0 | Basic |
SQLAlchemy | 1.4.49 | Basic |
tornado | 6.3.3 | Basic |
Unidecode | 1.3.7 | Basic |
Wand | 0.6.11 | Basic |
Werkzeug | 2.3.7 | Basic |
google-api-python-client | 2.101.0 | TestBackupMetadataGdrive |
httplib2 | 0.22.0 | TestBackupMetadataGdrive |
oauth2client | 4.1.3 | TestBackupMetadataGdrive |
PyDrive2 | 1.17.0 | TestBackupMetadataGdrive |
PyYAML | 6.0.1 | TestBackupMetadataGdrive |
google-api-python-client | 2.101.0 | TestCliGdrivedb |
httplib2 | 0.22.0 | TestCliGdrivedb |
oauth2client | 4.1.3 | TestCliGdrivedb |
PyDrive2 | 1.17.0 | TestCliGdrivedb |
PyYAML | 6.0.1 | TestCliGdrivedb |
google-api-python-client | 2.101.0 | TestEbookConvertCalibreGDrive |
httplib2 | 0.22.0 | TestEbookConvertCalibreGDrive |
oauth2client | 4.1.3 | TestEbookConvertCalibreGDrive |
PyDrive2 | 1.17.0 | TestEbookConvertCalibreGDrive |
PyYAML | 6.0.1 | TestEbookConvertCalibreGDrive |
google-api-python-client | 2.101.0 | TestEbookConvertGDriveKepubify |
httplib2 | 0.22.0 | TestEbookConvertGDriveKepubify |
oauth2client | 4.1.3 | TestEbookConvertGDriveKepubify |
PyDrive2 | 1.17.0 | TestEbookConvertGDriveKepubify |
PyYAML | 6.0.1 | TestEbookConvertGDriveKepubify |
comicapi | 3.2.0 | TestEditAdditionalBooks |
py7zr | 0.20.6 | TestEditAdditionalBooks |
rarfile | 4.1 | TestEditAdditionalBooks |
py7zr | 0.20.6 | TestEditBooks |
google-api-python-client | 2.101.0 | TestEditAuthorsGdrive |
httplib2 | 0.22.0 | TestEditAuthorsGdrive |
oauth2client | 4.1.3 | TestEditAuthorsGdrive |
PyDrive2 | 1.17.0 | TestEditAuthorsGdrive |
PyYAML | 6.0.1 | TestEditAuthorsGdrive |
beautifulsoup4 | 4.12.2 | TestLoadMetadata |
google-api-python-client | 2.101.0 | TestEditBooksOnGdrive |
httplib2 | 0.22.0 | TestEditBooksOnGdrive |
oauth2client | 4.1.3 | TestEditBooksOnGdrive |
PyDrive2 | 1.17.0 | TestEditBooksOnGdrive |
PyYAML | 6.0.1 | TestEditBooksOnGdrive |
beautifulsoup4 | 4.12.2 | TestLoadMetadataScholar |
scholarly | 1.7.11 | TestLoadMetadataScholar |
google-api-python-client | 2.101.0 | TestSetupGdrive |
httplib2 | 0.22.0 | TestSetupGdrive |
oauth2client | 4.1.3 | TestSetupGdrive |
PyDrive2 | 1.17.0 | TestSetupGdrive |
PyYAML | 6.0.1 | TestSetupGdrive |
goodreads | 0.3.2 | TestGoodreads |
python-Levenshtein | 0.22.0 | TestGoodreads |
jsonschema | 4.19.1 | TestKoboSync |
jsonschema | 4.19.1 | TestKoboSyncBig |
Flask-SimpleLDAP | 1.4.0 | TestLdapLogin |
jsonschema | 4.19.1 | TestLdapLogin |
python-ldap | 3.4.3 | TestLdapLogin |
Flask-Dance | 7.0.0 | TestOAuthLogin |
SQLAlchemy-Utils | 0.41.1 | TestOAuthLogin |