-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknown_errors.txt
31 lines (22 loc) · 1.47 KB
/
known_errors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Ebay House Rent
[ERROR] src.scrapers.ebay_kleinanzeigen.ebay_kleinanzeigen.spiders.ebay_base: Invalid isoformat string: '05-08-2022'
Traceback (most recent call last):
File "/app/src/scrapers/ebay_kleinanzeigen/ebay_kleinanzeigen/spiders/ebay_base.py", line 18, in wrapper
return func(*args, **kwargs)
File "/app/src/scrapers/ebay_kleinanzeigen/ebay_kleinanzeigen/spiders/ebay_base.py", line 103, in parse_online_since
return datetime.date.fromisoformat(text.replace(".", "-"))
ValueError: Invalid isoformat string: '05-08-2022'
7 | 2022-08-15 11:08:35,219 [ERROR] src.scrapers.immowelt.immowelt.spiders.immowelt_base: could not convert string to float: '530000 CHF'
Traceback (most recent call last):
File "/app/src/scrapers/immowelt/immowelt/spiders/immowelt_base.py", line 25, in wrapper
return func(*args, **kwargs)
File "/app/src/scrapers/immowelt/immowelt/spiders/immowelt_base.py", line 56, in parse_price
return float(text.replace('€', '').replace('.', '').replace(',', '.').strip())
ValueError: could not convert string to float: '530000 CHF'
# 12 Aug : ImmonetHouseBuySpider stopped at page 1326 / 2500
# with error twisted.internet.error.DNSLookupError: DNS lookup failed: no results for hostname lookup: www.immonet.de.
# https://github.com/scrapy/scrapy/issues/4888
#
# 13 AUG
# sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30.00 (Background on this error at: https://sqlalche.me/e/14/3o7r)
#