failed
Closed this issue · 5 comments
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.
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
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
closed due to inactivity