Replies: 1 comment
-
i'm not an expert, but this sound like a mistake on setting up the username. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following errors when running with the base example.py file with the username and password modified.
tw:Twitch-Channel-Points-Miner-v2 $ python ./run-test.py
Traceback (most recent call last):
File "./run-test.py", line 5, in
from TwitchChannelPointsMiner import TwitchChannelPointsMiner
File "/Users/r/git/Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/init.py", line 3, in
from .TwitchChannelPointsMiner import TwitchChannelPointsMiner
File "/Users/r/git/Twitch-Channel-Points-Miner-v2/TwitchChannelPointsMiner/TwitchChannelPointsMiner.py", line 74
username: str,
^
SyntaxError: invalid syntax
Beta Was this translation helpful? Give feedback.
All reactions