cuda_exttools can not work after 1.208.5.0

Solved bugs are moved into this topic...
Post Reply
hycmos
Posts: 86
Joined: 06.11.2019 02:17

cuda_exttools can not work after 1.208.5.0

Post by hycmos »

thanks for the new version. but i can not make it works well.
when updated from 1.205.0.0 to 1.208.5.0, the cuda_exttools, cuda_macros can not work. so the main menu items "macro", "tools" disappear
also the 1.209.0.1.




the information is:

Init: cuda_exttools
Traceback (most recent call last):
File "D:\Program Files\cudatext\py\cuda_exttools\cd_exttools.py", line 349, in on_start
self._do_acts(acts='|reg|menu|')
File "D:\Program Files\cudatext\py\cuda_exttools\cd_exttools.py", line 444, in _do_acts
self.adapt_menu()
File "D:\Program Files\cudatext\py\cuda_exttools\cd_exttools.py", line 366, in adapt_menu
if PLUG_AUTAG in [it['tag'] for it in top_its]:
File "D:\Program Files\cudatext\py\cuda_exttools\cd_exttools.py", line 366, in <listcomp>
if PLUG_AUTAG in [it['tag'] for it in top_its]:
KeyError: 'tag'
ERROR: Exception in CudaText for on_start: KeyError: 'tag'
Init: cuda_macros
Traceback (most recent call last):
File "D:\Program Files\cudatext\py\cuda_macros\cd_macros.py", line 82, in on_start
self._do_acts(acts='|reg|menu|')
File "D:\Program Files\cudatext\py\cuda_macros\cd_macros.py", line 610, in _do_acts
self.adapt_menu()
File "D:\Program Files\cudatext\py\cuda_macros\cd_macros.py", line 97, in adapt_menu
if PLUG_AUTAG in [it['tag'] for it in top_its]:
File "D:\Program Files\cudatext\py\cuda_macros\cd_macros.py", line 97, in <listcomp>
if PLUG_AUTAG in [it['tag'] for it in top_its]:
KeyError: 'tag'
ERROR: Exception in CudaText for on_start: KeyError: 'tag'
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: cuda_exttools can not work after 1.208.5.0

Post by main Alexey »

I have written the info about it to history.txt.
in short: you MUST update plugins (Ext Tools + Macros) now. Update, try again.
hycmos
Posts: 86
Joined: 06.11.2019 02:17

Re: cuda_exttools can not work after 1.208.5.0

Post by hycmos »

Thank you for the fast reply.
Yes, I update both plugins.
OK now.
Post Reply