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
When the /api/call-upload endpoint is utilized, the sources field is not properly creating Units for units that have a tag value in the JSON.
I believe this is also not allowing imported tags in an upstream system to be sent to the downstream systems since the same /api/call-upload is used to send downstream.
I have very little experience in Go, but I was able to get it working by comparing what was being done in the /api/trunk-recorder-call-upload. Since I know you do not accept random PRs, I've linked to the comparison between my branch and your master branch.
When the
/api/call-upload
endpoint is utilized, thesources
field is not properly creating Units for units that have atag
value in the JSON.I believe this is also not allowing imported tags in an upstream system to be sent to the downstream systems since the same
/api/call-upload
is used to send downstream.I have very little experience in Go, but I was able to get it working by comparing what was being done in the
/api/trunk-recorder-call-upload
. Since I know you do not accept random PRs, I've linked to the comparison between my branch and your master branch.https://github.com/chuot/rdio-scanner/compare/master...tadscottsmith:rdio-scanner:unit-tag-fix?expand=1
The text was updated successfully, but these errors were encountered: