Skip to content

[Bug]: Reload (or launch) with old launcher gives more detailed log, also allows copying it #3342

@Wurschdhaud

Description

@Wurschdhaud

✈ Pre-Flight checks

  • I don't have SentinelOne antivirus installed (see above for the solution)
  • I have searched in the issues (open and closed) but couldn't find a similar issue
  • I have searched in the pyRevit Forum for similar issues
  • I already followed the installation troubleshooting guide thoroughly
  • I am using the latest pyRevit Version

🐞 Describe the bug

Example below - doesn't surface with new loader. Really helps debugging if you switch to the old launcher and get detailed ouput, that you can also copy before the window vanishes.

Error below may be related to combox itself, as this is a quite new feature as well.

WARNING [pyrevit.loader.uimaker] Error adding member: Error adding item to ComboBox: The name already exists in ComboBox:basic_one
Parameter name: newItemName

Traceback:
File "\pyRevit\pyrevitlib\pyrevit\loader\uimaker.py", line 568, in _add_combobox_members
member_obj = combobox_ui.add_item(member_data)

WARNING [pyrevit.loader.uimaker] Error adding member: Error adding item to ComboBox: The name already exists in ComboBox:basic_two
Parameter name: newItemName

Traceback:
File "\pyRevit\pyrevitlib\pyrevit\loader\uimaker.py", line 568, in _add_combobox_members
member_obj = combobox_ui.add_item(member_data)

WARNING [pyrevit.loader.uimaker] Error adding member: Error adding item to ComboBox: The name already exists in ComboBox:rich_item
Parameter name: newItemName

Traceback:
File "\pyRevit\pyrevitlib\pyrevit\loader\uimaker.py", line 568, in _add_combobox_members
member_obj = combobox_ui.add_item(member_data)

WARNING [pyrevit.loader.uimaker] Error adding member: Error adding item to ComboBox: The name already exists in ComboBox:another_rich
Parameter name: newItemName

Traceback:
File "\pyRevit\pyrevitlib\pyrevit\loader\uimaker.py", line 568, in _add_combobox_members
member_obj = combobox_ui.add_item(member_data)

⌨ Error/Debug Message

see above

♻️ To Reproduce

No response

⏲️ Expected behavior

old and new launcher should have the same logging/output

🖥️ Hardware and Software Setup (please complete the following information)

6.4.0

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugBug that stops user from using the tool or a major portion of pyRevit functionality [class]

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions