Twitter DMs expected to work?

Hi!

Is it expected for triggers on new Twitter DM to work?

Currently, I’m getting this error in the source logs both for Twitter v2 apps and legacy standalone apps:

Error: You currently have access to Twitter API v2 endpoints and limited v1.1 endpoints only. If you need access to this endpoint, you may need a different access level. You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve
at Object.exports.makeTwitError (/var/task/node_modules/twit/lib/helpers.js:74:13)
at onRequestComplete (/var/task/node_modules/twit/lib/twitter.js:344:25)
at Request.<anonymous> (/var/task/node_modules/twit/lib/twitter.js:364:7)
at Request.emit (events.js:412:35)
at Gunzip.<anonymous> (/var/task/node_modules/request/request.js:1076:12)
at Object.onceWrapper (events.js:519:28)
at Gunzip.emit (events.js:400:28)
at endReadableNT (internal/streams/readable.js:1333:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)

My guess is that the component isn’t updated with the new v2 endpoints, but would like to get this confirm. If not, curious what the issue might be. If this is a known issue, are there any workarounds for this?

Hi @niklas,

Hi! It seems like you’re encountering an issue with the Twitter API access level. The error message suggests that you have access to Twitter API v2 endpoints and limited v1.1 endpoints only. The component might not be updated with the new v2 endpoints, which could be causing the issue.

To resolve this, you can try using the updated Twitter API v2 endpoints in your component. If you’re still experiencing issues or need further assistance, please visit https://pipedream.com/support for more support options. Pipedream offers a range of community support options, and advanced customers get access to email and community support. Business customers get a dedicated account rep and a Slack channel with the Pipedream team.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.

Hi @niklas, I think you’re facing the similar issue as the previous post you have posted. Our Pipedream component dev will take a look at it ASAP!

1 Like