Skip to content

Vinted Download stops working #48

@Gdo23678

Description

@Gdo23678

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions