[email protected]

Results 4 issues of [email protected]

Hi, I'm creating a report using spidermon's CreateFileReport: ``` class SpiderCloseMonitorSuite(MonitorSuite): monitors = [ItemCountMonitor, ItemValidationMonitor, PeriodicJobStatsMonitor] monitors_finished_actions = [CreateFileReport] ``` But it turns out that Chinese is not supported,I know...

![image.png](https://i.loli.net/2019/10/19/9WqsdJYSK6UerEN.png) 图片: https://i.loli.net/2019/10/19/9WqsdJYSK6UerEN.png

I found this code `crossbar.worker.main` while reading and studying crossbar source code, is there a duplicate in the following code ? ```python # set process title if requested to #...

enhancement
core

**Describe the bug:** Some websites cannot be opened I am doing web scraping and rendering work, but I found that the website below cannot be loaded properly. It may be...

C-untriaged