blank webpage
Hi! i'm trying to get the tutorial working, but doing
marimo tutorial intro
in a fresh install opens up a blank webpage; I'm not getting any errors in the terminal, and get the same result in different browsers15 Replies
Could this be due to the script getting blocked due to a wrong mime type?
(btw; this is the same on firefox, chrome, and edge)
that does look like the error - we havent changed anything here recently, but will enforce the correct mime-type instead of returning a default.
can you run
npx envinfo --system --browsers
as well? (if you have node installed)
Firefox Developer Edition: 120.0b9 (64-bit)
do you know what python version you are on as well?
python --version
python 3.10.13
it's a fresh environment with
conda install python<3.11
nothing else apart from what pip install
picks upI cannot repro this on my side, but I have a mac. I see my response type coming back as
application/json
as well.
@Akshay has a windows laptop, so he can check this on windows.
are you able to run a non tutorial? e.g marimo edit
No to the non-tutorial; I get the same error
Thanks for the quick response and help btw!
ah shoot. we will do our best to get this resolved today
Just tried on my Windows 11 laptop, and marimo 0.1.47 works for me. I can't reproduce the error you see in the console. Will investigate further.
What version of marimo are you using?
Latest on pypi (0.1.47); even tried random versions but got exactly the same behaviour.
I can freeze my pip and send it over? Will have to do it in a few hours though
Thanks for checking. That would be helpful, thank you!
Thanks -- will try today with these requirements
@WYVERN : I think we have a fix -- merged into version 0.1.53. The issue might be particular to Windows 10, however, which I don't have access to right now. When you get a chance, can you upgrade marimo and try again? Thank you for your patience & help!
Lovely, can confirm the fix; thank you very much!!
That's great! Thanks for bringing this issue to our attention. Hope you have fun using marimo!! Please don't hesitate to write back with feedback, more issues, etc