Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an Error using tweets plugin #56

Closed
JayantGoel001 opened this issue Jan 12, 2021 · 2 comments
Closed

Getting an Error using tweets plugin #56

JayantGoel001 opened this issue Jan 12, 2021 · 2 comments

Comments

@JayantGoel001
Copy link
Contributor

image

Hey @lowlighter , I am getting this error.

@lowlighter
Copy link
Owner

Hello !

You're getting this error since the tweets plugin died and you enabled plugins_errors_fatal.

Below is the logs of the plugin:

metrics/compute/JayantGoel001/plugins > tweets > completed (error)
{
  name: 'tweets',
  result: {
    error: {
      message: 'API returned 401',
      instance: {
        title: 'Unauthorized',
        type: 'about:blank',
        status: 401,
        detail: 'Unauthorized'
      }
    }
  }
}

From what I see, it's a 401 (Unauthorized) HTTP code, which usually means the provided Twitter token is not valid.
Seems your ${{ secrets.TWITTER_TOKEN }} is at least non empty, but I suggest that you double-check it in case you added whitespace or forgot a character

@JayantGoel001
Copy link
Contributor Author

JayantGoel001 commented Jan 12, 2021

@lowlighter Ya It was error related to twitter API only now its working Great.
Thank a Lot

@lowlighter lowlighter changed the title Getting an Error Getting an Error using tweets plugin Feb 18, 2021
Repository owner locked and limited conversation to collaborators Feb 18, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

2 participants