Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

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

Open
Mikeac94 opened this issue Feb 27, 2020 · 8 comments

Comments

@Mikeac94
Copy link

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
Copy link
Author

@jcipriano

@mkgareja
Copy link

getting same error

any update @Mikeac94

@andypiper
Copy link
Collaborator

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

@aran-arunakiri
Copy link

same issue

@andypiper
Copy link
Collaborator

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

@gauloics
Copy link

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
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants