Post AADbXA1m4nuobf6nCK by Claire@social.sitedethib.com
 (DIR) More posts by Claire@social.sitedethib.com
 (DIR) Post #AACMLk1UjA7WIb7A24 by mike@fosstodon.org
       2021-08-11T00:10:33Z
       
       0 likes, 0 repeats
       
       @Gargron There's some kind of issue that we've been running into with a particular user on a particular instance. bob at epicyon.freedombone.net generates an Internal Server error just trying to look at his profile. When people follow him, it causes issues with their Home timeline or their notifications if he's interacted with one of their Toots. I'd put an issue in on Github, but I don't have more details. I thought maybe you'd want to look at it while it's in progress.
       
 (DIR) Post #AACNLN9PrjpPJfCwMq by joeligj12@fosstodon.org
       2021-08-11T00:21:41Z
       
       0 likes, 0 repeats
       
       @mike @Gargron epicyon seems to be quite a unique activitypub based service. I dont know if if they are the ones who should implement better integration?
       
 (DIR) Post #AACNtqt1od57Nxz2eW by mike@fosstodon.org
       2021-08-11T00:27:58Z
       
       0 likes, 0 repeats
       
       @joeligj12 Absolutely they are. I don't know what's going on specifically, but we don't see it from any other service other than that one. That being said, Epicyon sending bad data shouldn't blank entire timelines for Mastodon. Something about the way the error is being handled on Mastodon's side is causing problems for Mastodon users. @Gargron
       
 (DIR) Post #AACncKxPs8HkFCLRQG by Horizon_Innovations@fosstodon.org
       2021-08-11T05:16:07Z
       
       0 likes, 0 repeats
       
       @mikeYou do know Bob developed the epicyon software?@Gargron
       
 (DIR) Post #AACp9Y6k6GCkXX6k08 by mike@fosstodon.org
       2021-08-11T05:33:21Z
       
       0 likes, 0 repeats
       
       @Horizon_Innovations Yes, and I already contacted him before I contacted @Gargron. This isn't the first time this has happened, and Bob and I have talked about it before. Unfortunately we haven't been able to nail down where the issue is. Eugen is the expert of all experts here, so I appreciate his insight.
       
 (DIR) Post #AADbXA1m4nuobf6nCK by Claire@social.sitedethib.com
       2021-08-11T14:35:15Z
       
       0 likes, 0 repeats
       
       @mike @Horizon_Innovations from the logs i have been forwarded, it seems this was caused by epicyon outputting an array in one of the account bio fields, while Mastodon expects stringsepicyon has changed this behavior very recently: https://gitlab.com/bashrc2/epicyon/-/commit/f2b4de3044f5fd14e8a87727d1403824280402adand a PR is now open for Mastodon to ignore fields it can't parse instead of crashing: https://github.com/mastodon/mastodon/pull/16598
       
 (DIR) Post #AADdPu713Enj7vEBFo by mike@fosstodon.org
       2021-08-11T14:56:30Z
       
       0 likes, 0 repeats
       
       @Claire Awesome, thank you so much for looking into that!@Horizon_Innovations