Bugzilla – Bug 1216940
Error message when visiting software.opensuse.org.
Last modified: 2023-11-15 16:15:04 UTC
Created attachment 870668 [details] Depiction of the problem. Visiting https://software.opensuse.org/package/dolphin merely presents me with > undefined method `[]' for nil:NilClass @default_project_name = @distributions.find { |d| d[:project] == @baseproject }[:name] ^^^^^^^ and the tab title > Error Considering that https://bugzilla.opensuse.org/buglist.cgi?no_redirect=1&quicksearch=undefined+method+%60%5B%5D%27+for+nil%3ANilClass+%40default_project_name+%3D+%40distributions.find+%7B+%7Cd%7C+d%5B%3Aproject%5D+%3D%3D+%40baseproject+%7D%5B%3Aname%5D+%5E%5E%5E%5E%5E%5E%5E states > Bugzilla is unable to parse your query correctly: undefined method `[]' for nil:NilClass @default_project_name = @distributions.find { |d| d[:project] == @baseproject }[:name] ^^^^^^^. If you use quotes to enclose strings, make sure both quotes are present. If you really want to look for a quote in a string, type \" instead of ". For instance, "I'm so \"special\", really" (with quotes) will be interpreted as I'm so "special", really. because I can't feasibly escape all of that myself merely for this, I'm going to file this not knowing whether duplicates exist.
https://github.com/openSUSE/software-o-o/issues/1422#issuecomment-1812745155