@laurenshof Hoi Laurens. We zagen een vervelend probleem met parsen van de JSON van jouw blog AP nodeinfo API: https://browser.pub/https://fediversereport.com/wp-json/activitypub/1.0/nodeinfo
Zoals je ziet in de JSON output returneert deze API activeMonth & activeHalfyear als een string ("2") in plaats van een integer (2). Welke Wordpress plugin gebruik je? Dan meld ik dit probleem upstream.
@laurenshof Ter info: Je hebt mijn server & https://fedia.io/ onderuit gehaald hiermee.
@melroy lol dat is onverwacht en gaar , maar eigenlijk ook wel beetje grappig dat dit een server crashed
@pfefferle im using your plugin, and apparently the activeusers is returned as string instead of int which crashes mbin
@pfefferle @laurenshof We also try to catch JSON parsing errors... https://github.com/MbinOrg/mbin/pull/1098 (thank you @BentiGorlich)
Hopefully that solve the issue at our side as well. We just noticed that it was ending-up in some kind of loop. We are still unsure why it was constantly trying to create a message. Look: https://pastebin.com/M4vhsdRh (it could be a loop issue in RabbitMQ, or the server is spamming, constantly sending requests?)
Ps. Is this just a small snippet of the log.
@melroy @laurenshof @BentiGorlich there is nothing in the WordPress implementation that should constantly send something. I haven't even implemented re-tries properly yet