dceejay / tfjs-coco-ssd

Node-RED node for tensorflowjs coco ssd
Apache License 2.0
14 stars 10 forks source link

FetchError: request to http://localhost:1880/coco/model.json #17

Closed ghost closed 2 years ago

ghost commented 2 years ago

Update to 1.0.1 version and now I have this error and object detection don't work ... I have this error on my pc (the previous error is on my Raspberry)

Pc SO - ubuntu 20.04 Node-RED version: v2.0.6 Node.js version: v14.16.0

I have this error because when I installed node red I switched the port that is not 1880. If I change the port in 1880 the node works fine .... Well, where I can change the path to set my port?

dceejay commented 2 years ago

Does this replace #16 ? If so can we close that ?

ghost commented 2 years ago

But the n. 16 is an error on my Raspberry and n. 17 is an error on my pc ubuntu, Both with node red but two different project. It's up to you ...

dceejay commented 2 years ago

How did you switch the port ? The node reads the value from the settings file uiPort variable so it should use that.

ghost commented 2 years ago

Changing uiPort value in settings.js node red I imagine the node reads the value from the settings file uiPort variable, but this is my situation ...

Screenshot_20211130_095010

dceejay commented 2 years ago

Version v1.0.2 published to fix this