WYVERN
WYVERN13mo ago

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 browsers
15 Replies
WYVERN
WYVERNOP13mo ago
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)
No description
Myles Scolnick
Myles Scolnick13mo ago
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)
WYVERN
WYVERNOP13mo ago
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
Memory: 16.80 GB / 31.75 GB
Browsers:
Edge: Spartan (44.19041.3570.0), Chromium (119.0.2151.44)
Internet Explorer: 11.0.19041.3570
System:
OS: Windows 10 10.0.19045
CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
Memory: 16.80 GB / 31.75 GB
Browsers:
Edge: Spartan (44.19041.3570.0), Chromium (119.0.2151.44)
Internet Explorer: 11.0.19041.3570
Firefox Developer Edition: 120.0b9 (64-bit)
Myles Scolnick
Myles Scolnick13mo ago
do you know what python version you are on as well? python --version
WYVERN
WYVERNOP13mo ago
python 3.10.13 it's a fresh environment with conda install python<3.11 nothing else apart from what pip install picks up
Myles Scolnick
Myles Scolnick13mo ago
I 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
WYVERN
WYVERNOP13mo ago
No to the non-tutorial; I get the same error Thanks for the quick response and help btw!
Myles Scolnick
Myles Scolnick13mo ago
ah shoot. we will do our best to get this resolved today
Akshay
Akshay13mo ago
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?
WYVERN
WYVERNOP13mo ago
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
Akshay
Akshay13mo ago
Thanks for checking. That would be helpful, thank you!
WYVERN
WYVERNOP13mo ago
black==23.11.0
click==8.1.7
colorama==0.4.6
importlib-resources==6.1.1
jedi==0.19.1
marimo==0.1.47
Markdown==3.5.1
mypy-extensions==1.0.0
packaging==23.2
parso==0.8.3
pathspec==0.11.2
platformdirs==4.0.0
Pygments==2.16.1
pymdown-extensions==10.4
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.2
tornado==6.3.3
typing_extensions==4.8.0
black==23.11.0
click==8.1.7
colorama==0.4.6
importlib-resources==6.1.1
jedi==0.19.1
marimo==0.1.47
Markdown==3.5.1
mypy-extensions==1.0.0
packaging==23.2
parso==0.8.3
pathspec==0.11.2
platformdirs==4.0.0
Pygments==2.16.1
pymdown-extensions==10.4
PyYAML==6.0.1
tomli==2.0.1
tomlkit==0.12.2
tornado==6.3.3
typing_extensions==4.8.0
Akshay
Akshay13mo ago
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!
WYVERN
WYVERNOP13mo ago
Lovely, can confirm the fix; thank you very much!!
No description
Akshay
Akshay13mo ago
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