FuckingToasters / discord-phone-verifier

Mass Verifing a list of discord tokens by phone.
Creative Commons Zero v1.0 Universal
65 stars 13 forks source link

failed #17

Closed kushservicess closed 1 year ago

kushservicess commented 1 year ago

image do you know the error

kushservicess commented 1 year ago

image do you know the error

always get failed to get verifacation code

FuckingToasters commented 1 year ago

The issue is that you somehow don't get a phonenumber from the selected service so the number variable remains None meaning that it send None as phone number to discord which result in it thinking that no captcha solving is required and thus you get that error.

Which phone service do you use? I don't have this issue with vaksms but if you tell me which service you use, i can take a look into it.

kushservicess commented 1 year ago

The issue is that you somehow don't get a phonenumber from the selected service so the number variable remains None meaning that it send None as phone number to discord which result in it thinking that no captcha solving is required and thus you get that error.

Which phone service do you use? I don't have this issue with vaksms but if you tell me which service you use, i can take a look into it.

I’m using 5sim

FuckingToasters commented 1 year ago

The issue is that you somehow don't get a phonenumber from the selected service so the number variable remains None meaning that it send None as phone number to discord which result in it thinking that no captcha solving is required and thus you get that error. Which phone service do you use? I don't have this issue with vaksms but if you tell me which service you use, i can take a look into it.

I’m using 5sim

You can try to make following edit to plugins/phoneservices/fivesim.py on line 86 change it to RECEIVED

FuckingToasters commented 1 year ago

closed due to inactivity