File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -997,7 +997,12 @@ asyncio.run(main())
997
997
998
998
### Software versions
999
999
1000
- Be sure to include which versions of Scrapy and scrapy-playwright you are using:
1000
+ Be sure to include which versions of Scrapy, Playwright and scrapy-playwright you are using:
1001
+
1002
+ ```
1003
+ $ playwright --version
1004
+ Version 1.44.0
1005
+ ```
1001
1006
1002
1007
```
1003
1008
$ python -c "import scrapy_playwright; print(scrapy_playwright.__version__)"
@@ -1050,6 +1055,12 @@ class ExampleSpider(scrapy.Spider):
1050
1055
)
1051
1056
```
1052
1057
1058
+ #### Minimal code
1059
+ Please make the effort to reduce the code to the minimum that still displays the issue.
1060
+ It is very rare that a complete project (including middlewares, pipelines, item processing, etc)
1061
+ is really needed to reproduce an issue. Reports that do not show an actual debugging attempt
1062
+ will not be considered.
1063
+
1053
1064
### Logs and stats
1054
1065
1055
1066
Logs for spider jobs displaying the issue in detail are extremely useful
You can’t perform that action at this time.
0 commit comments