SoMuchForSubtlety / f1viewer

🏎️ TUI for F1TV
GNU General Public License v3.0
754 stars 66 forks source link

[NEW FEATURE] Show have a "Refresh" option so we can get ride of the Live Session when it ends #56

Closed balexandre closed 4 years ago

balexandre commented 4 years ago

When a live session ends, it will stay there forever as it does not re-fetch the data... maybe adding a Refresh item to the end of the menu? or keep pooling every minute?

for now Ctrl + C and run again will do the trick 😉👌

LsHallo commented 4 years ago

In your config.json located in %appdata%\f1viewer (windows) or ~/.config/f1viewer (linux) there is the line "live_retry_timeout": 60, You can configure this line but f1viewer will check for a live session every 60s with the default config. You can also see on the right in the log when the check happens. Maybe you disabled the check?

Also described in Readme.md: live_retry_timeout is the interval f1viewer looks for a live F1TV session seconds

balexandre commented 4 years ago

missed that! 🤦‍♂️

please close the issue 😊✌

LsHallo commented 4 years ago

You have the power to close the issue right next to the comment button.