-
Hello, I install reactpy on Python 3.10.5 and Windows 10.
I run the sample application.
But Chrome shows a blank page and DevTools Console outputs the following:
Visual Studio Code TERMINAL outputs the following:
Please let me know what is wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
We've seen this reported by Windows users (accept this discord invite if you haven't already) a number of times. This typically occurs when your mimetype registry has been corrupted (often by VisualStudio). We recently released a patch (v1.0.1) that should work around the corrupted registry. With that said, you should try and fix the registry itself since most other libraries do not attempt to work around the corrupted registry. If, after upgrading to ReactPy 1.0.1, have fixed your corrupted registry, and are still experiencing issues, try running the page in a private browser (i.e. without extensions). If the page renders, then you may want to try uninstalling extensions, or re-installing your browser. |
Beta Was this translation helpful? Give feedback.
-
I installed reactpy v1.0.1 and followed these steps:
Thanks. |
Beta Was this translation helpful? Give feedback.
I installed reactpy v1.0.1 and followed these steps:
I used regedit to navigate to HKEY_CLASSES_ROOT/.js and edited the String Value key.
Name: Content Type
Value: Changed "text/plain" to "application/javascript"
However, the Chrome DevTools Console still showed an error.
I tried using Microsoft Edge instead, and it worked!
Thanks.