ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Show error of dependency package #103

Closed iLLiCiTiT closed 6 months ago

iLLiCiTiT commented 6 months ago

Changelog Description

Print traceback when import of main addon crashes because of ImportError and show the message from exception in UI.

Screenshot

image

Testing notes:

  1. Use invalid dependency package (use one of older ones), or fake ImportError in ayon core or openpype.
  2. Traceback should be printed.
  3. UI should show the error message.