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

Depop issues. #54

Open
Laokza opened this issue Jul 17, 2024 · 0 comments
Open

Depop issues. #54

Laokza opened this issue Jul 17, 2024 · 0 comments

Comments

@Laokza
Copy link

Laokza commented Jul 17, 2024

When running with -d on the latest release.

Traceback (most recent call last):
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 566, in download_depop_data
Category = product_data['group']
~~~~~~~~~~~~^^^^^^^^^
KeyError: 'group'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 716, in
download_depop_data(userids)
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 568, in download_depop_data
Category = product_data['categoryId']
~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'categoryId'


When running with -d -g

Traceback (most recent call last):
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 716, in
download_depop_data(userids)
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 523, in download_depop_data
get_all_depop_items(data, baseurl, product_ids, args, begin, s)
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 322, in get_all_depop_items
for i in data['products']:
~~~~^^^^^^^^^^^^
KeyError: 'products'

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