scrapy-splash icon indicating copy to clipboard operation
scrapy-splash copied to clipboard

QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.

Open sbh96 opened this issue 5 years ago • 0 comments

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

sbh96 avatar Dec 27 '19 13:12 sbh96