gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
https://gethomepage.dev
GNU General Public License v3.0
18.66k stars 1.09k forks source link

NZBGet Widget stopped working on v0.9.7: Unexpected token 'I', "Internal S"... is not valid JSON #3971

Closed shamoon closed 2 weeks ago

shamoon commented 2 weeks ago

Discussed in https://github.com/gethomepage/homepage/discussions/3968

Originally posted by **PartTheSeas** September 9, 2024 ### Description As the title goes, my NZBGet widget is showing an API error right after updating to the latest version. `API Error: Unexpected token 'I', "Internal S"... is not valid JSON` I presume it doesn't have to do anything with my setup, as it worked on v0.9.6 and also, I didn't change anything in any homepage yamls. Any help would be great :smile: ### homepage version 0.9.7 ### Installation method Docker ### Configuration ```yaml - NZBGet: icon: nzbget.png description: Usenet Downloader siteMonitor: http://192.168.178.24:6789 widget: type: nzbget url: http://192.168.178.24:6789 username: myusername password: mypassword labels: - homepage.widget.fields=["rate", "remaining", "downloaded"] ``` ### Container Logs _No response_ ### Browser Logs _No response_ ### Troubleshooting ``` docker exec homepage ping 192.168.178.24:6789 PING 192.168.178.24:6789 (192.168.178.24): 56 data bytes 64 bytes from 192.168.178.24: seq=0 ttl=64 time=0.065 ms ```
shamoon commented 2 weeks ago

https://github.com/gethomepage/homepage/pull/3970