Hi,
Does anyone know why I get this from beanstalkd console?
This is the error:
This is what it looks like in the browser
Fatal error: Uncaught exception 'Pheanstalk_Exception_ServerException' with message 'Unhandled response: HTTP/1.1 400 Bad Request' in /Users/pmdg3/Desktop/development/beanstalk_console/lib/Pheanstalk/YamlResponseParser.php:43 Stack trace: #0 /Users/pmdg3/Desktop/development/beanstalk_console/lib/Pheanstalk/Connection.php(120): Pheanstalk_YamlResponseParser->parseResponse('HTTP/1.1 400 Ba...', NULL) #1 /Users/pmdg3/Desktop/development/beanstalk_console/lib/Pheanstalk.php(364): Pheanstalk_Connection->dispatchCommand(Object(Pheanstalk_Command_StatsCommand)) #2 /Users/pmdg3/Desktop/development/beanstalk_console/lib/Pheanstalk.php(311): Pheanstalk->_dispatch(Object(Pheanstalk_Command_StatsCommand)) #3 /Users/pmdg3/Desktop/development/beanstalk_console/lib/BeanstalkInterface.class.php(73): Pheanstalk->stats() #4 /Users/pmdg3/Desktop/development/beanstalk_console/lib/include.php(46): BeanstalkInterface->getServerStats() #5 /Users/pmdg3/Desktop/development/beanstalk_console/lib/tpl/serversList.php(22): Console->getServerStats('ex in /Users/pmdg3/Desktop/development/beanstalk_console/lib/Pheanstalk/YamlResponseParser.php on line 43
name
Thanks
I am getting the same error;
I believe it has to do with trying to create a server at 8:51 php -S localhost:7654 -t public at which point I see these errors in the console
If you have Vagrant and virtual box installed already, just type vagrant up in the /beanstalk_console directory. Then go to localhost:7654.
Beanstalk Console has the vagrantfile all set up for you
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community