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
Hi,
I just restarted my crawler and I had HTTP 498 errors, which also in the next tries never worked.
I see the following information has been cached by SplashAwareFSCacheStorage
{"error": 498, "type": "ExpiredArguments", "description": "Arguments stored with ``save_args`` are expired", "info": {"expired": ["lua_source"]}}
It would make sense to specifically handle this case so that the next request will not lead to read this cache (or to not store it at all)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I just restarted my crawler and I had HTTP 498 errors, which also in the next tries never worked.
I see the following information has been cached by SplashAwareFSCacheStorage
It would make sense to specifically handle this case so that the next request will not lead to read this cache (or to not store it at all)
The text was updated successfully, but these errors were encountered: