[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-26 Thread gerritbot
gerritbot added a comment. Change 361406 merged by jenkins-bot: [mediawiki/extensions/Wikibase@master] Update several DataValues libraries to current bug fix releases https://gerrit.wikimedia.org/r/361406TASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-26 Thread gerritbot
gerritbot added a comment. Change 361406 had a related patch set uploaded (by WMDE-leszek; owner: WMDE-leszek): [mediawiki/extensions/Wikibase@master] Update several DataValues libraries to current bug fix releases https://gerrit.wikimedia.org/r/361406TASK

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-23 Thread greg
greg added a comment. Removing this as a deployment blocker per the investigation. Thanks all.TASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: thiemowmde, gregCc: MacFan4000, thiemowmde, WMDE-leszek,

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-23 Thread aude
aude added a comment. After looking into this, I still think this was caused by a bot misbehaving. No relevant code has changed/deployed recently. The error stopped (and briefly occurred again around 2:28 UTC). We can try to have code changes out next week (in regular deployment / wmf.7) that

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread aude
aude added a comment. the servers that the errors occurred on are all api servers, so it's something hitting the apiTASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: Liuxinyu970226, Dereckson,

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread aude
aude added a comment. PS we prepared a bump (to wmf/1.30.0-wmf.6) for Wikidata extensions on Tuesday but forgot to merge the bump in release tools in time for the branch cut. so, Wikidata extensions are still on older version (wmf/1.30.0-wmf.4) which has been deployed for 2 weeks. So I don't

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread aude
aude added a comment. haven't investigated yet but my guess is it's a bot misbehavingTASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: audeCc: Liuxinyu970226, Dereckson, JeroenDeDauw, Lucas_Werkmeister_WMDE,

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread mmodell
mmodell added a comment. What I want to know is why this just started happening. If it's not really related to today's SWAT then perhaps it shouldn't block the train.TASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread greg
greg added a comment. In T168681#3373536, @Lucas_Werkmeister_WMDE wrote: With this API request, the stack trace I get is https://gist.github.com/lucaswerkmeister/fa0a142dfcc3360daa72c0c1b4e9ba3c which is: #0

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. It seems to be possible to produce this error via the API, at least, using api.php?action=""> (i. e., wbformatvalue with datavalue { "type": "quantity", "value": "10" }). I tried it on my local installation and got the same error message – on Wikidata, I get

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread mmodell
mmodell added a comment. That's what I don't understand, the code didn't change... So you think this is just invalid data passed to the API and the timing (which coincided with SWAT) was just a coincidence?TASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread Dereckson
Dereckson added a comment. It occurs at API level in UnboundedQuantityValue class: #0 /srv/mediawiki/php-1.30.0-wmf.6/extensions/Wikidata/vendor/data-values/number/src/DataValues/UnboundedQuantityValue.php(277): MWExceptionHandler::handleError(integer, string, string, integer, array, array) #1

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread Dereckson
Dereckson added a comment. So, if we don't have a stacktrace, we need to hunt some builder with a newFromArray method returning a string.TASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: DerecksonCc:

[Wikidata-bugs] [Maniphest] [Commented On] T168681: Argument 1 passed to DataValues\UnboundedQuantityValue::newFromArray() must be an instance of array, string given in extensions/Wikidata/vendor/data

2017-06-22 Thread Stashbot
Stashbot added a comment. Mentioned in SAL (#wikimedia-operations) [2017-06-22T19:52:27Z] the train is currently blocked by https://phabricator.wikimedia.org/T168681TASK DETAILhttps://phabricator.wikimedia.org/T168681EMAIL