Open william-stearns opened 2 months ago
Possibly relevant issue: https://github.com/charmbracelet/bubbletea/issues/761
There appears to be a workaround by using the "screen" utility's ability to provide a (detachable) terminal. Instead of running "rita import ...." one can run "screen -S importer -d -m rita import ....". (Tested by CB)
Rita (happens to be 5.0.7) runs fine when it's on an actual logged-in terminal. When run in the background, perhaps as a cron job, one gets the following errors:
(reported by SL and CB). We confirmed that the same command ran fine and finished importing when run on an ssh connection.
It's not clear to me whether the "cancelling SSL connection linking", "unable to link open ssl connections" is related to this or not.