example doesnt work
mason-rogers opened this issue · 3 comments
mason-rogers commented
the example you provided in the examples/ folder doesn't work, after correcting the port to the default one on lavalink to 2333 for both ws and http. It gives me an error related to strconv.
strconv.Atoi: parsing "": invalid syntax
This is caused by node.go when it tried to get the version from the Lavalink-Major-Version
header, any clue when this can be fixed because I kinda ned it for a project rn...
tyhi commented
#4 will fix this when merged. You could also use his fork until then if you need it right away. https://github.com/zekroTJA/gavalink
mason-rogers commented
any idea when it will be merged