Open softvision-sergiulogigan opened 4 years ago
I think I saw this once. Had no clue how to reproduce. Will look into your scenario.
damn it. It's the GitHub rate limiting again :cry:
@softvision-sergiulogigan I published a new version for both Firefox and Chrome v1.2.2. The old one cached GitHub responses so it will not fetch the info every time you reload the page. Unfortunately some times I get banned by GitHub for too many requests in a small time interval. This led my cache to contain invalid data. The only way to invalidate the cache and fetch the data again was to restart the browser. The idea was that this cache would not last forever and invalidating on browser restart was the most trivial implementation.
This new version only caches valid data from GitHub. Basically if you open too many tabs and some of them will have invalid data, you just need to refresh that page. The cache is still there and gets invalidated on restart but I don't populate it with invalid data. This is a quick fix for this issue. I need to investigate how I can use GitHub APIs in my extension securely.
Browser / Version Firefox Nightly 72.0a1 (2019-11-20)
Operating System Windows 10
Prerequisites:
Steps to reproduce:
Expected Behavior: All opened taps show the correct information in the Incompat pop-up.
Actual Behavior: Only the first few issues show the correct information in the Incompat pop-up (eg. 5). The rest, show "undefined" information.
Notes:
Watchers: @softvision-oana-arbuzov @softvision-sergiulogigan @cipriansv