We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created a xml notifier file with scdispatch:
scdispatch
scdispatch -i event.xml -O merge --create-notifier > notifier.xml
When I try to apply the changes with scdb, it fails in reading the notifier.xml file:
scdb
$scdb -i notifier.xml Parsing file 'notifier.xml'... Error: no valid object found in file 'notifier.xml'
The issue is on Seiscomp 5. If I try to run scdb with Seiscomp 6 (same input file) it works.
Do you know already what can be the source of the issue? Was there a commit for this particular error? I would like to backport the fix.
The text was updated successfully, but these errors were encountered:
I have backported the fix, see deb4289. Give it a try and we will release a new 5 version.
Sorry, something went wrong.
Thank you @gempa-jabe the fix works!
Released with 5.5.18.
No branches or pull requests
I created a xml notifier file with
scdispatch
:When I try to apply the changes with
scdb
, it fails in reading the notifier.xml file:The issue is on Seiscomp 5. If I try to run scdb with Seiscomp 6 (same input file) it works.
Do you know already what can be the source of the issue? Was there a commit for this particular error? I would like to backport the fix.
The text was updated successfully, but these errors were encountered: