You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2017/12/13 00:03:00 UTC

[jira] [Resolved] (WHIMSY-162) Viewing your own roster/committer/yourid page is 500

     [ https://issues.apache.org/jira/browse/WHIMSY-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved WHIMSY-162.
-------------------------
    Resolution: Fixed

Select-and-splat error caused by hitting wrong key - now fixed.

> Viewing your own roster/committer/yourid page is 500
> ----------------------------------------------------
>
>                 Key: WHIMSY-162
>                 URL: https://issues.apache.org/jira/browse/WHIMSY-162
>             Project: Whimsy
>          Issue Type: Bug
>          Components: Roster
>            Reporter: Chris Thistlethwaite
>            Assignee: Sebb
>
> Navigate to your own roster page on Whimsy, for me:
>   https://whimsy.apache.org/roster/committer/curcuru
> BUG: 500 error.
> Navigate to someone else's roster page: works (for me and others).
> Hints:
> App 31714 stderr: 2017-12-12 21:13:39 - NoMethodError - undefined method `digests' for ASF::MLIST:Module:
> App 31714 stderr:   /x1/srv/whimsy/www/roster/models/committer.rb:165:in `serialize'
> App 31714 stderr:   /x1/srv/whimsy/www/roster/main.rb:125:in `block in <top (required)>'
> And:
>     if env.user == id or auth[:root] or auth[:secretary]
>       require 'whimsy/asf/mlist'
>       ASF::MLIST.subscriptions(person.all_mail, response) 
> Seems something with new mlist digests stuff breaks when that if triggers.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)