PipedreamHQ / PipedreamHQ/pipedream
[BUG] Freshservice trigger error
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
Needs triaging. The trigger is `freshservice-ticket-updated`, this seems to be an intermittent network issue, but apparently the user is facing it whenever trying to deploy this trigger (via Connect).
```
Status code: 422\nBody: {\n \"error\": \"observation error\",\n \"err\": null,\n \"observations\": [\n {\n \"k\": \"hook\",\n \"ts\": 1782188659427,\n \"h\": \"deploy\"\n },\n {\n \"k\": \"db.get\",\n \"ts\": 1782188659427,\n \"pn\": \"db\",\n \"key\": \"lastTs\"\n },\n {\n \"k\": \"error\",\n \"ts\": 1782188659467,\n \"err\": {\n \"name\": \"Error\",\n \"message\": \"write EPROTO 40B63FC67D7F0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c:1620:SSL alert number 40\\n\",\n \"stack\": \"Error: write EPROTO 40B63FC67D7F0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c:1620:SSL alert number 40\\n\\n at AxiosError.from (/tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/node_modules/.pnpm/axios@1.18.1/node_modules/axios/dist/node/axios.cjs:1355:24)\\n at RedirectableRequest.handleRequestError (/tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/node_modules/.pnpm/axios@1.18.1/node_modules/axios/dist/node/axios.cjs:4082:25)\\n at RedirectableRequest.emit (node:events:519:28)\\n at eventHandlers. (/tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/node_modules/.pnpm/follow-redirects@1.16.0/node_modules/follow-redirects/index.js:56:24)\\n at ClientRequest.emit (node:events:519:28)\\n at emitErrorEvent (node:_http_client:101:11)\\n at TLSSocket.socketErrorListener (node:_http_client:504:5)\\n at TLSSocket.emit (node:events:531:35)\\n at emitErrorNT (node:internal/streams/destroy:169:8)\\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\\n at Axios.request (/tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/node_modules/.pnpm/axios@1.18.1/node_modules/axios/dist/node/axios.cjs:5517:41)\\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\\n at async callAxios (/tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/node_modules/.pnpm/@pipedream+platform@3.4.0/node_modules/@pipedream/platform/dist/axios.js:109:26)\\n at async Object.processEvents (file:///tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/code/sources/common/base.mjs:42:23)\\n at async Object.deploy (file:///tmp/__pdg__/dist/code/e912405a6364e00cf6654c5a6130b13fdd7feb750f32510a575bc58b2d81ddc6/code/sources/common/base.mjs:76:7)\\n at async callComponentHooks (/var/task/node_modules/@lambda-v2/component-runtime/src/callComponentHooks.js:31:7)\\n at async /var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:73:7\\n at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:32:5)\\n at async deployedComponentMain (/var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:46:20)\\n at async file:///var/task/component_maker.mjs:318:13\"\n }\n }\n ]\n}",
```
Contributor guide
Assessment
This issue has not been assessed yet.