account-activity-dashboard icon indicating copy to clipboard operation
account-activity-dashboard copied to clipboard

I try and add a webhook using the gui, but get an error response for CRC, need help

Open Mikeac94 opened this issue 5 years ago • 8 comments

I get this error => Non-200 response code during CRC GET request (i.e. 404, 500, etc). I want to know how can i get the crc token and then register my webhook

Mikeac94 avatar Feb 27 '20 15:02 Mikeac94

@jcipriano

Mikeac94 avatar Feb 27 '20 15:02 Mikeac94

getting same error

any update @Mikeac94

mkgareja avatar Sep 21 '20 12:09 mkgareja

Hello. Have you listed your callback URL on the developer dashboard? where are you seeing this error?

andypiper avatar Sep 23 '20 00:09 andypiper

same issue

aran-arunakiri avatar Mar 09 '21 18:03 aran-arunakiri

Where are you seeing the error, and what are you seeing in the console for the dashboard application?

andypiper avatar Mar 15 '21 17:03 andypiper

At first I also experienced it if I did in IDE default browser, then it works when I open it using the device's browser. But unfortunately this does not work to add subscriptions, always fails on GUI. But still working with scripts.

this is the error code

Error: Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings at Strategy.parseErrorResponse (/home/runner/account-activity-dashboard/node_modules/passport-twitter/lib/strategy.js:206:12) at Strategy.OAuthStrategy._createOAuthError (/home/runner/account-activity-dashboard/node_modules/passport-oauth1/lib/strategy.js:405:16) at /home/runner/account-activity-dashboard/node_modules/passport-oauth1/lib/strategy.js:252:41 at /home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:543:17 at passBackControl (/home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:397:13) at IncomingMessage. (/home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:409:9) at IncomingMessage.emit (events.js:326:22) at endReadableNT (_stream_readable.js:1241:12) at processTicksAndRejections (internal/process/task_queues.js:84:21)

gauloics avatar Aug 28 '21 03:08 gauloics

At first I also experienced it if I did in IDE default browser, then it works when I open it using the device's browser. But unfortunately this does not work to add subscriptions, always fails on GUI. But still working with scripts.

this is the error code

Error: Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings at Strategy.parseErrorResponse (/home/runner/account-activity-dashboard/node_modules/passport-twitter/lib/strategy.js:206:12) at Strategy.OAuthStrategy._createOAuthError (/home/runner/account-activity-dashboard/node_modules/passport-oauth1/lib/strategy.js:405:16) at /home/runner/account-activity-dashboard/node_modules/passport-oauth1/lib/strategy.js:252:41 at /home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:543:17 at passBackControl (/home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:397:13) at IncomingMessage. (/home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:409:9) at IncomingMessage.emit (events.js:326:22) at endReadableNT (_stream_readable.js:1241:12) at processTicksAndRejections (internal/process/task_queues.js:84:21)

all URLs are registered on the twitter dev portal correctly, because it works if run with a script, only the GUI is the problem

gauloics avatar Aug 28 '21 03:08 gauloics

At first I also experienced it if I did in IDE default browser, then it works when I open it using the device's browser. But unfortunately this does not work to add subscriptions, always fails on GUI. But still working with scripts.

this is the error code

Error: Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings at Strategy.parseErrorResponse (/home/runner/account-activity-dashboard/node_modules/passport-twitter/lib/strategy.js:206:12) at Strategy.OAuthStrategy._createOAuthError (/home/runner/account-activity-dashboard/node_modules/passport-oauth1/lib/strategy.js:405:16) at /home/runner/account-activity-dashboard/node_modules/passport-oauth1/lib/strategy.js:252:41 at /home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:543:17 at passBackControl (/home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:397:13) at IncomingMessage. (/home/runner/account-activity-dashboard/node_modules/oauth/lib/oauth.js:409:9) at IncomingMessage.emit (events.js:326:22) at endReadableNT (_stream_readable.js:1241:12) at processTicksAndRejections (internal/process/task_queues.js:84:21)

this happened after npm audit fix because after installation there is a warning Screenshot_2021-08-28-23-13-55-82

gauloics avatar Aug 28 '21 17:08 gauloics