Hello, Am Samstag, 16. April 2022, 06:53:36 CEST schrieb Attila Pinter:
Not sure if this is the right track to report this, or should be reported to the Heroes, but visiting
admin@ would have been the better place - but since you started in web@, I'll answer here and CC a few people and the heroes ML.
https://events.opensuse.org/conferences/oSC22 currently results in error 500.
That was an interesting[tm] issue ;-) The first hint was in production.log: ActionView::Template::Error (undefined method `gravatar_url' for nil:NilClass): Yeah, of course NilClass doesn't have a gravatar - but why is it NilClass and not a person/account? The error probably happens at https://github.com/openSUSE/osem/blob/ master/app/views/conferences/_highlights.haml#L14 After digging through the database, we found out that there is exactly one event for oSC22 that is marked as highlighted - the "Fedora Hatch". As a workaround, I manually removed the "is_highlighed" flag in the database, which brought the oSC22 page back (without Fedora Hatch, but... ;-) Further debugging showed that the Fedora Hatch only has a "submitter", but not a "speaker": MariaDB [conference_osem]> select * from event_users where event_id=3847\G *************************** 1. row *************************** id: 8059 user_id: 11132 event_id: 3847 event_role: submitter comment: NULL created_at: 2022-04-14 01:42:59 updated_at: 2022-04-14 12:49:01 1 row in set (0.006 sec) Now if you look at https://github.com/openSUSE/osem/blob/master/app/ views/conferences/_highlights.haml#L14 again, you'll see that it blindly expects a "speaker" to exist... @Henne: Sasi submitted https://github.com/openSUSE/osem/pull/2982 to fix this. Can you please review and deploy it? @Doug: As a workaround, please add a speaker before marking the Fedora Hatch as "highlighted" again. Or wait until Henne has deployed the fix. @Sasi: Thanks for your help in debugging and fixing this!
Wanted to submit my talks finally, feels like a sign lol.
I'm afraid you were a bit too late anyway - the CfP closed yesterday. Regards, Christian Boltz -- For patterns and products, this is - as we now learned - wrong and confusing. (We will probably have more such learning effects in the future ... ;-}) [Klaus Kaempf in https://bugzilla.novell.com/show_bug.cgi?id=198379]
participants (1)
-
Christian Boltz