Error 401 with tweets plugin #142
-
Hey @lowlighter , I am getting this error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello ! You're getting this error since the tweets plugin died and you enabled Below is the logs of the plugin:
From what I see, it's a 401 (Unauthorized) HTTP code, which usually means the provided Twitter token is not valid. |
Beta Was this translation helpful? Give feedback.
-
@lowlighter Ya It was error related to twitter API only now its working Great. |
Beta Was this translation helpful? Give feedback.
Hello !
You're getting this error since the tweets plugin died and you enabled
plugins_errors_fatal
.Below is the logs of the plugin:
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