shinysdr icon indicating copy to clipboard operation
shinysdr copied to clipboard

Frequency database doesn't always load fully

Open kpreid opened this issue 6 years ago • 2 comments

Sometimes some frequency databases' content is missing in the spectrum view, and reloading helps.

I haven't dug into this yet, but it probably has to do with JS database objects' change notifications.

kpreid avatar Feb 10 '19 18:02 kpreid

I noticed that a reload clears it up!

But only to find out that new database entrys are not retained after i kill the program. After adding a few entrys for aprs and ATC, they are gone!? I havent chased down the bug. when we add a new entry in the web ui, is it amending one of the db or starting a new one?

mathisono avatar Feb 12 '19 06:02 mathisono

@mathisono To get entries saved, you need to config.databases.add_writable_database as described in the manual. However, you made me notice that this is a terrible new user experience, so I'll look into fixing that (#129).

kpreid avatar Feb 12 '19 14:02 kpreid