futuresboard icon indicating copy to clipboard operation
futuresboard copied to clipboard

Trading history persisting between account changes

Open RobertAgee opened this issue 2 years ago • 1 comments

Describe the problem Trading history persisting between account changes

To Reproduce If I change api keys and delete futures.db, the data from the old accounts are still visible in the dashboard, even after rebooting the server. I have tried this with different browsers and the behavior exists across them as well. Where are the files being stored locally so I can delete them between accounts?

Expected behaviour I would expect the dashboard to be fresh.

Device (please complete the following information):

  • OS: Windows
  • Browser: Edge, Librewolf

RobertAgee avatar Apr 13 '23 01:04 RobertAgee

Hi, thanks for the report!

Deleting futures.db and then re-running the scraper should wipe everything from the dashboard. Failing that it could be using a copy from inside the /build/ directory.

I assume this is with the main/ v1 branch of futuresboard? If it's with v2 then please let me know so I can try to reproduce while working on it.

ecoppen avatar Apr 15 '23 12:04 ecoppen