studio icon indicating copy to clipboard operation
studio copied to clipboard

Slack bot - dns query time out

Open mario-laserna opened this issue 9 years ago • 3 comments

I have created a new project based on this boilerplate, I have added to .env the slack token of my bot, but when I use the command php artisan botman:listen I always get a error

ERR (3): React\Dns\Query\TimeoutException: DNS query for mpmulti-12jf.slack-msgs.com timed out in C:\xampp\htdocs\testbo t\vendor\react\dns\src\Query\Executor.php:69

Next RuntimeException: DNS query for mpmulti-12jf.slack-msgs.com failed: too many retries in C:\xampp\htdocs\testbot\vendor\react\dns\src\Query\Re tryExecutor.php:31

How I can fix this problem?

mario-laserna avatar Dec 21 '16 14:12 mario-laserna

Does this problem occur on your development machine? Maybe it's a firewall problem? I haven't encountered this issue before.

mpociot avatar Dec 21 '16 14:12 mpociot

You right, this only happen in my development machine, but I have off the firewall and still happen.

I test it in an AWS instance and works

Do you know what could be the problem? I work on a Windows 10 machine (with firewall off and on and in both happen)

mario-laserna avatar Dec 21 '16 14:12 mario-laserna

Did you fix the problem @mario-laserna ?

christophrumpel avatar May 07 '18 15:05 christophrumpel