We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I just tried to download and use the microservice but I'm getting this error:
starting services: yowsup Starting YowsUP... Trying to connect via xxxxxxx:XXXXXXXXXXXXXXXXXXXXX Exception was thrown debug information: <pexpect.pty_spawn.spawn object at 0x7fae59fae898> command: /usr/local/bin/yowsup-cli args: ['/usr/local/bin/yowsup-cli', 'demos', '--yowsup', '--login', 'xxxxxxx:XXXXXXXXXXXXXXXXXXXXX'] buffer (last 100 chars): b'/L\r\n' before (last 100 chars): b'/L\r\n' after: <class 'pexpect.exceptions.TIMEOUT'> match: None match_index: None exitstatus: None flag_eof: False pid: 8 child_fd: 6 closed: False timeout: 30 delimiter: <class 'pexpect.exceptions.EOF'> logfile: None logfile_read: None logfile_send: None maxread: 2000 ignorecase: False searchwindowsize: None delaybeforesend: 0.05 delayafterclose: 0.1 delayafterterminate: 0.1 Error connecting to broker at pyamqp://guest:guest@localhost ([Errno 111] ECONNREFUSED). Retrying in 2.0 seconds. Error connecting to broker at pyamqp://guest:guest@localhost ([Errno 111] ECONNREFUSED). Retrying in 4.0 seconds. Error connecting to broker at pyamqp://guest:guest@localhost ([Errno 111] ECONNREFUSED). Retrying in 6.0 seconds.
The text was updated successfully, but these errors were encountered:
Hello Julian Acosta,
I suppose that you dont have the rabbitmq installed.
Could you ensure that its working fine?
Greetings Elias
Sorry, something went wrong.
Same here. I have rabbitmq installed but the diference is that i'm trying to run in raspberry pi!
No branches or pull requests
Hi, I just tried to download and use the microservice but I'm getting this error:
The text was updated successfully, but these errors were encountered: