You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: