Gertje823 / Vinted-Scraper

This is a tool to scrape/download images and data from Vinted & Depop using the API and stores the data in a SQLite database.
GNU General Public License v3.0
91 stars 21 forks source link

Depop never works for me #58

Open Laokza opened 2 months ago

Laokza commented 2 months ago

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'