Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random(?) Timeout and 500 Service Error #3

Open
etanx opened this issue Feb 20, 2019 · 0 comments
Open

Random(?) Timeout and 500 Service Error #3

etanx opened this issue Feb 20, 2019 · 0 comments

Comments

@etanx
Copy link

etanx commented Feb 20, 2019

This is my 2nd time trying out a Slack Wolfram bot! First time was a clunky Python's slack-client and wolframalpha packages. Followed the tutorial, uploaded code to GitHub an deployed with Heroku. Dynos start up fine when I checked the with heroku ps, and logs show that build succeeded. But when testing the slash command Slackbot will randomly give an error (depending on the query), e.g.:

Darn - that slash command didn't work (error message: Timeout was reached).
Darn - that slash command didn't work (error message: 500_service_error).

Heroku logs would look something like this:
at=info method=POST path="/wolfa" host=wolfa.herokuapp.com request_id=5a9a5151-fdd1-4b15-94a8-4263a1b1c1ab fwd="34.234.74.21" dyno=web.1 connect=1ms service=2186ms status=500 bytes=450 protocol=https2019-02-20T18:55:43.141647+00:00 app[web.1]: 10.5.162.108 - - [20/Feb/2019 18:55:43] "POST /wolfa HTTP/1.1" 500 -

or this

at=info method=POST path="/wolfa" host=wolfa.herokuapp.com request_id=a740f3f6-51c2-47ad-bb13-56bf4edb1bcd fwd="34.239.254.200" dyno=web.1 connect=0ms service=2257ms status=500 bytes=450 protocol=https

It's quite puzzling, since I can ask Wolfram '2+2' and 'earth speed' but 'light speed' and 'inches' doesn't work. Any ideas?

@etanx etanx changed the title Random(?) Timeout and Service Error Random(?) Timeout and 500 Service Error Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant