Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. /app/scrapper/crawlerworker.py:2: ScrapyDeprecationWarning: Module `scrapy.conf` is deprecated, use `crawler.settings` attribute instead
  2. from scrapy.conf import settings
  3. /app/scrapper/crawlerworker.py:4: ScrapyDeprecationWarning: Importing from scrapy.xlib.pydispatch is deprecated and will no longer be supported in future Scrapy versions. If you just want to connect signals use the from_crawler class method, otherwise import pydispatch directly if needed. See: https://github.com/scrapy/scrapy/issues/1762
  4. from scrapy.xlib.pydispatch import dispatcher
  5. Traceback (most recent call last):
  6. File "runspider.py", line 33, in <module>
  7. text = rq.safe_pop(RQ_URL_KEY)
  8. File "/usr/local/lib/python2.7/dist-packages/redis_queue.py", line 15, in safe_pop
  9. popped_task = self.redis.brpop(qkey, self.poptimeout)
  10. File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1289, in brpop
  11. return self.execute_command('BRPOP', *keys)
  12. File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 668, in execute_command
  13. return self.parse_response(connection, command_name, **options)
  14. File "/usr/local/lib/python2.7/dist-packages/redis/client.py", line 680, in parse_response
  15. response = connection.read_response()
  16. File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 629, in read_response
  17. raise response
  18. redis.exceptions.ResponseError: unknown command 'BRPOP'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement