diff --git a/cps/constants.py b/cps/constants.py index bd7282434..5c2b76809 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -172,7 +172,7 @@ BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, d 'series_id, languages, publisher, pubdate, identifiers') # python build process likes to have x.y.zbw -> b for beta and w a counting number -STABLE_VERSION = '0.6.24b' +STABLE_VERSION = '0.6.24' NIGHTLY_VERSION = dict() NIGHTLY_VERSION[0] = '$Format:%H$' diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index f7d5c054d..dfa96d525 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2024-11-10 20:11:07
+Start Time: 2024-11-11 18:48:01
Stop Time: 2024-11-11 03:26:27
+Stop Time: 2024-11-12 02:05:33
Duration: 6h 7 min
+Duration: 6h 9 min
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 317, in test_sideloaded_book + self.assertAlmostEqual(diff(BytesIO(list_cover), BytesIO(old_list_cover), delete_diff_file=True), 0.0, +AssertionError: 0.008800537709173505 != 0.0 within 0.0001 delta (0.008800537709173505 difference)+
Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 153, in test_check_update_stable_errors
- self.check_updater('Timeout', "alert", 13)
- File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 87, in check_updater
- self.assertTrue(responsetext in self.check_element_on_page((By.ID, "message")).text)
-AttributeError: 'bool' object has no attribute 'text'
- Traceback (most recent call last):
- File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 181, 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 87, in check_updater
- self.assertTrue(responsetext in self.check_element_on_page((By.ID, "message")).text)
-AttributeError: 'bool' object has no attribute 'text'
- Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 390, in test_perform_update - performUpdate.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.ElementNotInteractableException: Message: Element <div id="perform_update" class="btn btn-primary hidden"> could not be scrolled into view -Stacktrace: -RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 -WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5 -ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:353:5 -webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:167:11 -interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:136:11 -clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:205:29 -receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:85:31-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 330, in test_perform_update_stable_errors - performUpdate.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.ElementNotInteractableException: Message: Element <div id="perform_update" class="btn btn-primary hidden"> could not be scrolled into view -Stacktrace: -RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 -WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:193:5 -ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:353:5 -webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:167:11 -interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:136:11 -clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:205:29 -receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:85:31-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_updater.py", line 431, in test_update_write_protect - self.assertTrue(self.check_element_on_page((By.ID, "message"))) -AssertionError: False is not true-