Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ER_INVALID_JSON_BINARY_DATA: The JSON binary value contains invalid data. #621

Open
fengmk2 opened this issue Dec 14, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@fengmk2
Copy link
Member

fengmk2 commented Dec 14, 2023

2023-12-14 15:14:33,478 ERROR 1802281 [-/127.0.0.1/3e8cf340-9a2b-11ee-a23e-07f6cb87f703/15971601.73ms SCHEDULE /__schedule?path=/home/admin/application/app/port/schedule/ChangesStreamWorker.js&interval=60000&type=worker&env=&disable=false&immediate=false] nodejs.ER_INVALID_JSON_BINARY_DATAError: ER_INVALID_JSON_BINARY_DATA: The JSON binary value contains invalid data.
at Query.Sequence._packetToError (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/sequences/Sequence.js:47:14)
at Query.ErrorPacket (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/sequences/Query.js:79:18)
at Protocol._parsePacket (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/Protocol.js:291:23)
at Parser._parsePacket (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/Parser.js:433:10)
at Parser.write (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/Parser.js:43:10)
at Protocol.write (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/Protocol.js:38:16)
at Socket.<anonymous> (/home/admin/application/node_modules/[email protected]@mysql/lib/Connection.js:88:28)
at Socket.<anonymous> (/home/admin/application/node_modules/[email protected]@mysql/lib/Connection.js:526:10)
at Socket.emit (node:events:517:28)
at addChunk (node:internal/streams/readable:368:12)
--------------------
at Protocol._enqueue (/home/admin/application/node_modules/[email protected]@mysql/lib/protocol/Protocol.js:144:48)
at PoolConnection.query (/home/admin/application/node_modules/[email protected]@mysql/lib/Connection.js:198:25)
at /home/admin/application/node_modules/[email protected]@leoric/src/drivers/mysql/index.js:90:18
at new Promise (<anonymous>)
at MysqlDriver.query (/home/admin/application/node_modules/[email protected]@leoric/src/drivers/mysql/index.js:89:21)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at MysqlDriver.cast (/home/admin/application/node_modules/[email protected]@leoric/src/drivers/abstract/index.js:45:12)
at Spell.ignite (/home/admin/application/node_modules/[email protected]@leoric/src/spell.js:484:18)
at TaskRepository.findTaskByTargetName (/home/admin/application/app/repository/TaskRepository.ts:122:18)
at TaskService.createTask (/home/admin/application/app/core/service/TaskService.ts:29:24)
code: "ER_INVALID_JSON_BINARY_DATA"
errno: 3142
sqlMessage: "The JSON binary value contains invalid data."
sqlState: "HY000"
index: 0
sql: "SELECT * FROM `tasks` WHERE `target_name` = '@master/css-server' AND `type` = 'sync_package' LIMIT 1"
name: "ER_INVALID_JSON_BINARY_DATAError"
pid: 1802281
@fengmk2 fengmk2 added the bug Something isn't working label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant