Odysee URL needs full channel identifier
#15
Closed
opened 6 months ago by jamesapyrich
·
2 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The canonical Odysee URLs have the first character of the ID after the identifiers. Omitting this for the video slug appears to be OK, but this is required for the channel.
The LS scheduler is emitting the channel as
@freedomain
but it should be@freedomain:b
. The URLs currently being generated are not working.Ah, darn. I was hoping i could grab the URL base from the Upload page so i wouldn't have to hardcode it, but it doesn't show the whole channel ID.
Alright, fixed in latest release. :)