Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: control/filtering/refresh | Network Error When more than 38 blacklists are active #2671

Closed
merj1928 opened this issue Feb 12, 2021 · 31 comments
Assignees
Milestone

Comments

@merj1928
Copy link

Prerequisites

Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • [x ] I am running the latest version
  • [x ] I checked the documentation and found no answer
  • [ x] I checked to make sure that this issue has not already been filed

Issue Details:

If more than 38 blacklists are active in AdGuard Home I get this error message:
Error: control/filtering/refresh | Network Error

  • Version of AdGuard Home server:
    • v0.105.0
  • How did you install AdGuard Home:
    • Raspberry Pi Guide here.
  • How did you setup DNS configuration:
    • Ubuntu Server, Asus RT AC68U Router
  • If it's a router or IoT, please write device model:
    • Raspberry Pi 3 Model B
  • Operating system and version:
    • Ubuntu Server (last)

Expected Behavior

Actual Behavior

If more than 38 blacklists are active in AdGuard Home I get this error message: Error: control/filtering/refresh | Network Error

Screenshots

Screenshot:

Additional Information

@ainar-g
Copy link
Contributor

ainar-g commented Feb 12, 2021

Hi, and thank you for your report. Could you please configure AdGuard Home to collect logs by setting verbose to true and post logs here as an attachment? Thanks!

@ainar-g ainar-g added the waiting for data Waiting for users to provide more data. label Feb 12, 2021
@dioey
Copy link

dioey commented Feb 12, 2021

Hi i have same error like that, 37 blacklist, this is the log https://raw.githubusercontent.com/dioey/AdGuard/main/adguad https://imgur.com/a/xxYDs3Q

@ameshkov
Copy link
Member

@dioey the link seems t obe invalid

@ameshkov
Copy link
Member

@ainar-g couldn't it be our POST body size limit shooting ourselves in the foot?

@dioey
Copy link

dioey commented Feb 12, 2021

sorry first time too post here the link https://raw.githubusercontent.com/dioey/AdGuard/main/adguad

@dioey
Copy link

dioey commented Feb 12, 2021

and here the screenshot https://imgur.com/N6GqUU7

@ainar-g ainar-g self-assigned this Feb 12, 2021
@dioey
Copy link

dioey commented Feb 12, 2021

Correction about the blocklist i have 27 not 37

@ainar-g ainar-g added bug P3: Medium and removed waiting for data Waiting for users to provide more data. labels Feb 12, 2021
@ainar-g ainar-g added this to the v0.105.1 milestone Feb 12, 2021
@ainar-g
Copy link
Contributor

ainar-g commented Feb 12, 2021

@ameshkov, possibly. Investigating.

@merj1928
Copy link
Author

@ainar-g

Yes, I can do that.
Just need a little time

@ainar-g
Copy link
Contributor

ainar-g commented Feb 12, 2021

We don't use the body size limit when downloading filters, as far as I can see. I also couldn't reproduce the issue in Chrome on a Windows VM.

@merj1928, @dioey, do you happen to use a proxy to access the web interface?

@dioey
Copy link

dioey commented Feb 12, 2021

hem i dont use a proxy, but i use unbound as a recursive DNS server, is that a proxy? i using this tutorial from Pi-Hole, https://docs.pi-hole.net/guides/dns/unbound/ previous version never have this error

@merj1928
Copy link
Author

@ainar-g

Is there a way to switch to the previous version?

@merj1928
Copy link
Author

hem i dont use a proxy, but i use unbound as a recursive DNS server, is that a proxy? i using this tutorial from Pi-Hole, https://docs.pi-hole.net/guides/dns/unbound/ previous version never have this error

The Same here. I use unbound.

But with the previous version it worked without problems.

@ainar-g
Copy link
Contributor

ainar-g commented Feb 12, 2021

Is there a way to switch to the previous version?

If you followed the guide on our wiki, you can fist backup your AdGuard Home data and configuration, uninstall it, and then install it using the archive from v0.104.3 release page.

@merj1928
Copy link
Author

Is there a way to switch to the previous version?

If you followed the guide on our wiki, you can fist backup your AdGuard Home data and configuration, uninstall it, and then install it using the archive from v0.104.3 release page.

Ok.thanks
I am a complete beginner.
How can I install it via terminal on Linux ?

@dioey
Copy link

dioey commented Feb 12, 2021

OK I downgrade to Previous version it work normally now 😁😁

@merj1928
Copy link
Author

OK I downgrade to Previous version it work normally now 😁😁

Could you tell me how you did that ?
Headless install ?

@dioey
Copy link

dioey commented Feb 12, 2021

OK I downgrade to Previous version it work normally now 😁😁

Could you tell me how you did that ?
Headless install ?

First you need uninstall first, using terminal go to AdGuardHome folder, in my case in /opt/AdGuardHome/ then uninstall using command ./AdGuardHome --service uninstall then download adguarhome for your OS and extract it and install, it will show error port 80 already in use, i am not good at explaining thing. I got some tutorial from here https://frankindev.com/2019/11/26/doh-dot-based-on-adguardhome/

@merj1928
Copy link
Author

@ainar-g

Am also back on AdGuard Home v0.104.3.
No problems, runs fine

@merj1928
Copy link
Author

@ainar-g

I will post the log file here tomorrow, today it is not enough for me anymore

@merj1928
Copy link
Author

@ainar-g

It is also not possible for me to insert block lists from the following sources:

https://energized.pro/

https://oisd.nl/

Under AdGuard Home v0.104.3. this works without problems.

@merj1928
Copy link
Author

Hi, and thank you for your report. Could you please configure AdGuard Home to collect logs by setting verbose to true and post logs here as an attachment? Thanks!

Excuse me, but how can I provide you with the file?
I have Adguard Home running on a Raspberry pi (headless) and I access it from a MacBook Pro via ssh.

@dioey
Copy link

dioey commented Feb 13, 2021

You need too edit 2 line on AdGuardHome.yaml by change the value verbose: true and log_file: "debug.txt" then restart AdGuard Home, then copy the debug.txt here for the log

@merj1928
Copy link
Author

You need too edit 2 line on AdGuardHome.yaml by change the value verbose: true and log_file: "debug.txt" then restart AdGuard Home, then copy the debug.txt here for the log

Thanks a lot

@merj1928
Copy link
Author

You need too edit 2 line on AdGuardHome.yaml by change the value verbose: true and log_file: "debug.txt" then restart AdGuard Home, then copy the debug.txt here for the log

Where is the Debug.txt stored ?

@dioey
Copy link

dioey commented Feb 13, 2021

@merj1928 in my case in folder /opt/AdGuardHome/ i am using ubuntu 18 LTS

@merj1928
Copy link
Author

AdguardDebug.txt

@merj1928
Copy link
Author

@merj1928 in my case in folder /opt/AdGuardHome/ i am using ubuntu 18 LTS

How can I upload the file here ?

@merj1928
Copy link
Author

@ainar-g
Sorry, I did not mean to close this !

@ameshkov ameshkov reopened this Feb 15, 2021
@merj1928
Copy link
Author

With or without unbound. The error occurs when you update the lists manually.
However, it seems that they are updated during the automatic update.

adguard pushed a commit that referenced this issue Feb 15, 2021
Merge in DNS/adguard-home from 2671-timeout to master

Updates #2671.
Updates #2682.

Squashed commit of the following:

commit 79b1a36
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 15 15:25:26 2021 +0300

    all: doc changes

commit 84229b7
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 15 15:12:33 2021 +0300

    home: imp names

commit b18d7b0
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 15 15:04:27 2021 +0300

    home: inc http timeouts
@alexpovel alexpovel mentioned this issue Feb 15, 2021
@ainar-g
Copy link
Contributor

ainar-g commented Feb 16, 2021

Seems the same as #2682, so I'll close this one as well. Please write new issues if you see any new errors.

@ainar-g ainar-g closed this as completed Feb 16, 2021
heyxkhoa pushed a commit to heyxkhoa/AdGuardHome that referenced this issue Mar 20, 2023
Merge in DNS/adguard-home from 2671-timeout to master

Updates AdguardTeam#2671.
Updates AdguardTeam#2682.

Squashed commit of the following:

commit 79b1a36
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 15 15:25:26 2021 +0300

    all: doc changes

commit 84229b7
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 15 15:12:33 2021 +0300

    home: imp names

commit b18d7b0
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Mon Feb 15 15:04:27 2021 +0300

    home: inc http timeouts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants