saungnet99 / botube

0 stars 0 forks source link

Not working #1

Open rush890 opened 2 days ago

rush890 commented 2 days ago

{'retCode': 4, 'retMessage': 'Token Invalid'} Traceback (most recent call last): File "/home/runner/Tube-stats/test.py", line 66, in idVideo = getVideo["result"]["videoId"]


KeyError: 'result'

You are using old method to get_token info. Firstly you have to use sign-in api to get actual token then watch video with it.
rush890 commented 2 days ago

This one: url = 'http://tuberocket.app:3000/api/signIn'