What's new

Skynet No Web access

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

FlyByWire

Regular Contributor
Hi,
I've set up Skynet on my AC-RT86U any got it running. Only thing is I have no access from the WebUI, saying 404. The debug shows, that the WebUI files are missing. Got an error message about this even on install.
Anybody an idea how to fix that?

PS: I forgott to mention - SkyNet 7.2.3

Screenshot 2021-02-23 135348.png
Screenshot 2021-02-23 135510.png
 
Last edited:
1) Disable/re enable WebUI -> did not work.
2) Reinstalling (via AMTM) Skynet -> did not work. As on first install I get the Error messages:

Updating chart.js failed
Updating chartjs-plugin-zoom.js failed
Updating hammerjs.js failed
Updating skynet.asp failed
 
Last edited:
If you uninstall it Skynet, does the GUI work again?

Where did you install Skynet? Thumbdrive or external SSD? What size swap file? What was the configuration state of the router before installing Skynet?
 
It's just the Skynet GUI that is not working. The other Router GUI is donig fine. Installation is on an USB Stick. Maybe to be mentioned that inside the network there is a RasPI running PIhole which workes as DNS server.
 
you can try running the commands manually:
Code:
skynetloc="$(grep -ow "skynetloc=.* # Skynet" /jffs/scripts/firewall-start 2>/dev/null | grep -vE "^#" | awk '{print $1}' | cut -c 11-)"
curl -fL https://raw.githubusercontent.com/Adamm00/IPSet_ASUS/master/webui/chart.js -o "${skynetloc}/webui/chart.js" 
curl -fL https://raw.githubusercontent.com/Adamm00/IPSet_ASUS/master/webui/chartjs-plugin-zoom.js -o "${skynetloc}/webui/chartjs-plugin-zoom.js"
curl -fL https://raw.githubusercontent.com/Adamm00/IPSet_ASUS/master/webui/hammerjs.js -o "${skynetloc}/webui/hammerjs.js"
curl -fL https://raw.githubusercontent.com/Adamm00/IPSet_ASUS/master/webui/skynet.asp -o "${skynetloc}/webui/skynet.asp"
 
1) Disable/re enable WebUI -> did not work.
2) Reinstalling (via AMTM) Skynet -> did not work. As on first install I get the Error messages:

Updating chart.js failed
Updating chartjs-plugin-zoom.js failed
Updating hammerjs.js failed
Updating skynet.asp failed
I tried that as well and got the same Error Messages as you did. I tried to access the http://router.asus.com/user1.asp as it gives me a 404 Not Found. This is on version 7.2.5 of Skynet When I first installed it, I got a warning message that said: "Warning: Kernel support protocol versions 6-6 while userspace supports protocol versions 6-7".
 
Last edited:
I tried that as well and got the same Error Messages as you did. I tried to access the http://router.asus.com/user1.asp as it gives me a 404 Not Found. This is on version 7.2.5 of Skynet When I first installed it, I got a warning message that said: "Warning: Kernel support protocol versions 6-6 while userspace supports protocol versions 6-7".
Hi, currently experiencing the same and got the same warning message as well. Did you eventually got it to work?
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top