Skip to content
New issue

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

Vinted Download stops working #48

Open
Gdo23678 opened this issue Feb 15, 2024 · 0 comments
Open

Vinted Download stops working #48

Gdo23678 opened this issue Feb 15, 2024 · 0 comments

Comments

@Gdo23678
Copy link

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 . . .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant