AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home/overview.html
GNU General Public License v3.0
25.63k stars 1.84k forks source link

Query log stops filtering after reaching bottom of the page #7415

Open mackerel225 opened 2 weeks ago

mackerel225 commented 2 weeks ago

Prerequisites

Platform (OS and CPU architecture)

Linux, AMD64 (aka x86_64)

Installation

Custom package (OpenWrt, HomeAssistant, etc; please mention in the description)

Setup

On a router, DHCP is handled by the router

AdGuard Home version

v0.107.46

Action

Navigate to query log section in the AdGuard Home UI and start scrolling down on your desktop computer to get more historical data.

Expected result

AdGuard will keep fetching all history for as long as you keep scrolling the query log.

Actual result

AdGuard keeps fetching history by running new HTTP requests and then stops, there is no specific timeline it stops. It appears to be intermittent. It seems something had stopped curl request from fetching `curl 'http:///control/querylog' API. Perhaps JavaScript side that checks if you reached bottom of the page?

Additional information and/or screenshots

This is part of OpenWRT installation

I used middle-button mouse click to scroll the page.