Closed Maro9898 closed 3 years ago
Traceback (most recent call last):[0m
[0m File "C:\Users\user\Desktop\FaucetCryptoBot\bot.py", line 1, in
The issue is caused by the path windows might not recognise the forward slash try changing the path to something like below
Example:
"C:\\Users\\user\\Desktop\\FaucetCryptoBot\\data"; "user-data-dir=C:\\Users\\myusername\\Desktop\\User Data"
Escape characters should be added to the path string. Also try not to change anything within the class insted change it inside the config file that way you can fix it if something gets messed up.
ok
Dnia 4 lutego 2021 13:13 Sourav R S <notifications@github.com> napisał(a):
The issue is caused by the path windows might not recognise the forward slash try changing the path to something like below
Example:
"C:\Users\user\Desktop\Fau "user-data-dir=C:\Users\myus Data"
Escape characters should be added to the path string
— You are receiving this because you authored the thread. Reply to this email directly, github.com view it on GitHub , or github.com unsubscribe .
can you help me