Last modified: 2013-10-23 13:52:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T54707, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 52707 - 500 (Internal Server Error) on novalue snaktype
500 (Internal Server Error) on novalue snaktype
Status: VERIFIED FIXED
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Wikidata bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-10 17:25 UTC by [no longer active user]
Modified: 2013-10-23 13:52 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description [no longer active user] 2013-08-10 17:25:07 UTC
Seems Wikidata have a problem on creating a novalue snaks, a test code
new mw.Api().post({
  action: "wbcreateclaim",
  format: "json",
  entity: "q1159855",
  property: "p373",
  snaktype: "novalue",
  value: undefined,
  token: mw.user.tokens.get('editToken')
}).always(function (m, d) { console.log(m, d); });
Affected on merge tool http://www.wikidata.org/wiki/MediaWiki_talk:Gadget-Merge.js#Hang_with_novalue
Thanks
Comment 1 [no longer active user] 2013-10-16 09:07:12 UTC
Seems it is fixed now but it is sad that no one ever looked at it
Comment 2 Addshore 2013-10-16 09:28:46 UTC
I have never spotted this bug before.

Last week I refactored the wbsetclaim module which means this bug was likely fixed during that if it appears fixed on the site (as we deployed last night)

Marking as fixed due to the above.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links