-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
when I use the terminal, Its throwing me this error #185
Comments
[01/09/2025 4:01:15] Texas Scheduler v5.0.2 is starting... |
What are you running on? (codespace, local, docker) etc? |
codespace, was following your youtube video |
codespace didn't support browser solving. |
[01/09/2025 5:37:35] ERROR: ERROR_INVALID_TASK_DATA: clientKey is required |
The error tell you what you are missing, if you use solver option you need |
/workspaces/texas-dps-scheduler (main) $ npm run start
[01/09/2025 3:47:42] ERROR: Config file is not valid
ZodError: [
{
"received": "",
"code": "invalid_enum_value",
"options": [
"2captcha",
"capsolver"
],
"path": [
"appSettings",
"captcha",
"solverOptions",
"solverService"
],
"message": "Invalid enum value. Expected '2captcha' | 'capsolver', received ''"
}
]
at Object.get error [as error] (/workspaces/texas-dps-scheduler/node_modules/zod/lib/types.js:55:31)
at ZodObject.parse (/workspaces/texas-dps-scheduler/node_modules/zod/lib/types.js:131:22)
at parseConfig (/workspaces/texas-dps-scheduler/src/Config/index.ts:28:26)
at Object. (/workspaces/texas-dps-scheduler/src/CaptchaSolver/index.ts:8:27)
at Module._compile (node:internal/modules/cjs/loader:1469:14)
at Module.m._compile (/workspaces/texas-dps-scheduler/node_modules/ts-node/src/index.ts:1618:23)
at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
at Object.require.extensions. [as .ts] (/workspaces/texas-dps-scheduler/node_modules/ts-node/src/index.ts:1621:12)
at Module.load (node:internal/modules/cjs/loader:1288:32)
at Function.Module._load (node:internal/modules/cjs/loader:1104:12) {
issues: [
{
received: '',
code: 'invalid_enum_value',
options: [Array],
path: [Array],
message: "Invalid enum value. Expected '2captcha' | 'capsolver', received ''"
}
],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [
{
received: '',
code: 'invalid_enum_value',
options: [Array],
path: [Array],
message: "Invalid enum value. Expected '2captcha' | 'capsolver', received ''"
}
]
}
➜ /workspaces/texas-dps-scheduler (main) $
The text was updated successfully, but these errors were encountered: