For a few exports, I get error pages:
https://www.wikidata.org/wiki/Special:EntityData/Q188.json
Shall I make a bug, or is this already known?
Cheers, Denny
On Wed, Jan 29, 2014 at 8:25 PM, Denny Vrandečić vrandecic@google.comwrote:
For a few exports, I get error pages:
https://www.wikidata.org/wiki/Special:EntityData/Q188.json
Shall I make a bug, or is this already known?
I don't think we have a bug report for this yet.
Perhaps I've seen this or similar issue before (not sure) and we need to investigate.
Cheers, Katie
Cheers, Denny
Wikidata-l mailing list Wikidata-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata-l
On 2014-01-30 02:51, Katie Filbert wrote:
On Wed, Jan 29, 2014 at 8:25 PM, Denny Vrandečić <vrandecic@google.com mailto:vrandecic@google.com> wrote:
For a few exports, I get error pages: <https://www.wikidata.org/wiki/Special:EntityData/Q188.json> Shall I make a bug, or is this already known?
I don't think we have a bug report for this yet.
Perhaps I've seen this or similar issue before (not sure) and we need to investigate.
Hm, very interesting. Just a try to analyze the problem:
Actually this is a 503 HTTP Error. It seems to be a temporary problem which would be the result for all wikidata-items.
But as you wrote it, it sounds as it was a problem with specific items, not affecting all. An error in the script, on the other side, would result in an 500-error, not 503.
Therefore I think there may be a problem in the server-side script resulting in something like indefinite loops. This is only executed for some specific items, not all.
For those Apache doesn't get a response in time from the script-engine, therefore it thinks that it is not responding at all – witch results in 503 – Service Unavailable.
Cheers.
Marco
Am 30.01.2014 02:51, schrieb Katie Filbert:
On Wed, Jan 29, 2014 at 8:25 PM, Denny Vrandečić <vrandecic@google.com mailto:vrandecic@google.com> wrote:
For a few exports, I get error pages: <https://www.wikidata.org/wiki/Special:EntityData/Q188.json> Shall I make a bug, or is this already known?
I don't think we have a bug report for this yet.
Looks like https://bugzilla.wikimedia.org/show_bug.cgi?id=60003 to me. I havn't analyzed the problem closely, but my guess is that we simplky run out of memory while generating and buffering the JSON.
-- daniel
On Thu, Jan 30, 2014 at 2:25 AM, Denny Vrandečić vrandecic@google.com wrote:
For a few exports, I get error pages:
https://www.wikidata.org/wiki/Special:EntityData/Q188.json
Shall I make a bug, or is this already known?
This looks like https://bugzilla.wikimedia.org/show_bug.cgi?id=60003
Cheers Lydia