NZBGet webui error allStats is undefined

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version | G_DIETPI_VERSION_CORE=9 G_DIETPI_VERSION_SUB=7 G_DIETPI_VERSION_RC=1 G_GITBRANCH='master' G_GITOWNER='MichaIng'
  • Distro version | bookworm
  • Kernel version | Linux DietPi 6.6.37-current-meson64 #1 SMP PREEMPT Fri Jul 5 07:34:07 UTC 2024 aarch64 GNU/Linux
  • Architecture | arm64
  • SBC model | Odroid C4/HC4 (aarch64)
  • Power supply used | default
  • SD card used | emmc

Additional Information (if applicable)

  • Software title | NZBGet
  • Was the software title installed freshly or updated/migrated? Tried reinstall and uninstall/install
  • Can this issue be replicated on a fresh installation of DietPi? not sure

Steps to reproduce

  1. I just started getting the error in the webui
Error in http://192.168.2.187:6789/combined.js?lib/jquery.min.js+lib/bootstrap.min.js+lib/raphael.min.js+lib/elycharts.min.js+fasttable.js+index.js+util.js+downloads.js+edit.js+status.js+messages.js+history.js+upload.js+config.js+feed.js+system-info.js (line 15757) TypeError: allStats is undefined

Expected behaviour

  • …Normal webui

Actual behaviour

  • …Just the error

Extra details

  • …NZBGet still works, just no access to webui apart from the error

hmm did you already tried to reinstall NZBGet?

yeah both reinstall and uninstall and install from scratch.

where do you see that issue? On my demo RPi5 I can open the web interface without issue

Also a test download was working fine

root@DietPi5:~# journalctl -u nzbget.service
Nov 15 16:56:39 DietPi5 systemd[1]: Started nzbget.service - NZBGet (DietPi).
Nov 15 16:56:39 DietPi5 nzbget[2338]: [INFO] nzbget 24.3 server-mode
Nov 15 16:56:39 DietPi5 nzbget[2338]: [INFO] using /mnt/dietpi_userdata/nzbget/nzbget.conf
Nov 15 16:56:39 DietPi5 nzbget[2338]: [INFO] nzbget runs on 0.0.0.0:6789
Nov 15 17:03:07 DietPi5 nzbget[2338]: [INFO] Queue dietpi.com/downloads/images/testing/DietPi_RPi5-ARMv8-Bookworm.img.xz
Nov 15 17:03:07 DietPi5 nzbget[2338]: [INFO] Reordering files for dietpi.com/downloads/images/testing/DietPi_RPi5-ARMv8-Bookworm.img.xz
Nov 15 17:03:32 DietPi5 nzbget[2338]: [INFO] Collection dietpi.com/downloads/images/testing/DietPi_RPi5-ARMv8-Bookworm.img.xz added to history
root@DietPi5:~#

Oh mate, I just needed to clear cache/cookies/site data. All good now, thanks for the help though. It’s always the little things.