-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UI errors: only application/json is allowed | 415 #4970
Comments
Thanks for reporting! We'll try to fix these ASAP. |
Can confirm after updating in the last 5 minutes, this is preventing me from clearing the query log. |
Same issue after today's update. |
Same issue. Affects the "Use AdGuard browsing security web service", "Use AdGuard parental control web service", and "Use Safe Search" buttons as well. |
Had the same problem just after the update |
how to disable adguard notification update |
probably because this:
|
w.Header().Set("Content-Type", "text/html") maybe can solved issue |
I installed adguard home on an amd64-architected Debian 10 server, And ran into the same problem. So I installed it again on the Arm64 board, and it's still the same. |
Same here. Cant deactivate Ad Guard. And some other featrures like a tik brings error messages. have updated and restarted my ubuntu. nothing helps. |
same problem. |
Update to v0.107.14. Still have same issue. |
same problem. |
This should be fixed on the Edge channel starting from version |
@ainar-g I can confirm the fix is working using the edge image on docker. |
i got same problem on my armv8 devices, v0.107.14 |
same issue |
Got same issue here, have updated core to |
Same issue after today's update.. |
Same ussue with use safe search and use adguard parental control web services. When you try turn off you get Error. |
FIX: Install the EDGE version: "curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -c edge" |
This doesn't work for me, it just asks me if I want to reinstall or uninstall, if I put -r at the end, it borks up the install and I had to recover from backups. |
uninstall the current version and install the edge version. |
Tried this, the web interface is still broken after edge installation, refuses to connect on port 3000 |
Thaks for the fix. Works like a charm. @vger74656 I have a raspberry pi 4 and did it:
After that i could acces via port 3000 and configurate it again. |
Hi, I'm running AdGuard over Docker and docker-compose on Raspberry pi. I do not understand how I can fix it. If someone know it :) adguard:
image: adguard/adguardhome
container_name: adguard
restart: unless-stopped
volumes:
- ${CONFIG}/adguard:/opt/adguardhome/conf
- ${DATA}/adguard:/opt/adguardhome/work
ports:
- 53:53/tcp
- 53:53/udp
- 853:853/tcp
- 853:853/udp
- 784:784/udp
- 8853:8853/udp
- 5443:5443/tcp
- 5443:5443/udp
- 3000:80/tcp |
+1 facing the same problem |
any news to a new stable Release with these fixes? |
We're planning to release the fix to Beta and Release channels today. |
Thank you guys! Appears to be working so far with no errors. |
Works for me too ! |
Works for me too :) |
it isn't working for me neither (from a fresh HomeAsistant OS instalation) |
Still shows on v0.107.19 armv7. |
This is still broken on "Custom filtering rules page" in the latest and edge builds: |
Updates AdguardTeam#4970. Squashed commit of the following: commit 10365d9 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Sep 30 14:23:06 2022 +0300 all: imp docs, names commit cff1103 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Sep 30 14:02:38 2022 +0300 home: imp content-type check
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
Linux, Other (please mention the version in the description)
CPU architecture
ARMv7
Installation
Custom port
Setup
On a router, DHCP is handled by AdGuard Home
AdGuard Home version
AdGuard Home v0.107.14
Description
Error: control/querylog_clear | only application/json is allowed | 415
The text was updated successfully, but these errors were encountered: