diff --git a/cps/constants.py b/cps/constants.py index e37ad900..9364fd79 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -151,7 +151,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages, publisher') -STABLE_VERSION = {'version': '0.6.15 Beta'} +STABLE_VERSION = {'version': '0.6.15'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$' diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index 94bab0c2..cf85c7cc 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2022-01-13 19:08:39
+Start Time: 2022-01-16 07:27:28
Stop Time: 2022-01-13 23:00:09
+Stop Time: 2022-01-16 11:19:00
Duration: 3h 10 min
+Duration: 3h 11 min
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_ebook_convert_gdrive.py", line 332, in test_convert_only - self.assertEqual(ret[-2]['result'], 'Finished') -AssertionError: 'Failed' != 'Finished' -- Failed -+ Finished-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_metadata.py", line 133, in test_load_metadata - results[1]['cover_element'].click() -IndexError: list index out of range-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_edit_ebooks_gdrive.py", line 245, in test_edit_title - self.assertEqual(ele.text, u'Very long extra super turbo cool title without any issue of displaying including รถ utf-8 characters') -AttributeError: 'bool' object has no attribute 'text'-
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 223, in test_check_update_nightly_errors + self.check_updater('Timeout', "alert", 13) + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 75, in check_updater + self.assertTrue(responsetext in self.check_element_on_page((By.ID, "message")).text) +AssertionError: False is not true+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 251, in test_check_update_nightly_request_errors + self.check_updater('Timeout', "alert", 13) + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 75, in check_updater + self.assertTrue(responsetext in self.check_element_on_page((By.ID, "message")).text) +AssertionError: False is not true+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 141, in test_check_update_stable_errors + self.check_updater('Timeout', "alert", 13) + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 75, in check_updater + self.assertTrue(responsetext in self.check_element_on_page((By.ID, "message")).text) +AssertionError: False is not true+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 169, in test_check_update_stable_versions + self.check_updater('{}.{}.{}'.format(*version3), "alert-warning") + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 75, in check_updater + self.assertTrue(responsetext in self.check_element_on_page((By.ID, "message")).text) +AssertionError: False is not true+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 371, in test_perform_update + performUpdate.click() + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 81, in click + self._execute(Command.CLICK_ELEMENT) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 710, in _execute + return self._parent.execute(command, params) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 424, in execute + self.error_handler.check_response(response) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.ElementNotInteractableException: Message: Element <div id="perform_update" class="btn btn-primary hidden"> could not be scrolled into view +Stacktrace: +WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5 +ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.jsm:293:5 +webdriverClickElement@chrome://remote/content/marionette/interaction.js:156:11 +interaction.clickElement@chrome://remote/content/marionette/interaction.js:125:11 +clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:203:24 +receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:91:31+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 318, in test_perform_update_stable_errors + performUpdate.click() + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 81, in click + self._execute(Command.CLICK_ELEMENT) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 710, in _execute + return self._parent.execute(command, params) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 424, in execute + self.error_handler.check_response(response) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.ElementNotInteractableException: Message: Element <div id="perform_update" class="btn btn-primary hidden"> could not be scrolled into view +Stacktrace: +WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5 +ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.jsm:293:5 +webdriverClickElement@chrome://remote/content/marionette/interaction.js:156:11 +interaction.clickElement@chrome://remote/content/marionette/interaction.js:125:11 +clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:203:24 +receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:91:31+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 411, in test_update_write_protect + performUpdate.click() + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 81, in click + self._execute(Command.CLICK_ELEMENT) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webelement.py", line 710, in _execute + return self._parent.execute(command, params) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 424, in execute + self.error_handler.check_response(response) + File "/home/ozzie/Development/calibre-web-test/venv/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 247, in check_response + raise exception_class(message, screen, stacktrace) +selenium.common.exceptions.ElementNotInteractableException: Message: Element <div id="perform_update" class="btn btn-primary hidden"> could not be scrolled into view +Stacktrace: +WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5 +ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.jsm:293:5 +webdriverClickElement@chrome://remote/content/marionette/interaction.js:156:11 +interaction.clickElement@chrome://remote/content/marionette/interaction.js:125:11 +clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:203:24 +receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:91:31+