asimptot / FollowerBot

Follower bot for Instagram
191 stars 67 forks source link

YouhitLike Error : Invalid decimal Literal #4

Closed saabtech closed 1 year ago

saabtech commented 1 year ago

I tried the Youhitlike but I get decimal Literal error in line 21 pwd.send_keys

The script doesnt execute because of the above error. I have added all the information within the script ( username and password )

Let me know if I am missing something.

asimptot commented 1 year ago

@saabtech hi,

Did you try to run up to date script, right? --> https://github.com/asimptot/FollowerBot/blob/main/get_credit_on_YouLikeHits.py

If yes, please put # char to 19th raw in init.py file and share your screenshot of your browser and terminal message.

saabtech commented 1 year ago

thank you for the quick reply, Yes, I am trying upto date script. The script does not run when I double click. It wont open. tried the suggestion you provided #char to 19th within init.py and still the script wont open.

asimptot commented 1 year ago

Could you share your raw that you entered username and password, please? I just want to know the format is true or not. You can blur your username and password. Please share your full error message on terminal.

saabtech commented 1 year ago

Please find the below :

image

image

asimptot commented 1 year ago

Strange! Do you use your password like this format, right? It should be between ' chars for example: pwd.send_keys('1234abcd123ABC*')

saabtech commented 1 year ago

Strange! Do you use your password like this format, right? It should be between ' chars for example: pwd.send_keys('1234abcd123ABC*')

After adding apostrophes to each side of the password and username it is working now... Thanks