WatchTower Widget API error #1065
Replies: 3 comments 7 replies
|
So you’ve verified homepage can communicate with the watchtower container? How about the actual api calls? |
7 replies
|
This discussion has been automatically closed due to inactivity. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm getting an API error from the Watchtower widget: Unexpected token '<', "<bod"... is not valid JSON
I do have the Watchtower container on it's own network, as I have ALL of my services on separate Docker networks by type and function, eg all media containers are on the same network, Vaultwarden instances are on own their separate networks, etc.
When communication between the networks is necessary I add rules allowing traffic between the networks (limited by container IPs and new, existing, and related traffic types) in question, and this has worked for the Portainer widget as well as a few others.
I currently have rules in place to allow traffic between the network homepage is on and watchtower, without limitations by IP (I add those after I get it working, so I can tell quickly if I did something boneheaded and reversed the source and destination IPs).
I simply cannot get the watchtower widget to work. All instructions to enable HTTP API access have been followed.
Here is the config:
All reactions