archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Getting "failed to get data from server" error when pasting a PV with a glob #116

Open AbdallaDalleh opened 3 years ago

AbdallaDalleh commented 3 years ago

On the archive viewer, if you press "Add PV" and then past a correct PV name, the viewer fetches data from the server immediately. But when you paste a glob, I notice the error on the browser's console. When you select a PV to be added on the viewer and notice the logs, all the requests sent to the server contains the glob expression not the PV you selected. The good thing is, none of this happens if you type the PV name even the glob expressions, only happening on a paste operation.