我正在使用portia来使用scrapinghub/splash中间件来呈现JavaScript页面。但在portia中加载作业页时似乎出现了以下错误。
错误:
您的web浏览器必须有JavaScript enabledin顺序才能正确显示此应用程序。
平台: portia-scrapy + scrapinghub/splash。
请告诉我如何在mozila firefox中解决这个错误。
注:本人亦曾尝试下列指示:
1. In the address bar, type about:config and press Enter.
2. Click "I'll be careful, I promise" if a warning message appears.
3. In the search box, search for javascript.enabled
Toggle the "javascript.enabled" preference (right-click and select "Toggle" or double-click the preference) to change the value from "false" to "true".发布于 2015-01-20 09:25:17
目前没有官方支持与Portia一起使用splash,但增加对其的支持是一个高度优先事项。
https://github.com/scrapinghub/portia/issues/2
如果您想使用splash简单地呈现页面,您可以通过将splash中间件添加到Portia项目设置来这样做。
https://stackoverflow.com/questions/28026267
复制相似问题