Skip to content
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

JSME examples don't run - fails to load /jsme/jsme.nocache.js #757

Closed
LiamConnors opened this issue Jun 2, 2023 · 1 comment
Closed

Comments

@LiamConnors
Copy link
Member

LiamConnors commented Jun 2, 2023

Describe the bug
JSME examples don't run and the following warning appears in the console

Loading failed for the <script> with source “https://jsme.cloud.douglasconnect.com/JSME_2017-02-26/jsme/jsme.nocache.js”.

To Reproduce

  1. Run this example:
from dash import Dash, html
import dash_bio as dashbio

app = Dash(__name__)

app.layout = html.Div([
    dashbio.Jsme(),
])

if __name__ == '__main__':
    app.run_server(debug=True, port=1234)
  1. Open in the browser and open the console. Error is shown

Expected behavior
Example to run

@LiamConnors
Copy link
Member Author

No longer an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant