this post was submitted on 27 Dec 2023
1 points (100.0% liked)

Bug reports on any software

127 readers
3 users here now

When a bug tracker is inside the exclusive walled-gardens of MS Github or Gitlab.com, and you cannot or will not enter, where do you file your bug report? Here, of course. This is a refuge where you can report bugs that are otherwise unreportable due to technical or ethical constraints.

⚠of course there are no guarantees it will be seen by anyone relevant. Hopefully some kind souls will volunteer to proxy the reports.

founded 3 years ago
MODERATORS
 

When visiting this link:

http://web.archive.org/web/https://www.businessinsider.nl/cloudflare-ceo-suggests-people-who-report-online-abuse-use-fake-names-2017-5

the #WaybackMachine said the page is not archived. But in fact it was (and still is) here:

https://web.archive.org/web/20171024040313/www.businessinsider.com/cloudflare-ceo-suggests-people-who-report-online-abuse-use-fake-names-2017-5

This attribute got added to the end of the URL at one point in the process: ?international=true&r=US so it seems the #WaybackMachine is not wise about useless parameters. Perhaps it’s too complex for it to drop params and compare.

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 2 years ago (1 children)

It can't know which URL parameters are useless for which site, since it depends on how each specific site was implemented

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

~~It should know, since the parameters are added by archive.org. If you visit the 1st link (with no timestamp), every time it says it was not archived. If you force a save, the parameters apparently get added so archive.org (who is a mitm in this case) would have to know that. It’s just not making use of the info. I’m not sure if javascript is part of the issue.. if it’s just passing along js that does this then it would complicate it. But it’s a bug nonetheless because it breaks the ability to see a calendar of saves.~~

(EDIT) if you visit the 2nd link, the parameters still don’t appear. So it’s unclear why this is failing at all. Those params may just be a red herring from a search engine. When you visit an untimestamped link in archive.org, it should redirect to the most recent timestamped archive and for this particular article that’s not happening.