Moritz Heusinger

Results 505 comments of Moritz Heusinger

Seit 6.5.9 oder 6.7.0? Falls 6.5.9, mit 6.5.8 geht es? Kann da erst mal kein relevanten Commit finden.

Und sonst bitte mal den tab neu öffnen während Browser Konsole (meistens F12-Taste) offen ist. Ich vermute es hat eher was mit den neusten Änderungen für Docker zu tun, da...

Code schaut erst mal gut aus: https://github.com/ioBroker/ioBroker.admin/blob/b3cc9282711815c1fc5de80c45e67fb17cbda9ec/src/src/tabs/Intro.jsx#L483-L491 Evtl hat sich etwas in der Socket Lib geändert.

Kannst du mal bitte downgraden auf `6.5.8` und schauen ob es dann geht? In der Socket Lib wurde die Methode seit 2 Jahren nicht verändert.

Ah sorry, ja ich hatte zu erst 5.0.8 aus versehen geschrieben. D.h. mit 6.5.8 ging es? Also zwischen 6.5.8 und 6.5.9 broken

I guess we are talking about using `type: port`, as the element type is missing in the example.

Do I get it right, that you want to disable the scanning for a free port as you are also using it to specify the port of an external system?...

Can you create a separate issue for respecting the host, this can be easily fixed.

I have created a PR for the different hostname problem https://github.com/ioBroker/ioBroker.admin/pull/2131 > If there is no bind field, or the bind field is empty or 'all interfaces' current behaviour. So...

yeah but still not ensures to catch all what if one adapter names it `bind` at the other `bindIp` or stuff like this, how would a dev know in advance?