ioBroker / ioBroker.cloud

Enable access to ioBroker from internet
MIT License
41 stars 27 forks source link

VIS not reachable #371

Closed etv99 closed 1 year ago

etv99 commented 1 year ago

Since a few weeks I have the problem, that vis (runtime and editor) is not reachable via the cloud anymore!! The problem is the same on three different systems. The third system I have setup completely new today! Everything (Raspi OS, ioBroker System, Adapter) are on the latest stable versions.

When I connect via cloud, I can choose between admin, vis editor or vis runtime. When choosing admin, I can word normaly. when I choose vis runtime or edit, I get this error in my log:

Cannot request web pages "http://127.0.0.1:8082/vis/widgets/info.html?visVersion=1.4.16&_=1693318491930": File widgets/info.html not found: {}

The file "widgets/info.html" is existing The system was setup completely new - so, why is there no connection to vis??

System Details: Plattform: linux RAM: 3.7 GB Node.js: v18.17.1 NPM: 9.6.7

admin 6.8.0 cloud-verbindung 4.4.1 vis 1.4.16 web socket 1.3.0 web-server 4.3.0

web.0 Setting IP: 0.0.0.0, port 8082 nothing selected (no Verschlüsselung (HTTPS), no Authentifikation, no Cache, no Eingebautes 'Simple-API', no Web-Sockets erzwingen socket.io Instanz integrated

Have two Cloud Abos since many years, so it's hard to have this issue now, cause I cannot control my buildings when I'm away 😥

thanks Tom

etv99 commented 1 year ago

...typo above: The file "widgets/info.html" is NOT existing

etv99 commented 1 year ago

After trying may different settings, dive into the code and search where this issue can come from, I found the solution!

The problem is, that the vis or the cloud adapter are assuming the info adapter is installed!!

If there is NO info Adapter, this error will occur....

Installing the info adapter solved this problem.

br Tom