No matter what I do Depop just doesn't want to work for me, I tested on accounts with no videos and I'm still getting issues, I'm sometimes able to download a couple of images before getting errors. I've posted a lot of issues so I apologize for posting yet another but this one I got using this account - lucypeepee
I only used the -d option and after downloading a couple of images (2-3 posts total) I got this error.
Traceback (most recent call last):
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 663, 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 811, in <module>
download_depop_data(userids)
File "D:\Lol\Vinted-Scraper-main\scraper.py", line 665, in download_depop_data
Category = product_data['categoryId']
~~~~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'categoryId'
No matter what I do Depop just doesn't want to work for me, I tested on accounts with no videos and I'm still getting issues, I'm sometimes able to download a couple of images before getting errors. I've posted a lot of issues so I apologize for posting yet another but this one I got using this account - lucypeepee
I only used the -d option and after downloading a couple of images (2-3 posts total) I got this error.
Traceback (most recent call last): File "D:\Lol\Vinted-Scraper-main\scraper.py", line 663, in download_depop_data Category = product_data['group']