Page MenuHomePhabricator

502 Bad Gateway error in wikiloves images view when passing a user
Closed, ResolvedPublic

Description

In Wiki Loves Monuments, click on any number in the 'Uploaders' column, then on any number in the 'Images' column. Result is 502 Bad Gateway.

Event Timeline

Ah, my bad, I got confused with the steps. The images view does indeed 502.

Am I missing something obvious or should img_user_text = ? be img_user_text = %s in images.py#L16?

JeanFred renamed this task from 502 Bad Gateway error in WLM to 502 Bad Gateway error in wikiloves images view when passing a user.Sep 18 2019, 8:04 AM
JeanFred added subscribers: Atsirlin, JeanFred.

Removing task assignee due to inactivity, as this open task has been assigned for more than two years. See the email sent to the task assignee on February 06th 2022 (and T295729).

Please assign this task to yourself again if you still realistically [plan to] work on this task - it would be welcome.

If this task has been resolved in the meantime, or should not be worked on ("declined"), please update its task status via "Add Action… 🡒 Change Status".

Also see https://www.mediawiki.org/wiki/Bug_management/Assignee_cleanup for tips how to best manage your individual work in Phabricator.

Mentioned in SAL (#wikimedia-cloud) [2023-09-18T16:11:13Z] <wm-bot> <jeanfred> Deploy ea0a61c and dedd577 (T231796)

JeanFred claimed this task.

Four years later, finally took the time to look into it properly :)

Am I missing something obvious or should img_user_text = ? be img_user_text = %s in images.py#L16?

Yes indeed, that was the first problem, the syntax was never updated for pymysql.