Read the statement by Michael Teeuw here.
Stuck on creating a new fetcher
-
DISPLAY=:0 meansyou have a screen at which you show the interface, what do you see on that screen, nothing? I haven’t install MM for a while, is there a log file by any change in the root MM folder?
Try to run in dev mode, might give you more information
npm start dev
-
there is a bug on some OS’s, which I ran into last night… try this
npm start 2>/dev/null
it fixes my hang in about the same place…with the default config
-
@ultimatum22 I’m not sure what you mean. Doesn’t 'DISPLAY=:0" mean the attached display? I’ve got the Pi hooked up to a 24" TV display.
-
@sdetweil No luck on this side. I may just do a reinstall at this point. Not sure what’s causing the hangup
-
@cotxwx When you start the MM and it hangs try to access the webpage through another computer/phone. Go to <:8080 (I believe it was). If you are able to see the MM then it correctly starts (this is my assumption).
If it doesn’t work can you try to just run npm start without the DISPLAY=:0.