Hi,
When I start a web browser on my laptop and navigate to the Raspberr PI ip:1880 I can access node-red.
When I am starting Chromium from the PI I get a blank page.
[image]
Upon starting node-red, it comes out to be a blank page. Fairly new with little knowledge on OS, help please!.
pi@raspberrypi:~ $ node-red-start
Start Node-RED
Once Node-RED has started, point a browser at 192.168.0.102:1880
On Pi Node-RED works better with the Firefox or Chrome browser
Use node-red-stop to stop Node-RED
Use node-red-start to start Node-RED again
Use node-red-log to view the recent l…
When I run
sudo apt-get install chromium-browser -y
It say that I am on the latest version.
Reading package lists... Done
Building dependency tree
Reading state information... Done
chromium-browser is already the newest version (72.0.3626.121-0+rpt4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have tried Firefox but same results, blank screen.
Any advise will be appreciated, thank you
Colin
25 July 2023 09:03
2
When you look at the browser console when it is working from the PC do you see the Monaco error there?
Did you wait quite a long time when running the browser on the Pi? Some models of the Pi are underpowered for driving a browser.
Waited some time, I know the PI are lacking horse to do the job.
Only error from the PC is map
Colin
25 July 2023 09:39
4
Are you absolutely certain that you are connecting remotely to the correct pi? I have several times had strange issues, only to realise the Pi I am connecting to is not the one I thought it was. Stop node red on the locally connected screen and make sure the remote one fails.
A long shot, but is your pi all up to date? Run this to make sure
sudo apt update && sudo apt full-upgrade
then reboot and try again.
Colin:
absolutely certain
I have only one active, and have rebooted it several times.
This install is +/-3 days old (OS + Node-red + Grafana + InluxDB), have run both those today.
pi@raspberrypi:~ $ sudo apt update
Hit:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Hit:2 http://archive.raspberrypi.org/debian stretch InRelease
Hit:3 https://repos.influxdata.com/debian stretch InRelease
Hit:4 https://packages.grafana.com/oss/deb stable InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
pi@raspberrypi:~ $ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@raspberrypi:~ $
Colin
25 July 2023 11:11
6
If it is a new install, why are you using an out-of-support version of raspbian?
32
armv7l
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Colin
25 July 2023 11:24
8
Stretch is out of support.
1 Like
Colin
25 July 2023 11:29
10
Are you going to upgrade and see if that fixes it?
Rewrite the image and just reload every thing
Thanks for your help @Colin
system
Closed
8 August 2023 13:01
13
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.