Page MenuHomePhabricator

Pageviews download as csv button doesn't work, maybe others
Closed, DuplicatePublic

Description

@Nikki hit an issue with downloading user metrics. Couldn't verify that, but the pageviews download button definitely doesn't work.

Event Timeline

The problem path for metrics downloads is "/partners/ Wikipedia", where the space is '\xa0' (non-breaking space).

The relevant django-requests log is at https://wikipedialibrary.wmflabs.org/admin/request/request/26468/ (which also doesn't load).

Yeah, we could probably be using requests a little smarter. It returns the status code of the logged http object...which means that you get a 404 when clicking on a 404 request object. We've got some context on that buried in closed phab task somewhere.