Read the statement by Michael Teeuw here.
auto-booting but no modules (no warning with config file)
-
Okay, I’ll check through it and correct anything that may be wrong
-
so I had an idea to check through it fast, I copied the loader.js info off of github and paste it into the find (ctrl+f) window, the whole document is highlighted, meaning there are no errors… could it be something else??
-
@will23110 said in auto-booting but no modules (no warning with config file):
Uncaught ReferenceError: Translator is not defined (misn.js:452)
this one bothers me, I can’t find that file anywhere (misn.js), unless that is acut/paste/typo
based on the fact that files look ok, I would suggest doing an fsck (file system check) against the memory card
you will probably have to move it to another system to do that… windows cannot do it
-
how would I go about doing that on a pi?
-
@will23110 a google search says
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=179361
-
what do you mean by misn.js, I will have a look at that site, thanks
-
@will23110 said in auto-booting but no modules (no warning with config file):
what do you mean by misn.js
the error u posted says
Uncaught ReferenceError: Translator is not defined (misn.js:452)
i see a use of Translator in main.js
but cannot find a misn.js -
oh, typo haha, it’s supposed to say main.js, there are no errors in that one either, sorry about that
-
@will23110 ok
-
wait so from the site you gave me, if I run
sudo touch /forcefsck; sudo reboot
will that break it?