maxdec / radioslack

This is a collaborative jukebox for Slack built with Elixir.
20 stars 1 forks source link

keep having timeout #1

Open Marlinski opened 7 years ago

Marlinski commented 7 years ago

I can't add any link as the command keeps getting timeout:

Darn - that slash command didn't work (error message: Timeout was reached). Manage the command at Radio.

I run radioslack in a docker as described in the documentation:

sudo docker run \
-p 4000:4000 \ -e PORT=4000 \ -e HOSTNAME=myhostanme.com \ -e SLACK_TOKEN=mytoken \ maxdec/radioslack

It seems to run well, I can connect to the webpage from my browser but I can't add any music, this is the message that appears from the docker output wen I try to add a link from slack:

07:28:45.478 [info] POST /api

07:28:49.932 [info] Sent 200 in 4453ms

For some reason it only worked once (not sure if it is related but I stripped the 's' from the https youtube link) , but 99.999 % it simply timeout.

maxdec commented 7 years ago

Ok, I'll try to have a look as soon as possible. I haven't used it for a while and haven't tested it with the last elixir version. Maybe the issue comes from that?

I would like to give this project some love... but it's hard to find the time to :)

DexsLaboratory commented 5 years ago

Having the same problem, any chance you may have a fix?