You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a hard time debugging the program not working in Cron. It was reporting zero items for any feed/twitter account. It was because the ~/.config/bin isn't in PATH when running from Cron, but no error was telling the fact that it couldn't find twint
Please handle errors and throw them when subprocess.run has an error.
The text was updated successfully, but these errors were encountered:
I had a hard time debugging the program not working in Cron. It was reporting zero items for any feed/twitter account. It was because the
~/.config/bin
isn't in PATH when running from Cron, but no error was telling the fact that it couldn't findtwint
Please handle errors and throw them when subprocess.run has an error.
The text was updated successfully, but these errors were encountered: