Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Deal with errors returned by twitter #1525

Closed
zbynekwinkler opened this issue Sep 30, 2013 · 5 comments
Closed

Deal with errors returned by twitter #1525

zbynekwinkler opened this issue Sep 30, 2013 · 5 comments

Comments

@zbynekwinkler
Copy link
Contributor

https://app.getsentry.com/gittip/gittip/group/3531351/

Stacktrace (most recent call last):

  File "aspen/website.py", line 76, in handle_safely
    response = self.handle(request)
  File "aspen/website.py", line 109, in handle
    response = request.resource.respond(request)
  File "aspen/resources/dynamic_resource.py", line 47, in respond
    exec self.pages[1] in context
  File "/app/www/on/twitter/redirect.spt", line 25, in <module>
    assert response.status_code == 200, response.status_code  # safety check
  <unknown> in <module>
  AssertionError: 503
@chadwhitacre
Copy link
Contributor

@zwn It could be that this sort of error is best dealt with after or as part of the accounts elsewhere refactor (#1369).

@zbynekwinkler
Copy link
Contributor Author

Referencing #1521 to link these together.

@zbynekwinkler
Copy link
Contributor Author

@whit537 You are right. I've labeled the issue Refactor to group them.

@chadwhitacre
Copy link
Contributor

!m @zwn

@Changaco
Copy link
Contributor

There's not much we can do about these errors.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants