scrapy-splash
scrapy-splash copied to clipboard
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
I get this error:
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
when setting middlewares like document
that's like a bug when I use in scrapy python
i set
DUPEFILTER_CLASS = 'scrapy_splash.SplashAwareDupeFilter'
HTTPCACHE_STORAGE = 'scrapy_splash.SplashAwareFSCacheStorage'
in setting too
sorry for bad English