eclipse-equinox / p2

Eclipse Public License 2.0
14 stars 39 forks source link

Do not show error popup on failed automatic update checks #490

Open laeubi opened 5 months ago

laeubi commented 5 months ago

I get regularly this popup

grafik

the error log does not contain any stacktrace and there is not really something a user can act on so this poup should simply not be shown.

laeubi commented 4 months ago

I now looked into this a bit and it is quite strange as this error is generated actually if a status is not set (for whatever reasons)....

One example is org.eclipse.equinox.internal.p2.engine.DownloadManager.filterUnfetched() where it seem to fail for something else (e.g. can't reach repository at all ?) where the one is a MirrorRequest. So if the request is never tried it claims no repository contains the artifact what of course is nonsense.