Plugins not working

Solved bugs are moved into this topic...
Post Reply
Stem75
Posts: 55
Joined: 09.01.2024 15:29

Plugins not working

Post by Stem75 »

Hello to everyone.
New user, first post.

Basically i downloaded the program this week. I fell in love with it immediately.

But. (as always there is always a but)

I started tweaking the user interface first and when i finished i began to install
some plugins and something went wrong.

I installed Macros and External tools (with some more but not all of them) but both of
them didn't work. (and a couple of the others which i don't remember them now)

I tried them with previous versions and they work.

The versions that they don't work are this:

cudatext-windows-amd64-1.206.5.0.zip
cudatext-windows-amd64-1.206.2.0.zip
cudatext-windows-amd64-1.206.0.0.zip

And the version that they work is this:

cudatext-windows-amd64-1.205.5.2.zip

I am on windows 7 x64 system.
Attachments
cudatext-windows-amd64-1.206.5.0.zip
cudatext-windows-amd64-1.206.5.0.zip
cudatext-windows-amd64-1.205.5.2.zip
cudatext-windows-amd64-1.205.5.2.zip
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: Plugins not working

Post by main Alexey »

On the left sidebar, you see blue number 6 on 'console' icon. press this icon.
copy/paste Console text here in QUOTE block.
6 errors.

must be the error(s) in Macros+ExternalTools plugins.
i know how to fix them.
Stem75
Posts: 55
Joined: 09.01.2024 15:29

Re: Plugins not working

Post by Stem75 »

Python 3.8.18
Init: cuda_exttools
Traceback (most recent call last):
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_exttools\cd_exttools.py", line 363, in on_start
self._do_acts(acts='|reg|menu|')
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_exttools\cd_exttools.py", line 458, in _do_acts
self.adapt_menu()
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_exttools\cd_exttools.py", line 380, in adapt_menu
if PLUG_AUTAG in [it['tag'] for it in top_its]:
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_exttools\cd_exttools.py", line 380, 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 "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_macros\cd_macros.py", line 82, in on_start
self._do_acts(acts='|reg|menu|')
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_macros\cd_macros.py", line 610, in _do_acts
self.adapt_menu()
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\cudatext\py\cuda_macros\cd_macros.py", line 97, in adapt_menu
if PLUG_AUTAG in [it['tag'] for it in top_its]:
File "C:\Users\Stem75\Desktop\Cudatext 1\cudatext-windows-amd64-1.206.5.0\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'
Loaded session: "history session.json", 0ms, 0 file(s)
Startup: 280ms, plugins: 110ms (exttools 93ms, macros 16ms)
Saved session: "history session.json", 0 file(s), by timer at 19:31:39
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: Plugins not working

Post by main Alexey »

2 errors here. they are fixed but not yet uploaded to SF.net storage.
update plugins from these zip files (open .zip in CudaText File/Open dialog).

still errors?
copy/paste Console again.

[2 zip files deleted because plugins were updated in addons-manager]
Last edited by main Alexey on 10.01.2024 20:23, edited 2 times in total.
Stem75
Posts: 55
Joined: 09.01.2024 15:29

Re: Plugins not working

Post by Stem75 »

Everything seems to work fine.

Thank you for the fast response.
Post Reply