-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello, dont know if its only me, but the vinted Download stops working.
Got this Errors:
Traceback (most recent call last):
File "D:\Vinted-Scraper-2\scraper.py", line 613, in
download_vinted_data(userids, session)
File "D:\Vinted-Scraper-2\scraper.py", line 226, in download_vinted_data
print(f"Fetching page 1/{r.json()['pagination']['total_pages']}")
~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'pagination'
Drücken Sie eine beliebige Taste . . .
or this one:
Traceback (most recent call last):
File "D:\Vinted-Scraper-2\scraper.py", line 613, in
download_vinted_data(userids, session)
File "D:\Vinted-Scraper-2\scraper.py", line 231, in download_vinted_data
get_all_items(s, USER_ID, r.json()['pagination']['total_pages'], items)
File "D:\Vinted-Scraper-2\scraper.py", line 146, in get_all_items
print(f"Fetching page {page+1}/{r['pagination']['total_pages']}")
~^^^^^^^^^^^^^^
KeyError: 'pagination'
Drücken Sie eine beliebige Taste . . .