dpriskorn / WikidataTopicCurator

Web application that helps Wikimedians add topics to items in Wikidata.
http://162.19.226.24:8080/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Bug 502: bad gateway in toolforge #5

Open dpriskorn opened 5 months ago

dpriskorn commented 5 months ago

image Only happens on toolforge. Nothing in the log. Suspected cause: too long url because of 200 QIDs in the batch so the redirect using a get request to Quickstatement fails because of some url-length limit in toolforge.

dpriskorn commented 5 months ago

it involves a lot of complexity to rewrite and use oauth. By offloading of batches to QS it is much faster and simpler to write and maintain a tool because I don't even have to fiddle with Oath, honoring the limits of the infrastructure, etc.

Maybe setting it up in Cloud VPS is a viable way forward? https://wikitech.wikimedia.org/wiki/Help:Cloud_VPS_project

dpriskorn commented 5 months ago

See https://phabricator.wikimedia.org/T356195 for a discussion of the issue.

dpriskorn commented 5 months ago

See https://phabricator.wikimedia.org/T356525 for the bug my tool exposed in Toolforge.