Page MenuHomePhabricator

MassMessage LQT support broken
Closed, ResolvedPublic

Description

From bug comment 7:

It is not working anymore:
https://pt.wikibooks.org/wiki/Special:Log/massmessage?uselang=en

When I tried to send a message to
https://pt.wikibooks.org/wiki/Wikilivros_Discuss%C3%A3o:Caixa_de_areia
by creating this list
https://pt.wikibooks.org/w/index.php?title=Wikilivros:
Caixa_de_areia&oldid=273032
it showed
"Send mass message
Your message delivery to 1 page has been queued.
Send another message or view how many messages are queued."
but the message was not sent. There are now 6 queued mass messages on
https://pt.wikibooks.org/wiki/Special:Statistics?uselang=en


Version: unspecified
Severity: major

Details

Reference
bz71081

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:58 AM
bzimport added a project: MassMessage.
bzimport set Reference to bz71081.

(In reply to Kunal Mehta (Legoktm) from comment #0)

From bug comment 7:

bug 52729 comment 7*

I'm debugging this locally right now, it appears to be getting stuck at Thread::validateSubject() (via the LQT API) and my VM starts maxing out the CPU it has...

Aaaand as I suspected it looks like Thread::validateSubject() for whatever reason is going into an infinite loop.

error=MWException: Empty $mTitle in OutputPage::parse

Threads::stripWikitext() calls $wgOut->parseInline() which dies if a Title isn't set.

Change 161638 had a related patch set uploaded by Legoktm:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/161638

(In reply to Gerrit Notification Bot from comment #6)

Change 161638 had a related patch set uploaded by Legoktm:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/161638

Bug 55739?

Change 161638 merged by jenkins-bot:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/161638

(In reply to Nemo from comment #7)

Bug 55739?

No, don't think it's related.

Change 162003 had a related patch set uploaded by Legoktm:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/162003

Change 162004 had a related patch set uploaded by Legoktm:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/162004

Change 162004 merged by jenkins-bot:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/162004

Change 162003 merged by EBernhardson:
ApiThreadAction: Make sure a Title is set

https://gerrit.wikimedia.org/r/162003