You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed wetty using sudo npm -g i wetty on a raspberry pi running Debian 12.
Starting it (wetty -p 3000) and connectiing to it using firefox http://raspi:3000/ only shows an empty black page, the browser console has an error message
Uncaught TypeError: The specifier “@fortawesome/fontawesome-svg-core” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
Doesn't work using Chromium either (with a similar error message and also an empty black page).
Installing wetty on the Debian testing machine (using nodejs 20.15.0) shows the same symptoms.
Host running wetty
Device: Raspberry Pi CM4
OS: Debian 12
nodejs v18.19.0
Desktop accessing wetty
OS: Debian testing
Browser: Firefox 108.0.3
Additional context
I have no experience with nodejs, so if you need some more information, please ask.
The text was updated successfully, but these errors were encountered:
Describe the bug
I installed wetty using
sudo npm -g i wetty
on a raspberry pi running Debian 12.Starting it (
wetty -p 3000
) and connectiing to it usingfirefox http://raspi:3000/
only shows an empty black page, the browser console has an error messageDoesn't work using Chromium either (with a similar error message and also an empty black page).
Installing wetty on the Debian testing machine (using nodejs 20.15.0) shows the same symptoms.
Host running wetty
Desktop accessing wetty
Additional context
I have no experience with nodejs, so if you need some more information, please ask.
The text was updated successfully, but these errors were encountered: