Skip to content

Commit

Permalink
Readme: expand reporting issues section
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed May 29, 2024
1 parent 421ac90 commit c6c7d98
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,30 @@ async def main():
asyncio.run(main())
```

### Software versions

Be sure to include which versions of Scrapy and scrapy-playwright you are using:

```
$ python -c "import scrapy_playwright; print(scrapy_playwright.__version__)"
0.0.34
```

```
$ scrapy version -v
Scrapy : 2.11.1
lxml : 5.1.0.0
libxml2 : 2.12.3
cssselect : 1.2.0
parsel : 1.8.1
w3lib : 2.1.2
Twisted : 23.10.0
Python : 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
pyOpenSSL : 24.0.0 (OpenSSL 3.2.1 30 Jan 2024)
cryptography : 42.0.5
Platform : Linux-6.5.0-35-generic-x86_64-with-glibc2.35
```

### Reproducible code example

When opening an issue please include a
Expand Down Expand Up @@ -1013,6 +1037,12 @@ class ExampleSpider(scrapy.Spider):
)
```

### Logs

Logs for spider jobs displaying the issue in detail are extremely useful
understanding possible bugs. Include lines before and after the problem,
not just isolated tracebacks.


## Frequently Asked Questions

Expand Down

0 comments on commit c6c7d98

Please sign in to comment.