vlourme / vintedpy

Get alerted on Discord when new Vinted articles are published 🛒
GNU General Public License v3.0
29 stars 9 forks source link

vinted api Oauth #16

Open HappyG01 opened 9 months ago

HappyG01 commented 9 months ago

i added a subscription in the discord server and i got a error. Failed to get oauth token

Traceback (most recent call last): File ".\Bureaublad\vinted bot\vintedpy\main.py", line 25, in run_background items = scrape(db, sub) File ".\Bureaublad\vinted bot\vintedpy\scraper.py", line 21, in scrape response = search(params["url"], {"per_page": 20}) File ".\Bureaublad\vinted bot\vintedpy\api.py", line 96, in search session = get_oauth_token() File ".\Bureaublad\vinted bot\vintedpy\api.py", line 36, in get_oauth_token raise Exception('Failed to get oauth token') Exception: Failed to get oauth token