-
## Long story short
When using a post request, I want to upload both file and form data. Now I have a problem. When I am working at the same time, there will be an error that the integer cannot…
-
## Where am I?
Just installed scrapy-playwright and set all my settings, created a spider using the meta + PageMethods wait_for_selector.
- Python 3.11.2
- Scrapy 2.11.0
- Scrapy-playwright 0.0.…
-
### Issue Type
Bug
### Source
source
### Giskard Library Version
2.11.0
### Giskard Hub Version
1.3.0
### OS Platform and Distribution
Linux 5.10.215-203.850.amzn2.x86_64 x86_64
### Python v…
-
Hi there!
I've got a couple of questions regarding [this project idea](http://gsoc2018.scrapinghub.com/ideas/#async-await-spiders), but I'll introduce myself a bit first :-)
I'm a 4th year comp…
-
This might be an issue with my system, but when I try to run `scrapy runspider lyrics_fetcher.py`, the script fails to run, throwing an AttributeError related to OpenSSL.
```
Traceback (most recen…
-
We are currently using PIL on macOS inside a VENV to limit packaged. Today when we updated to 9.4.0 PIL stopped working on MacOS (these are x86_64 versions).
Steps to reproduce:
1. setup venv (…
-
Check the documentation and find that you need to add the following configuration in settings.py
```
DOWNLOADER_CLIENTCONTEXTFACTORY = "scrapy.core.downloader.contextfactory.BrowserLikeContextFact…
-
Windows 10
```py
# spiders/quotes.py
import scrapy
# from quotes_js_scraper.items import QuoteItem
from scrapy_playwright.page import PageMethod
class QuotesSpider(scrapy.Spider):
name …
-
### Checklist
- [x] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
My operating system is **Windows 10**. When I tried to create a new Py…
-
``` python
from linovelib2epub.linovel import Linovelib2Epub
# warning!: must run within __main__ module guard due to process spawn issue.
if __name__ == '__main__':
linovelib_epub = Linovel…