On Tue, Jan 21, 2020 at 12:33:16AM +0100, Nathan Cutler wrote: > This is probably a question for David Galloway (?) > > Did Redmine get updated recently? (Like, very recently?) Up until, well, > very recently (yesterday?) curl commands like the following were producing > meaningful output even on issues that have no relations (43725 has one): > > curl --silent 'https://tracker.ceph.com/issues/43725.json?include=relations' | jq '.issue.relations[]' > > Now it produces an error: > > jq: error (at <stdin>:0): Cannot iterate over null (null) > > Maybe that is related to fact that the following curl command is not producing > any output, even though issue 43725 has relations: > > curl --silent 'https://tracker.ceph.com/issues/43725/relations.json' > The problem is gone now. Something transient. Thanks, Dan, for looking at it. Nathan _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx