Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

123
Views
Twitter filtered stream operational disconnects

I've created a discord bot that runs on a raspberry pi 4, which shares tweets from specific users. The stream part of the code is inspired by this one:

https://github.com/bradtraversy/real-time-tweet-stream

I’m listening to a filtered stream and get operational disconnects every now and then. The exact error message is:

{
errors: [
{
title: ‘operational-disconnect’,
disconnect_type: ‘UpstreamOperationalDisconnect’,
detail: ‘This stream has been disconnected upstream for operational reasons.’,
type: ‘link removed for forum rules’
}
]
}

Everytime I get this error, my bot is offline from the stream (but still online on discord) and I have to restart the bot manually in order to reconnect to the stream. Is there a way to prevent this kind of error, and if not, to automatically restart the stream when it get errors?

Thank you!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I think I've found the error. It's not in the code. I'm using screen in order to open many terminal windows when I'm connected via ssh from another computer.

I wanted to be able to close the terminal (and the ssh connection) without ending the js script. I've google it and found screen but it seems to have some problems.

When I stay connected with my other computer and don't close ssh, it's not getting operational disconnects.

So now the question is why it's getting those operational disconnects when I put the terminal running the script in background using screen?

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!