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
I'm on the current main branch trying to help with #7178.
The wish was a transparent background, so I tried setting background="transparent". This crashes the server without a meaningful error message. As I'm using --autoreload I would expect this issue to be catched, the server started and the error shown in the browser.
I will consider this fixed, it no longer crashes with the obscure error message mentioned above, but does cause a 500 error, a clear traceback on the console and when you fix it and reload the page it resolves.
I don't think we can reasonably do better than that because implementing a custom component means you are leaving user land and entering developer APIs. In fact implementing _get_model takes you well into advanced developer APIs since the JS/React/Py components let you do stuff like this in a cleaner way. Handling this better would involve adding try/except clauses all over the Panel internals which I don't think is desirable.
I'm on the current
main
branch trying to help with #7178.The wish was a transparent background, so I tried setting
background="transparent"
. This crashes the server without a meaningful error message. As I'm using--autoreload
I would expect this issue to be catched, the server started and the error shown in the browser.If you change
background="transparent"
tobackground="green"
the server will start and the app show nicely.The text was updated successfully, but these errors were encountered: