scrapy-rabbitmq icon indicating copy to clipboard operation
scrapy-rabbitmq copied to clipboard

A RabbitMQ Scheduler for Scrapy

Results 4 scrapy-rabbitmq issues
Sort by recently updated
recently updated
newest added

Please apply this merge request. And publish new version. Bugfixes: 1. There is was problem with loading connection module 2. TODO was removed 3. pika.LibevConnection seems to be deperecated 4....

How Can i Connect to the remote RabbitMQ when i use following in the setting file it gives me error RABBITMQ_CONNECTION_PARAMETERS = {'host': 'http://test:[email protected]', 'port': 5672} host format :http://username:[email protected]/

Hi, I had en error when try to start my script with scrapy and scrapy-rabbitmq `2016-04-12 14:34:06 [twisted] CRITICAL: Unhandled error in Deferred: Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/twisted/internet/defer.py",...

I have given the following in my scrapy settings.py file RABBITMQ_CONNECTION_PARAMETERS = {'host': 'amqp://username:password@rabbitmqserver', 'port':5672} But I am getting the following error: raise exceptions.AMQPConnectionError(error) pika.exceptions.AMQPConnectionError: [Errno 11003] getaddrinfo failed How...