-
Notifications
You must be signed in to change notification settings - Fork 17
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
Chrome browser home page cache retain old fw version #91
Comments
The "new Monolithic Firmware Available" report may have been due to this issue ... |
Thanks @m0lz - Just to check, I tried reflashing with 917, but the same behaviour recurred, still shows at 875. Although I did get something new, upon login I got a popup: |
clean the D7000 related cache browser and try again Which browser do you have in use ? |
The file informations are fetch from router firmware's file system, in particular If the file is changed it contains updated infos. The browser can't fetch the old file with old infos because they're no more available so it means that it keeps them into its internal cache. Clearing the cache related to D7000 or 192.168.0.1 will delete also the old page infos. To clear the cache you can also act manually reloading not the whole pagebut the internal frame only. Otherwise, use the button |
I got it fixed in chrome. I signed out of my Google account, cleared the cache then signed back in and synced again. A strange one but it's definitely not an issue with 917. |
It's an old browser related one. I decided to force a refresh in the internal frame with this:
So this report is useful, because I can investigate the reasons on chrome too |
I've just tried with all the typical browsers, altering manually At this point I ask:
|
The error is back.
|
the dev tools can be called with |
same for me If you want to try modifying
then refresh the page and see You see the banner because the old cached page makes a comparison between version number and a file on the github repository containing the latest version number, and of course it advice for the upgrade because 875<917 |
sed -i "s|917|mumblemumble|" /etc/svn.info followed by a refresh makes no difference edit |
how do you refresh ? |
if you want to repeat the experiment
and so on: put between the pipes |
Do you still obtain 875 even after clearing it all ? |
nevermind. I messed it up. I've managed to change it back to 917 and the refresh works. |
I didn't encounter any issues with: ie, safari, edge, chrome, mozilla, mozilla ESR I made the code modification some time ago and since that the recurrent reports of old version cached have stopped... |
I certainly shouldn't have a cache issue, I very rarely use chrome for network stuff. I've always preferred firefox for that. |
I'm waiting to push the monolithic because I would like to see the evolution of this minor issue, but it's hard if I can't reproduce the situation involved. @Shockeh: any news about this ? |
Issue - Ancistrus menu items missing re: post #2. Replicated by:
Observation:
I can deduce from this some items are left out to keep the rootfs usage down, and it's up to the user to install any packages they need. Flashing with 917 monolithic fixes this. |
This is not related to browser cache retain https://github.com/negan07/ancistrus/wiki/Rescue-firmware-&-startup.sh#behaviour Point number 5: The essential packages are: Where:
are new The |
Nothing news have come from the opener: no way to reproduce the problems as tested above. |
Hi negan07,
Possible red herring, but when logged in via SSH, all packages show as latest versions, but the Web GUI continues to report Build 875, 2021-11-03 21:22 UTC, and that there's a new Monolithic Firmware Available.
I've --force-reinstalled ancistrus-core just to see if that made any difference, but no luck.
The text was updated successfully, but these errors were encountered: