# Homey list -\> stripped.split is not a function

**URL:** https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315
**Category:** Developers
**Created:** [November 23, 2021, 6:47pm UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315 "2021-11-23T18:47:45Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![szuperp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/szuperp/32/47661_2.png) [@szuperp](https://community.homey.app/u/szuperp)
#### Post date: [November 23, 2021, 6:47pm UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/1 "2021-11-23T18:47:45Z")

</div>

Hi!  
I would like to start the developing for Homey… but I am stucked at the begining.  
I had a node.js, but updated to the latest one.  
then:

- npm -g homey
- homey login
- homey list : and I got an error message: “stripped.split is not a function”.  
I don’t know why…  
After that I tried to do something else… for example homey select is working… unselect is working…  
After I “homey app create” , and I select my Homey Pro, tried to “homey app run”, but I got a Homey Offline message.  
I tried to restart but nothing changed…  
Any Idea?

---

<div class="post-metadata">

### Author: ![JPe4619](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/jpe4619/32/9017_2.png) [@JPe4619](https://community.homey.app/u/JPe4619)
#### Post date: [November 24, 2021, 12:19am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/2 "2021-11-24T00:19:03Z")

</div>

Better use the same version node.js as Athom does, and that is not the last version. You can find it in the mobil app.

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [November 24, 2021, 6:11am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/3 "2021-11-24T06:11:55Z")

</div>

~~Are you running Windows by any chance?~~

It looks like one of the dependencies of `homey` was broken for a short while. Try cleaning the NPM cache and reinstall `homey` again:

```auto
$ npm cache clean
$ npm i -g homey

```

If that doesn’t work, try this and see if `homey` works after it:

```auto
$ npm i -g cli-table@0.3.9

```

---

<div class="post-metadata">

### Author: ![szuperp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/szuperp/32/47661_2.png) [@szuperp](https://community.homey.app/u/szuperp)
#### Post date: [November 24, 2021, 7:23am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/4 "2021-11-24T07:23:00Z")

</div>

> [@robertklep](#):
>
> `npm i -g cli-table@0.3.9`

Thank You!  
I tried it on 2 machines yesterday… I work on OSX, but I tried on a windows 10 machine, and same result.  
Now after clean cache, and reinstall, The ‘homey list’ is working, but the ‘homey app run’ still not.  
I installed the same version of node.js (12.16.1), but nothing changed.  
But yesterday I tried to disable the internet connection of the Homey IP address, then I couldn’t find it , so I give it back, then I noticed in the app it connection was local, not cloud… I tried ‘homey list’, same error, but I could run the ‘homey app run’… It worked…  
But today it is connected via Cloud again.  
‘homey list’ result is:  
│ 60a…ace │ Peter’s Homey Pro │ 7.2.0 │ 2 │ en │ 1 │ owner │ Yes

[Mod break: privatized cloud ID]

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [November 24, 2021, 7:29am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/5 "2021-11-24T07:29:10Z")

</div>

The Node.js version isn’t relevant. Why is it saying “Yes” in the USB column?

Also, what do you mean by “I tried to disable the internet connection of the Homey IP address”? Homey requires a working cloud/internet connection.

And please remove the ID from your post, it’s sensitive information 🥴

---

<div class="post-metadata">

### Author: ![szuperp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/szuperp/32/47661_2.png) [@szuperp](https://community.homey.app/u/szuperp)
#### Post date: [November 24, 2021, 7:38am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/6 "2021-11-24T07:38:21Z")

</div>

It is connected to USB.  
I disabled in the routers firewall… and then enabled… but it is still in cloud… and i can’t run ‘homey app run’… ‘Homey Offline’, but it is not.  
I noticed, when the Homey connectiion was local it worked.

---

<div class="post-metadata">

### Author: ![szuperp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/szuperp/32/47661_2.png) [@szuperp](https://community.homey.app/u/szuperp)
#### Post date: [November 24, 2021, 8:01am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/7 "2021-11-24T08:01:43Z")

</div>

I connected my laptop with cable to the router… Now it is working.  
Maybe some wifi isolation settings caused the problem.

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [November 24, 2021, 9:13am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/8 "2021-11-24T09:13:48Z")

</div>

Can you use the Homey app on your mobile phone to control Homey? If so, it might more complicated than that (Athom uses some funky DNS stuff to allow HTTPS access to a local Homey, but their method is questionable and some routers don’t like it).

---

<div class="post-metadata">

### Author: ![szuperp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/szuperp/32/47661_2.png) [@szuperp](https://community.homey.app/u/szuperp)
#### Post date: [November 24, 2021, 9:25am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/9 "2021-11-24T09:25:21Z")

</div>

My mobile app is working. (I can change the brightnes of the ring).  
I use the 443 port forwarding for anything else…  
I think the CLI use local connection, to reach, or upload to the homey… and if my laptop is on WIFI, then can’t reach it, because of some isolation settings in my router… but if I connect my laptop with cable, there is no problem.

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [November 24, 2021, 9:27am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/10 "2021-11-24T09:27:08Z")

</div>

> [@szuperp](#):
>
> and if my laptop is on WIFI, then can’t reach it, because of some isolation settings in my router

But your phone is on the same WiFi and it _can_ access Homey. So it sounds like an issue with `homey` mistakenly thinking your Homey is offline, and not with your router. Or possibly your laptop (if you’re using a “personal firewall” like Little Snitch, Lulu, Scudo).

---

<div class="post-metadata">

### Author: ![szuperp](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/szuperp/32/47661_2.png) [@szuperp](https://community.homey.app/u/szuperp)
#### Post date: [November 24, 2021, 9:47am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/11 "2021-11-24T09:47:28Z")

</div>

I use Little Snitch, but it can’t make difference, if I use WIFI or cable. ( I tried to turn off Little Snitch) So it can’t cause this problem. I think I can reach with my mobile app with cloud service… not direktly… I turned off the WIFI on my Phone, and still working.  
But there is a next problem… my Android 10 Homey app is often freezing… when I start it, just white background, rotating circle… endless… I drop it from the memory, restart Homey app, and nothing changed… Only android reboot is helping… same on iPhone… ☹

---

<div class="post-metadata">

### Author: ![robertklep](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/robertklep/32/160628_2.png) [@robertklep](https://community.homey.app/u/robertklep)
#### Post date: [November 24, 2021, 10:34am UTC](https://community.homey.app/t/homey-list-stripped-split-is-not-a-function/55315/12 "2021-11-24T10:34:41Z")

</div>

Perhaps it’s time to contact Athom support: [support@athom.com](mailto:support@athom.com)
