500-Fehler bei seltsamer URL für numerisches Tag (Google-Crawl-Fehler)

Ja, das sieht nicht gut aus:

ActionView::Template::Error (No route matches {action: "tag_feed", controller: "tags", tag_id: "9999"})
  app/views/list/list.erb:136
  app/views/list/list.erb:134
  lib/topic_list_responder.rb:16:in 'block (2 levels) in TopicListResponder#respond_with_list'
  lib/topic_list_responder.rb:7:in 'TopicListResponder#respond_with_list'
  app/controllers/tags_controller.rb:223:in 'block (2 levels) in <class:TagsController>'
  app/controllers/tags_controller.rb:229:in 'TagsController#show'
  app/controllers/application_controller.rb:447:in 'block in ApplicationController#with_resolved_locale'
  app/controllers/application_controller.rb:447:in 'ApplicationController#with_resolved_locale'
  app/controllers/application_controller.rb:1098:in 'ApplicationController#ensure_dont_cache_page'
  lib/middleware/omniauth_bypass_middleware.rb:35:in 'Middleware::OmniauthBypassMiddleware#call'
  …

Wir sollten diesen Fehler beheben; wir könnten außerdem versuchen, als Fallback nach einem rein numerischen Tag-Namen zu suchen, falls die Tag-ID nicht gefunden wird.

Wayway hat das erste Auftreten dieses Tags am 13.05.2025 bemerkt, und seine URL lautete https://retrocomputingforum.com/tag/6309, was zu diesem Zeitpunkt funktionierte und bis zum 16.12.2025 in Ordnung war.

1 „Gefällt mir“