-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Dash apps don't display in viewer #4890
Comments
Note that I have turned off an on the setting terminal.integrated.shellIntegration.enabled and retested and have tried a few workarounds to no avail. |
I tried on window 11 with 2024.10.0-13 and I also do not see the app in the viewer after hitting the "play" button. I have to click the URL, then I get the dialog asking where I'd like to open the URL, and there I can pick viewer. But it does not open up automatically after hitting the "play" button |
I'm using Mac with |
Note that the very simple example:
does display in my viewer, however the more complex example does not. Curiously, though, the more complex example does work for @isabelizimm. |
This might have been fixed in #4978 as I increased the timeout for python app startup. I've been able to run this app on Mac Desktop and in Positron on Workbench on Linux. |
I just checked with 2024.11.0-140 on both Windows 11 and Workbench on Ubuntu 24 .. and the app works as expected. 🥳 |
@testlabauto can you verify MacOS? |
If anyone has an opportunity (including myself), could someone also try setting a specific port number for the Dash app? It'd be great if we can confirm/deny which Dash app requirements are applicable when running in Positron. I think we'd just need to change |
Verified Fixed
Test scenario(s)Looks good most of the time. I think sometimes it fails due to it being a pretty heavy app, but we should mark this verified as we have made a lot of progress. Lets wait and see if we get any reports from outside users regarding larger Dash apps. Specifying the port works, too. Link(s) to TestRail test cases run or created: |
Do you mind opening a separate issue for this? I think there's a bug in the run app extension around timeouts and the logic around displaying this warning (a general bug, not specific to any particular framework). |
@sharon-wang sure: #5306 |
System details:
Positron and OS details:
OSX
2024.10.0-5
Interpreter details:
Python 3.10.12
Describe the issue:
Trying to get a dash app displayed in the viewer with my system configuration. Using: this app
Steps to reproduce the issue:
Expected or desired behavior:
Dash app in Viewer; worst case scenario: a warning that this will not work. I am able to see a warning in dev mode but not in release.
Were there any error messages in the UI, Output panel, or Developer Tools console?
Uncaught SyntaxError: Identifier 'hostMessaging' has already been declared
The text was updated successfully, but these errors were encountered: