mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Linux 64-bit beta does not provide a check update button #1746
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1746
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ggllioio on GitHub (Jul 10, 2020).
Originally assigned to: @ArtemBaskal on GitHub.
@zadigre commented on GitHub (Jul 10, 2020):
got the same "problem" on Adguard Home running on my raspberry pi...
update button was there like a few days ago... but it's not longer there.
@Eyeborgs commented on GitHub (Jul 10, 2020):
There is no button on Windows either
@ameshkov commented on GitHub (Jul 10, 2020):
What exact version you all are running?
@zadigre commented on GitHub (Jul 10, 2020):
v0.102.0-101-gda6c
I believe I got this upgrade last week or the week before.
I tried to install the beta version today... and still got the same version.
@ArtemBaskal commented on GitHub (Jul 10, 2020):
UI hides check updates button if the response of
/control/version.jsonPOSTrequest has an empty body, which indicates that AdGuardHome is launched with the--no-check-updateargument. https://github.com/AdguardTeam/AdGuardHome/issues/1726Could you check the result of this request?
@zadigre commented on GitHub (Jul 10, 2020):
curl -X POST http://127.0.0.1/control/version.json gives me "forbidden".
is it the correct command to test?
AdGuard is installed as a service on my raspberry pi... AdGuardHome -s run is shown in ps ax... and confirmed the same command in AdGuardHome.service
@ameshkov commented on GitHub (Jul 10, 2020):
@zadigre just open the browser developer tools and check what response is there
@zadigre commented on GitHub (Jul 10, 2020):
Forbidden is because I was not logged on with my admin password...


here it is... no sure if this is what you are looking for
@ameshkov commented on GitHub (Jul 10, 2020):
Could you please try the version from the "edge" channel?
The list of disros is here:
https://static.adguard.com/adguardhome/edge/version.json
We have not yet announced this new update channel, but it's the closest thing to the master branch you can get.
@zadigre commented on GitHub (Jul 10, 2020):
now running v0.102.0-SNAPSHOT-ab401ca... and I'm getting the same result
@ameshkov commented on GitHub (Jul 14, 2020):
@zadigre could you please check the latest beta or alpha? This issue should've been resolved
@zadigre commented on GitHub (Jul 14, 2020):
@ameshkov
Still not check update button at the bottom of the page...
should I try the edge channel too or it will be the same?
@ameshkov commented on GitHub (Jul 14, 2020):
Yeah, it's pretty much the same. So weird, I don't understand why I cannot reproduce this.
This is a client-side issue so I need to know more about your config.
Just in case, try checking it in the incognito mode.
@ggllioio commented on GitHub (Jul 14, 2020):
The latest v0.103.0-beta1-SNAPSHOT-b9fca8d still has the same problem.

1,Linux OpenWrt 4.19.122 #0 SMP Fri Jun 19 02:58:48 2020 x86_64 GNU/Linux
2,Google Chrome 已是最新版本 版本 85.0.4183.16(正式版本)dev (64 位)
@zadigre commented on GitHub (Jul 14, 2020):
My main computer is a Mac mini, running the latest stable version of macOS Catalina.
I'm using Safari 13.1.1.
But I also tried with Firefox 78.0.2 on my Mac with the same results.
Last time I tried, I also had same problem with Firefox on a Windows 10 pc.
Just for this test, I installed Chrome on my Mac... same result.
I have the AdGuard extension on Safari.
No extension in Firefox or Chrome.
All "protection" are disabled in my router (except the basic firewall obviously).
Besides Adguard Home, I have Unbound that act as a recursive DNS... Adguard goes through unbound to resolve names.
For the test, I changed my upstream DNS to use Google's servers (bypassing unbound)... same result.
incognito doesn't change anything.
fyi when login on Adguard this morning, I had a prompt at the top saying 103 beta 1 was available. I click update and it failed.
I had to manually download and install from the command line.
@ggllioio commented on GitHub (Jul 14, 2020):
This is a screenshot on edge and Firefox.All in privacy mode。
@szolin commented on GitHub (Jul 14, 2020):
Thank you! We've managed to reproduce it on our side and we'll fix it shortly.
@zadigre commented on GitHub (Jul 14, 2020):
@szolin
should we update to edge channel to test it out as soon as it's available or beta will also be updated shortly?
@ghost commented on GitHub (Jul 14, 2020):
fyi, still the same on Version: 0.103.0-beta1.
No update button...
@zadigre commented on GitHub (Jul 14, 2020):
@Ulmisch
see @szolin's message... it will be available soon.
Fix has already been implemented in the code... I guess we need to wait for the compiled version.
@ameshkov commented on GitHub (Jul 15, 2020):
Please check the latest edge-channel build
@ggllioio commented on GitHub (Jul 15, 2020):
Thank you for your work. The buttons are normal in v0.103.0-beta1-SNAPSHOT-95f4128.
@zadigre commented on GitHub (Jul 15, 2020):
I confirm... the check update button is back for me too.
@zadigre commented on GitHub (Jul 15, 2020):
@ameshkov
I have an other problem with this snapshot that was not present in the beta or previous stable builds...
the query log on safari is not just empty.... the page is completely blank.
I tried to clean my temp files and cookies... same result.
incognito mode... same result.
it works fine on the same computer with firefox and chrome.
I tried on my iPhone and iPad in safari (both running iOS 14 beta)... and all is fine.
this is the HTML code of the page when loading in safari (it looks "normal" and more complete with firefox)
Javascrip is enabled in my browser. all other pages are working fine.
Should I open an issue for that or you have something quick for me to try?
@ameshkov commented on GitHub (Jul 16, 2020):
@zadigre please check again in an hour, this should be resolved in the edge channel already
@zadigre commented on GitHub (Jul 16, 2020):
@ameshkov
working now!
thank you!