-
Notifications
You must be signed in to change notification settings - Fork 57
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
AssertionError in multiprocessing/pool.py #31
Comments
heh, I actually saw that myself yesterday too, first time. No idea what causes it, and it never happened again for me. I think it's something when a process dies unexpectedly? There's no result object from python multiprocessing, no idea how it happens. |
got this error , too. |
+1 got this error |
I've got the same error when I specify outer host or host by the local computer name during publishing. Note that
|
Hi I've resolve my problem above by temporary modifying malaria scripts and specifying user and password for remote connection like that:
Note: Files to be changed - Please review the "guest" user can only connect via localhost section at https://www.rabbitmq.com/access-control.html
Thanks |
got this error. (Assertion error)
And then.. I got also the error as the following
how can I use OS : OSX 10.11.6 mosquitto==1.2.3 |
My issue was that my broker doesn't accept any other characters for the client id except letters. |
Hello!
I just tried to run malaria against vernemq server on another host, but I get an AssertionError.
Env:
Maybe I have a bad setup or something else. I can connect to the server via telnet, so this isn't a problem. Could you give me a hint?
The text was updated successfully, but these errors were encountered: