nang-dev / automated_youtube_channel

Automated youtube that can scrape content, edit a compilation, and upload to youtube daily.
MIT License
708 stars 284 forks source link

Login error: Token Not Found #51

Open SLajuwomi opened 1 year ago

SLajuwomi commented 1 year ago

Traceback (most recent call last): File "C:\Users\Stephen Lajuwomi\Downloads\AutomatedCompilationChannel-master\main.py", line 15, in scrapeVideos(username = InstagramLoginInfo.InstagramId, File "C:\Users\Stephen Lajuwomi\Downloads\AutomatedCompilationChannel-master\ScrapeVideos.py", line 34, in scrapeVideos looter.login(username, password) File "C:\Users\Stephen Lajuwomi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\instalooter\looters.py", line 547, in login self._login(username, password, session=self.session) File "C:\Users\Stephen Lajuwomi\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\instalooter\looters.py", line 180, in _login raise SystemError('Login error: Token not found') SystemError: Login error: Token not found

popat25 commented 1 year ago

Hello did you find any solution?