View Single Post
Old 04-11-2024, 05:05 AM   #1314
bdeceulaer
Junior Member
bdeceulaer began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2024
Location: Noorderwijk, Belgium
Device: android tablet
After upgrading from Calibre 7.4 to 7.8, creation of a action in an action chain results in an error. As far as I see, this applies to all types of actions.
This is the error I get :

calibre, version 7.8.0
ERROR: Unhandled exception: <b>AttributeError</b>:'ActionsDialog' object has no attribute 'jobify_chk'

calibre 7.8 embedded-python: True
Linux-6.8.4-rc1-1-default-x86_64-with-glibc2.38 Linux ('64bit', 'ELF')
('Linux', '6.8.4-rc1-1-default', '#1 SMP PREEMPT_DYNAMIC Thu Apr 4 07:22:28 UTC 2024 (1089550)')
Python 3.11.5
Interface language: None
EXE path: /app/lib/calibre/bin/calibre
Successfully initialized third party plugins: Action Chains (1, 20, 1) && EpubMerge (2, 18, 0) && Favourites Menu (1, 3, 1) && Find Duplicates (1, 10, 9) && Open With (1, 8, 3) && Quality Check (1, 13, 10)
Traceback (most recent call last):
File "calibre_plugins.action_chains.gui.actions_dialog" , line 203, in accept
self.chain_settings['jobify'] = self.jobify_chk.isChecked()
^^^^^^^^^^^^^^^
AttributeError: 'ActionsDialog' object has no attribute 'jobify_chk'
bdeceulaer is offline   Reply With Quote