You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you click on Save button before the content of the folder and task menus is loaded, workfile tool crashes with the traceback below
Expected Behavior:
Save button shouldn't be available until everything for it is ready.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
You need to somehow simulate slow server response. In my case it happens in Mocha Pro where there is something really slow. Anyway:
Open workfile tool and click on Save As before folders and tasks load (show in menus)
Are there any labels you wish to add?
I have added the relevant labels to the bug report.
Relevant log output:
Traceback (most recent call last):
File "C:\Users\annat\Documents\Projects\Ayon\ayon-core\client\ayon_core\tools\workfiles\widgets\files_widget.py", line 253, in _on_workarea_save_clicked
result = self._exec_save_as_dialog()
File "C:\Users\annat\Documents\Projects\Ayon\ayon-core\client\ayon_core\tools\workfiles\widgets\files_widget.py", line 175, in _exec_save_as_dialog
dialog.update_context()
File "C:\Users\annat\Documents\Projects\Ayon\ayon-core\client\ayon_core\tools\workfiles\widgets\save_as_dialog.py", line 254, in update_context
self._extension_combobox.addItems(data["extensions"])
TypeError: 'PySide2.QtWidgets.QComboBox.addItems' called with wrong argument types:
PySide2.QtWidgets.QComboBox.addItems(NoneType)
Supported signatures:
PySide2.QtWidgets.QComboBox.addItems(typing.Sequence[str])
Additional context:
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior:
When using Workfile tool:
if you click on Save button before the content of the folder and task menus is loaded, workfile tool crashes with the traceback below
Expected Behavior:
Save button shouldn't be available until everything for it is ready.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
You need to somehow simulate slow server response. In my case it happens in Mocha Pro where there is something really slow. Anyway:
Save As
before folders and tasks load (show in menus)Are there any labels you wish to add?
Relevant log output:
Additional context:
No response
The text was updated successfully, but these errors were encountered: