-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New IDE update notice missing? #5496
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
Comments
I believe the cause of the updatable IDE notification no longer being shown is that https://www.arduino.cc/latest.txt has not been updated since 1.6.1. See: https://github.com/arduino/Arduino/blob/master/app/src/processing/app/UpdateCheck.java#L54 |
At last! |
Yeah, we updated it last week 😄 Forgot to close this issue, thanks for the remainder |
I do not get an update notification for archlinux. This is okay, as we dont want a notifications, however I am not sure if the feature is broken then? |
The problem is that the update URL in the IDE is an HTTP URL which is redirected to HTTPS. HttpURLConnection will not follow the redirect when the protocol changes. Changing the URL in the source will fix this for new new versions, but old versions will still remain silent about updates. However, this could be solved by configuring the server to deliver |
Nah I think the webserver should stay with https. However it is good to know why this happens. |
@oqibidipo @NicoHood thanks for the heads-up and the debugging session, we'll check what we can do to get the notification back on older IDEs (I think serving that file over http is ok) |
It looks like https://www.arduino.cc/latest.txt has reverted to 10601 for some reason. |
@mastrolinux could you check please? Thanks @per1234 |
@mastrolinux https://www.arduino.cc/latest.txt is still at 10601. I just don't understand how this can be so difficult. |
I do not know what string I should write in the file, please advice @facchinm |
@mastrolinux |
Done |
I'm reopening because https://www.arduino.cc/latest.txt was never updated to 10808 when the release of Arduino IDE 1.8.8 happened. Can this be automated or added to a official release checklist so that it doesn't get forgotten on future releases? |
@mastrolinux may you update that file to read |
I'm running 1.8.8 (macOS) and I'm not getting the update notice. |
I also don't get update notices with Arduino IDE 1.8.8 running on a Linux 64 bit virtual machine or the Linux ARM 32 bit version on a Raspberry Pi. I do get the expected update notice with Arduino IDE 1.8.8 on Windows 10. |
https://www.arduino.cc/latest.txt currently says Shouldn't it say |
1.8.13 has been out for two months, but latest.txt says |
@oqibidipo https://www.arduino.cc/latest.txt should show Happy coding! |
If a new library is available the IDE will prompt you for an update. But this does not seem to happen for the IDE itself, but I remember that this worked before.
Is it just because I recompiled the IDE myself, or does this only happen on linux?
And if it works again, how can I deactivate it? I've found this, but is this still the correct way to do so?
The text was updated successfully, but these errors were encountered: