You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
Stacktrace (most recent call last):
File "aspen/website.py", line 66, in handle_safely
response = self.handle(request)
File "aspen/website.py", line 99, in handle
response = request.resource.respond(request)
File "aspen/resources/dynamic_resource.py", line 57, in respond
response = self.get_response(context)
File "aspen/resources/negotiated_resource.py", line 100, in get_response
response.body = render(context)
File "aspen/renderers/__init__.py", line 113, in __call__
return self.render_content(context)
File "aspen/renderers/tornado.py", line 14, in render_content
return self.compiled.generate(**context)
File "tornado/template.py", line 129, in generate
return execute()
File "/app/www/on/twitter/%screen_name/index.html", line 80, in _execute
File "gittip/models/participant.py", line 236, in get_img_src
src = src.replace('_normal.', '_bigger.')
The text was updated successfully, but these errors were encountered:
Hmm. There is no get_img_src in "gittip/models/participant.py", is it now in "gittip/models/_mixin_elsewhere.py"? Anyway, I do not see how that replace call can cause UnicodeDecodeError. Is this still actual? Can we can more info? Some repro steps? The sentry link says 404.
https://app.getsentry.com/gittip/gittip/group/5325160/
The text was updated successfully, but these errors were encountered: