We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 . . .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 . . .
The text was updated successfully, but these errors were encountered: