https://bugzilla.wikimedia.org/show_bug.cgi?id=52707

       Web browser: ---
            Bug ID: 52707
           Summary: 500 (Internal Server Error) on novalue snaktype
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataRepo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to