-
(, )
{}
[]
Reported on discordbot by discord user
TimeoutError
Stack Trace:
```
Python traceback
File "run.py", line 129, in
run()
File "run.py", line 19, in run
bot.init()
Fil…
-
I have the following parent class which has reusable code for all the spiders in my project (this is just a basic example):
```
class Downloader(Spider):
concurrency = 15
worker_numbers …
-
I'm trying to save screenshots of scraped webpages with Scrapy Splash. I've copied and pasted the code found here into my pipeline folder: https://docs.scrapy.org/en/latest/topics/item-pipeline.html
…
-
Hello,
I just updated to the newest version, 20201229, and am able to see the music player. However it's not loading any of my playlists. Also when browsing media all the folder are empty and when …
-
Hi,
Thanks for your help.
I am scrapping the news from this website "https://xueqiu.com/?category=livenews"
I have double-checked my xpath of the target items and the items i wanna e…
-
I think errors would be more useful if they also showed the URL of the parsed page. Example:
> ERROR Spider , **https://...**
I hacked a solution together by passing around the `url` parameter,…
-
Hi,
I am working on a project that is divided into two parts:
- Retrieve a specific page
Once the ID of this page is extracted,
- Send requests to an API to obtain additional information on th…
-
I'm opening this issue so that we can have a discussion about something a bit radical. 😇
Right now `httpx` support standard threaded concurrency, plus asyncio and trio.
I think that it *may* be …
-
What do you think about adding response.follow_all shortcut, which returns a list of requests? This is inspired by this note in docs:
> `response.follow(response.css('li.next a'))` is not valid bec…
kmike updated
4 years ago
-
It's related to #2905. When I'm using scrapy, I got the error "Failure instance: Traceback: : filedescriptor out of range in select()". So I want to try replacing the twisted reactor to pollreactor. H…