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

name 'r' is not defined #21

Closed asdiasdiasdi closed 1 year ago

asdiasdiasdi commented 1 year ago

Error message is as follows: Traceback (most recent call last): File "D:\Downloads\Vinted-Scraper-main\Vinted-Scraper-main\scraper.py", line 546, in download_depop_data(userids) File "D:\Downloads\Vinted-Scraper-main\Vinted-Scraper-main\scraper.py", line 418, in download_depop_data elif r.status_code == 429: NameError: name 'r' is not defined

Gertje823 commented 1 year ago

Should be fixed now.