This topic was automatically generated from Slack. You can find the original thread here.
Hi! Would love some support. My automation connects Todoist and Habitify. I’m getting the following console errors:
This:
Log
[debug] err.response {
"status": 410,
"statusText": "Gone",
"headers": {
"content-type": "text/plain; charset=utf-8",
"transfer-encoding": "chunked",
"connection": "keep-alive",
"date": "Wed, 18 Feb 2026 19:59:23 GMT",
"vary": "Accept-Encoding",
"x-content-type-options": "nosniff",
"referrer-policy": "strict-origin-when-cross-origin",
"strict-transport-security": "max-age=31536000; includeSubDomains; preload",
"x-cache": "Error from cloudfront",
"via": "1.1 [a41d734044cac7cfe09820f04854befc.cloudfront.net](http://a41d734044cac7cfe09820f04854befc.cloudfront.net) (CloudFront)",
"x-amz-cf-pop": "IAD61-P10",
"alt-svc": "h3=\":443\"; ma=86400",
"x-amz-cf-id": "NYg8d2rmAdtg7hp8nGC6pnpZEBiW4cKqENUkRoyv9DASnJKrV1iwjA=="
},
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"adapter": [
"xhr",
"http",
"fetch"
],
"transformRequest": [
null
],
"transformResponse": [
null
],
"timeout": 0,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {},
"headers": {
"Accept": "application/json, text/plain, **/**",
"Content-Type": "application/x-www-form-urlencoded",
"Authorization": "Bearer ce7933eabe81a0d5c7b15e428224184451425a67",
"User-Agent": "axios/1.9.0",
"Content-Length": "101",
"Accept-Encoding": "gzip, compress, deflate, br"
},
"method": "post",
"url": "https://api.todoist.com/sync/v9/completed/get_all",
"data": "annotate_items=true&since=2026-02-10T23%3A59%3A15.992Z&token=ce7933eabe81a0d5c7b15e428224184451425a67",
"allowAbsoluteUrls": true
},
"data": "This endpoint is deprecated.\n\nIf you're reading this on a browser, there's a good chance you can change\nthe v8 part on the URL to v1 and get away with it. ;)\n\nIf you're using the API directly, please update your use case to rely\non the new API endpoints, available und
and
error
AxiosError: Request failed with status code 410
at settle (/pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/node_modules/.pnpm/axios@1.9.0/node_modules/axios/lib/core/settle.js:19:12)
at Unzip.handleStreamEnd (/pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/node_modules/.pnpm/axios@1.9.0/node_modules/axios/lib/adapters/http.js:599:11)
at Unzip.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
at Axios.request (/pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/node_modules/.pnpm/axios@1.9.0/node_modules/axios/lib/core/Axios.js:45:41)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async callAxios (/pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/node_modules/.pnpm/@pipedream+platform@3.0.3/node_modules/@pipedream/platform/dist/axios.js:110:26)
at async Object.getCompletedTasks (file:///pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/code/todoist.app.mjs:776:15)
at async Object.getSyncResult (file:///pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/code/sources/completed-task/completed-task.mjs:21:21)
at async Object.run (file:///pipedream/dist/code/f5d79ce0ef1656f952e9fce643d88b1ab3787434138c1bf90b53f3bda80d35fd/code/sources/common.mjs:53:24)
at async /var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:105:11
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async deployedComponentMain (/var/task/node_modules/@lambda-v2/component-runtime/src/deployedComponentMain.js:44:20)
at async MessagePort.<anonymous> (file:///var/task/component_maker.mjs:181:9)
This started happening without any prompting. It was working fine a couple weeks ago.
Thank you!
