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
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 ?
The text was updated successfully, but these errors were encountered:
my best guess is the example was already outdated, 1f1f4a1
I think u should directly go to single mode for trying or testing.
Sorry, something went wrong.
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.
No branches or pull requests
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 :
NameError: Module 'frontera.contrib.backends.memory' doesn't define any object named 'FIFO'
how to fix it or i am missing something ?
The text was updated successfully, but these errors were encountered: