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
Describe the bug
When trying to load a different rrd file with the same application_id as the current one, nothing happens. (both by drag and drop, and by using the load dialog).
Opening from the terminal starts a separate Rerun instance, which I think is good.
tldr: Both rrd files actually have the same application id and recording id because in Python, recording id is set to authkey() by default which is random but constant per process
Describe the bug
When trying to load a different rrd file with the same application_id as the current one, nothing happens. (both by drag and drop, and by using the load dialog).
Opening from the terminal starts a separate Rerun instance, which I think is good.
To Reproduce
Create two rrd files
Drag and drop one of the two files into the viewer (rrd file shows up).
Drag and drop the other file into the viewer (-> nothing changes).
Expected behavior
Open the new rrd file. Showing both in the list of recent recordings.
Rerun version
The text was updated successfully, but these errors were encountered: