React Python Example not working #931
Unanswered
nishant1712
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hi @nishant1712 this is rather a question. I am converting this to a discussion. Can you provide a repository where we can re-produce your problem? Thank you. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have copy pasted the code and trying to run it, the error says
Uncaught (in promise) Error: Could NOT open editor for "file:///home/nishantshuke/workspace/test.py".
at ExtHostEditors.showTextDocument (extHostTextEditors.js:72:1)
at async onLoad (index.tsx:35:1)
Whenever i am loading the page, an additional model is also getting loaded. Pasting below the array of models
['file:///default-uri-modified-756126', 'file:///home/nishantshuke/workspace/test.py']
No idea what this default model is.
What am i doing wrong, or are there any other configurations that i am missing?
Beta Was this translation helpful? Give feedback.
All reactions