# Node-red ui load fails on raspberry pi 1

**URL:** https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915
**Category:** General
**Created:** [19 June 2018 09:47 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915 "2018-06-19T09:47:35Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![ThanosMel](https://avatars.discourse-cdn.com/v4/letter/t/db5fbb/32.png) [@ThanosMel](https://discourse.nodered.org/u/ThanosMel)
#### Post date: [19 June 2018 09:47 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/1 "2018-06-19T09:47:35Z")

</div>

Hello, i have some flows written on windows 10 machine and i want to run those flows on my raspberry pi 1 model b+. Before i run those flows on the rp1 i have to make some changes(e.g change the path in file node). When i try to open node-red ui on the raspberry with firefox (as suggested) i am getting vendor.js not responding or busy error. Sometimes i skip the error and its working but still rp1 is extremely slow and firefox crashes. Can i use an rp3 to make the changes then swap the sd card to rp1 ? (Note: the final flows will run on the rp1)

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [19 June 2018 10:02 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/2 "2018-06-19T10:02:05Z")

</div>

Have you updated node-red on the pi using the technique in  
[https://nodered.org/docs/hardware/raspberrypi](https://nodered.org/docs/hardware/raspberrypi)  
If yes then post the output from `node-red-log` when you restart node red.

---

<div class="post-metadata">

### Author: ![ukmoose](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/ukmoose/32/13_2.png) [@ukmoose](https://discourse.nodered.org/u/ukmoose)
#### Post date: [19 June 2018 10:05 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/3 "2018-06-19T10:05:02Z")

</div>

To answer the supplemental question no you can’t swap a sd card between Pi3 & a Pi1 as they use different processors.

---

<div class="post-metadata">

### Author: ![ThanosMel](https://avatars.discourse-cdn.com/v4/letter/t/db5fbb/32.png) [@ThanosMel](https://discourse.nodered.org/u/ThanosMel)
#### Post date: [19 June 2018 10:10 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/4 "2018-06-19T10:10:41Z")

</div>

Then how am i supposed to change the things i want from the super slow rp1 😕 . The only solution that i see is changing stuff directly from the flows.json file that i have my flows.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [19 June 2018 10:13 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/5 "2018-06-19T10:13:34Z")

</div>

Open `http://<ip-of-pi>:1880/` in the web browser on your Windows 10 machine - avoid running a web browser on a Pi 1 otherwise you’ll be there all day.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [19 June 2018 10:16 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/6 "2018-06-19T10:16:26Z")

</div>

You can export/import your flows…a bit of a pain but export all your flows on pi1, import them to the pi3 - make change - export from pi3 -\> import on the pi1

or how about ssh’ing from the pi3 to the pi1 - copy the flows.json (using scp) edit and put it back.

or enjoy a nice cup of coffee/tea/beer while waiting for the pi1 to respond 😁

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [19 June 2018 10:23 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/7 "2018-06-19T10:23:22Z")

</div>

> [@ThanosMel](#):
>
> Then how am i supposed to change the things i want from the super slow rp1 😕 . The only solution that i see is changing stuff directly from the flows.json file that i have my flows.

The reason it is super slow and crashing may be due to the fact you have not updated node-red to the latest as I suggested. Though certainly don't try and run the browser on pi, run that on another machine as Nick suggested.

---

<div class="post-metadata">

### Author: ![ThanosMel](https://avatars.discourse-cdn.com/v4/letter/t/db5fbb/32.png) [@ThanosMel](https://discourse.nodered.org/u/ThanosMel)
#### Post date: [19 June 2018 10:33 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/8 "2018-06-19T10:33:27Z")

</div>

i have updated nodered of course via the update-nodejs-and-nodered command. I ll try @knolleary solution and i ll get back to you if i have problems.

---

<div class="post-metadata">

### Author: ![ThanosMel](https://avatars.discourse-cdn.com/v4/letter/t/db5fbb/32.png) [@ThanosMel](https://discourse.nodered.org/u/ThanosMel)
#### Post date: [19 June 2018 10:55 UTC](https://discourse.nodered.org/t/node-red-ui-load-fails-on-raspberry-pi-1/915/9 "2018-06-19T10:55:00Z")

</div>

@knolleary solutions works. I start thinking that i am dumb for not thinking that.
