TagStudio icon indicating copy to clipboard operation
TagStudio copied to clipboard

[Bug]: Folders to tags macro graph UI missing

Open Thecreatre opened this issue 4 months ago • 1 comments

Checklist

  • [x] I am using an up-to-date version.
  • [x] I have read the documentation.
  • [x] I have searched existing issues.

TagStudio Version

9.5.5

Operating System & Version

Win11

Description

For some reason the graph ui thats supposed to show up for this macro (Folder to tag) just isnt there and its just the blank window

Image

it seems it did check the folders if the hitch it does when opening the menu says anything but.. then theres just nothing to look at

Expected Behavior

It should at least display something, preferably whatever state the graphing script is at, it should show that with out issues like the void eating it.

Steps to Reproduce

I cant really tell cause, i haven't seen any other issues made abt this, best lead i have is the windows version of this feature being weird or this is just its state of the script right now. which if so then i guess this report can be binned as false positive.

Logs

No response

Thecreatre avatar Sep 18 '25 07:09 Thecreatre

2025-11-15 15:35:15 [info     ] items to render                count=16756
Traceback (most recent call last):
  File "TagStudio\src\tagstudio\qt\ts_qt.py", line 540, in create_folders_tags_modal
    self.folders_modal.show()
  File "TagStudio\src\tagstudio\qt\mixed\folders_to_tags.py", line 244, in showEvent
    test = TreeItem(folder)
           ^^^^^^^^^^^^^^^^
  File "TagStudio\src\tagstudio\qt\mixed\folders_to_tags.py", line 279, in __init__
    self.tag_widget = ModifiedTagWidget(unwrap(data.tag), unwrap(parent_tag))
                                                          ^^^^^^^^^^^^^^^^^^
  File "TagStudio\src\tagstudio\core\utils\types.py", line 14, in unwrap
    raise ValueError("Expected a value, but got None and no default was provided.")
ValueError: Error calling Python override of QWidget::showEvent(): Expected a value, but got None and no default was provided.

Logs from running in development mode and seeing this.

mm12 avatar Nov 15 '25 21:11 mm12