Module 'frontera.contrib.backends.memory' doesn't define any object named 'FIFO'
Frist time to use frontera, after install frontera and option in https://frontera.readthedocs.io/en/latest/topics/installation.html#options
then run the example under requests/link_followers.py. But it come with error :
raise NameError("Module '%s' doesn't define any object named '%s'" % (module, name))
NameError: Module 'frontera.contrib.backends.memory' doesn't define any object named 'FIFO'
how to fix it or i am missing something ?
my best guess is the example was already outdated, https://github.com/scrapinghub/frontera/commit/1f1f4a14d02509091e308c422efc33f29f9e9bae
I think u should directly go to single mode for trying or testing.
thx @liho00 So link_followers.py is not the single mode ? This link https://frontera.readthedocs.io/en/latest/topics/quick-start-single.html is the real single mode with scrapy ?
Do you have the latest demo code ?
thx @liho00 So link_followers.py is not the single mode ? This link https://frontera.readthedocs.io/en/latest/topics/quick-start-single.html is the real single mode with scrapy ?
Do you have the latest demo code ?
nope, it just an example. you just follow the documentation will do. I have tried distributed mode, i have never try single mode before.