cache error when audo_number field not found
This commit is contained in:
@@ -77,10 +77,14 @@ class GeoCaptchaSolver {
|
||||
// fieldInputs[i].value = number_list[i];
|
||||
await delay(2000 + getRandomWaitTime());
|
||||
}
|
||||
if (number_list.isEmpty()) {
|
||||
onResult(false)
|
||||
} else {
|
||||
onResult(true)
|
||||
try {
|
||||
if (number_list.isEmpty()) {
|
||||
onResult(false)
|
||||
} else {
|
||||
onResult(true)
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user