mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
133 stars 26 forks source link

Error om python3.12 termux #52

Open JaKrIvMa opened 4 days ago

JaKrIvMa commented 4 days ago

Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/vsco-scraper", line 8, in sys.exit(main()) ^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.12/site-packages/vscoscrape/vscoscrape.py", line 842, in main with open(args.username, "r") as f: ^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'username of the user to scrape'

Tyen3 commented 2 days ago

What does the command line look like that you're using to run vsco-scraper?