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
C:\Users\Admin\Downloads\python\Vinted-Scraper-2>python main.py -u 100625605
Traceback (most recent call last):
File "C:\Users\Admin\Downloads\python\Vinted-Scraper-2\main.py", line 31, in
vinted_session = v.create_session()
File "C:\Users\Admin\Downloads\python\Vinted-Scraper-2\Vinted.py", line 115, in create_session
csrfToken = req.text.split('<meta name="csrf-token" content="')[1].split('"')[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
C:\Users\Admin\Downloads\python\Vinted-Scraper-main\Vinted-Scraper-main>python scraper.py
Traceback (most recent call last):
File "C:\Users\Admin\Downloads\python\Vinted-Scraper-main\Vinted-Scraper-main\scraper.py", line 601, in
session = vinted_session()
File "C:\Users\Admin\Downloads\python\Vinted-Scraper-main\Vinted-Scraper-main\scraper.py", line 61, in vinted_session
csrfToken = req.text.split('<meta name="csrf-token" content="')[1].split('"')[0]
IndexError: list index out of range
C:\Users\Admin\Downloads\python\Vinted-Scraper-2>python main.py -u 100625605
Traceback (most recent call last):
File "C:\Users\Admin\Downloads\python\Vinted-Scraper-2\main.py", line 31, in
vinted_session = v.create_session()
File "C:\Users\Admin\Downloads\python\Vinted-Scraper-2\Vinted.py", line 115, in create_session
csrfToken = req.text.split('<meta name="csrf-token" content="')[1].split('"')[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: