achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.94k stars 264 forks source link

Tab cycle through groups ramdomly stops working #224

Closed ajgringo619 closed 2 years ago

ajgringo619 commented 2 years ago

Describe the bug After running ticker for a while, the tab cycling stops functioning.

To Reproduce Steps to reproduce the behavior:

  1. Start ticker with gnome-terminal --hide-menubar --maximize --title="Portfolio Tracker" -- ticker --config /home/ajgringo619/.config/ticker/ticker.yaml
  2. Use PC for a while
  3. Switch back to ticker's workspace and try to see all of my groups

Expected behavior Tab should always go to the next group.

Environment (please complete the following information):

Additional context I have also tried v4.5.2, there is no change.

ajgringo619 commented 2 years ago

This seems to be directly related to delays in getting updated info from Yahoo. I have ticker scheduled to grab new data every 20 seconds. When the last glitch happened, the update was stuck about 2 minutes earlier; this seems to fix itself when the update finally completed.