Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed crash when trying to delete a page #76

Merged
merged 1 commit into from
Oct 13, 2015
Merged

Fixed crash when trying to delete a page #76

merged 1 commit into from
Oct 13, 2015

Conversation

Fannon
Copy link
Contributor

@Fannon Fannon commented Oct 13, 2015

Hi there,

I'm getting an upload error when trying to delete a page on MediaWiki 1.25.2

This seems to be due to a misreferenced variable name. The pull-request fixes the problem for me.

All the best!
Simon

> ReferenceError: because is not defined
ReferenceError: because is not defined
    at c:\Development\mobo\node_modules\nodemw\lib\bot.js:474:54
    at c:\Development\mobo\node_modules\nodemw\lib\bot.js:419:5
    at Request._callback (c:\Development\mobo\node_modules\nodemw\lib\api.js:213:5)
    at Request.self.callback (c:\Development\mobo\node_modules\nodemw\node_modules\request\request.js:354:22)
    at emitTwo (events.js:87:13)
    at Request.emit (events.js:172:7)
    at Request.<anonymous> (c:\Development\mobo\node_modules\nodemw\node_modules\request\request.js:1207:14)
    at emitOne (events.js:82:20)
    at Request.emit (events.js:169:7)
    at IncomingMessage.<anonymous> (c:\Development\mobo\node_modules\nodemw\node_modules\request\request.js:1153:12)
    at emitNone (events.js:72:20)
    at IncomingMessage.emit (events.js:166:7)
    at endReadableNT (_stream_readable.js:893:12)
    at doNTCallback2 (node.js:430:9)
    at process._tickCallback (node.js:344:17)

@macbre
Copy link
Owner

macbre commented Oct 13, 2015

#75 fixes the same issue - thanks guys :)

macbre added a commit that referenced this pull request Oct 13, 2015
Fixed crash when trying to delete a page
@macbre macbre merged commit dc3e434 into macbre:devel Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants