Issue with getting Multicast Downlink Queue

Hi,

When executing the API call to get the downlink queue of a multicast group, I am faced with an Unauthroised error. The same JWT token is used as the one for POSTing to the queue.

Example of the CURL request:
curl -X GET --header ‘Accept: application/json’ --header ‘Grpc-Metadata-Authorization: Bearer REMOVED’ ‘https://XXX/api/multicast-groups/4600fcf2-e800-47ee-9159-3957a9f675c8/queue

Response Body:
{“error”:“authentication failed: validator func error: select error: pq: syntax error at end of input”,“message”:“authentication failed: validator func error: select error: pq: syntax error at end of input”,“code”:16,“details”:[]}

Cheers,
Tom

@brocaar Could you advise please?

Sorry about that, this has been fixed in: https://github.com/brocaar/lora-app-server/commit/4d87bf57a646927905a5d2ae039ead67f1f99d0d

2 Likes

Brilliant thank you @brocaar that is working now!