This message was deleted.
# helpdesk
s
This message was deleted.
f
There has been a change in that API. But, go server sdk 1.0.11 is not using that version of the NACK module code. Which project are you building? Looks like your deps picked a version of
mediatransportutil
that has the NACK API change, but server-sdk-go is on a version that is older and hence not working. Can you update
server-sdk-go
to the top of the tree and try?
d
The project is a remote learning system that I'm writing using livekit go server sdk. here is the log of "go get -u" command : go: upgraded github.com/livekit/mediatransportutil v0.0.0-20230326055817-ed569ca13d26 => v0.0.0-20230612070454-d5299b956135 go: upgraded github.com/livekit/protocol v1.5.6 => v1.5.8-0.20230601212100-a186ecb11a98 go: upgraded github.com/livekit/psrpc v0.3.0 => v0.3.1 go: upgraded github.com/livekit/server-sdk-go v1.0.10 => v1.0.11
f
Yeah, that is due to the
mediatransportutil
version getting updated. I will tag the server sdk now to pick up the change and you can try updating again. Will update once I tag.
👍 1
Can you try again? Just tagged v1.0.12
d
the "go get -u" command got nothing new 😞
hmm... manually updated to 1.0.12 and now it fixed but go get -u command won't get that , interesting ....
Thanks btw ...
f
Will check on that @dry-farmer-50272. Glad that you are unblocked.