lighttube-org/LightTube

[Error] Can't Open Playlist

NoxStellans opened this issue · 0 comments

Describe what happened

I have two playlists in my library. One works fine, but the other keeps giving me an error message whenever I try to open it. I'm not sure of the cause.

Instance URL

https://tube.kuylar.dev

LightTube & InnerTube versions

2023.6.27 / 1.0.21.0

Resource path

https://tube.kuylar.dev/playlist?list=LT-PL5e7oxCmIdHClJeVK8Z4

Language & region

en-GB_AU

Stack trace

Newtonsoft.Json.JsonReaderException: After parsing a value an unexpected character was encountered: A. Path 'title.runs[0].text', line 1, position 211.
at Newtonsoft.Json.JsonTextReader.ParsePostValue(Boolean ignoreComments)
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Linq.JContainer.ReadContentFrom(JsonReader r, JsonLoadSettings settings)
at Newtonsoft.Json.Linq.JContainer.ReadTokenFrom(JsonReader reader, JsonLoadSettings options)
at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader, JsonLoadSettings settings)
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings)
at LightTube.Database.PlaylistManager.GetPlaylistVideos(String id, Boolean editable) in /src/LightTube/Database/PlaylistManager.cs:line 34
at LightTube.Contexts.PlaylistContext..ctor(HttpContext context, DatabasePlaylist playlist) in /src/LightTube/Contexts/PlaylistContext.cs:line 83
at LightTube.Controllers.YoutubeController.Playlist(String list, String continuation) in /src/LightTube/Controllers/YoutubeController.cs:line 229
--- End of stack trace from previous location ---
--- End of stack trace from previous location ---

Notes

No response