mmaxbar

Results 8 comments of mmaxbar

I understand that change, the updated wiki still has one port configured for container networking: _ports: - "3478:3478/udp" - "8080:8080" - "8443:8443" # Replace the above line with the one...

@georgeveysSFL try this: in "HttpClient.h" go to this entry, change the `kHttpWaitForDataDelay` from 1000 to 100: ``` // Number of milliseconds that we wait each time there isn't any data...

@R32GUY : On what info do you base your diagnosis that this has sth to do with accepting the license agreement? Can you explain a bit?

I dont speak JS but this looks simple enough, I will give it a go and keep you updated.

Didnt solve the problem, but it seems to catch the actual error message, here is the new log tail: ``` [INFO][Sat Feb 06 2021 17:47:53 GMT+0000 (Coordinated Universal Time)] Starting...

I think the problem is that the speedtest called by the execa function in the script does not return, i am trying this now: ``` const getSpeedMetrics = async ()...

This solves the issue, apparently. The same error that lead to hanging speedtest container still occurs in the logs, but i get valid measurements afterwards. @frdmn : I dont know...

Thanks, everything works fine with network-mode=host, Have not tried container networking because I have no use for it...