Docker "WARN: Failed to obtain location/ISP info. Got: Error: stun inaccessible" error #847
Replies: 4 comments 6 replies
-
I did try adding --net=host as requested in a previous post but it did not understand the command.. |
Beta Was this translation helpful? Give feedback.
-
Hmm getting the same result on the console/cli version This is with -s 0 (poll STUN just once): This is with continuous polling: |
Beta Was this translation helpful? Give feedback.
-
Checkout the latest release : https://github.com/hyperjumptech/monika/releases/tag/v1.12.0 Regards |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Having an issue with the latest docker version. Getting this error as show in image - We had this issue previously and I thought it was fixed? "WARN: Failed to obtain location/ISP info. Got: Error: stun inaccessible"
This is on macOS and pulled the latest docker image
This is the docker run command as shown in documentation and I verified command ran is the same as one listed in a git reply.
docker run --name monika_interactive -v monitor.yml:/config/monika.yml -it hyperjump/monika:latest monika -c /config/monika.yml --prometheus 3001
showing the latest pull:
latest: Pulling from hyperjump/monika df9b9388f04a: Pull complete 622e2b598d8a: Pull complete f7c8a32a53f2: Pull complete 7da04ed7d1ef: Pull complete 9cf5699a0caf: Pull complete a8fb0c6fbff5: Pull complete a5716a802d5f: Pull complete Digest: sha256:29d27ce37e44aa2f6dd6546640c9b932eac20dd2bb1d83a156965bf88f85c2e0 Status: Downloaded newer image for hyperjump/monika:latest
Beta Was this translation helpful? Give feedback.
All reactions