You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened the tokens.txt and deleted the lines:
"token proxy
token proxy"
And inserted only the Token which looks like that (to demonstrate special chars like "." and "_":
XXXXXXXXX.AAAAAAAAAAA.BBBBBBB_CCCCCC
I only wanted to show the structure of the special chars to let you verify it´s the correct Token.
In total it got 224 Charackters.
I did not inserted a proxy (not using one) - only the token.
But upon executing the script I get the following ValueError:
Traceback (most recent call last):
File "/root/tools/ZealyAutomatization/main.py", line 104, in <module>
main()
File "/root/tools/ZealyAutomatization/main.py", line 45, in main
client = ZealyClient()
File "/root/tools/ZealyAutomatization/ZealyClient.py", line 15, in __init__
self.token_to_proxies = parse_tokens("./config/tokens.txt")
File "/root/tools/ZealyAutomatization/config/params.py", line 25, in parse_tokens
token, proxy = line.strip().split()
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered:
I opened the tokens.txt and deleted the lines:
"token proxy
token proxy"
And inserted only the Token which looks like that (to demonstrate special chars like "." and "_":
XXXXXXXXX.AAAAAAAAAAA.BBBBBBB_CCCCCC
I only wanted to show the structure of the special chars to let you verify it´s the correct Token.
In total it got 224 Charackters.
I did not inserted a proxy (not using one) - only the token.
But upon executing the script I get the following ValueError:
The text was updated successfully, but these errors were encountered: