This update primarily addresses a few recent bugs. Mainly, it includes a partial fix for issue #35. For self hosted users and those using the desktop application, this issue is now resolved. However, the live site is still currently broken due to this issue and is still being investigated.
As mentioned in the issue itself, the current CORS proxy does not allow cookies to be sent or received through it. This essentially blocks requests containing the needed playerToken cookie from going through which is vital during playback. I'll see if I can come up with some alternatives. However, at the moment this may be the end of the live site. Refer to the top of the README file for updates
This update primarily addresses a few recent bugs. Mainly, it includes a partial fix for issue #35. For self hosted users and those using the desktop application, this issue is now resolved. However, the live site is still currently broken due to this issue and is still being investigated.
As mentioned in the issue itself, the current CORS proxy does not allow cookies to be sent or received through it. This essentially blocks requests containing the needed
playerToken
cookie from going through which is vital during playback. I'll see if I can come up with some alternatives. However, at the moment this may be the end of the live site. Refer to the top of the README file for updates