github jmasarweh/UniFi-Insights-Plus v1.2.3
v1.2.3 - API rate limit not resetting

latest releases: v3.7.0, v3.6.3, v3.6.2...
3 months ago

Bug Fix

AbuseIPDB rate limit not resetting after daily quota renewal

After the daily API quota was exhausted, the app never detected that it had renewed — manual enrichments showed 0 remaining indefinitely. The reset detection logic existed but only ran inside lookup(), which was never called because everything gated on the stale remaining: 0.

Fix:

  • remaining_budget now triggers reset detection before reading state
  • Reset detection persists cleared state to the shared stats file
  • Manual enrich endpoint checks reset_at timestamp before rejecting
  • Status endpoint flags quota_reset_pending for the UI

Don't miss a new UniFi-Insights-Plus release

NewReleases is sending notifications on new releases.