[Bug]: Errors when going to playlist page
Closed this issue · 5 comments
Guidelines
- I have encountered this bug in the latest release of FreeTube.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
- I have searched the documentation for information that matches the description of the bug I want to file, without success.
Describe the bug
Wanted to test all the new things u committed but i'm getting errors while trying to load the playlist page. I'll guess i hold off testing the rest until this is fixed.
VirtualBoxVM_SISVMtaMR2.mp4
Expected Behavior
No errors and i would like to see my playlists again
Issue Labels
content not loading
FreeTube Version
Operating System Version
Win10 22H2
Installation Method
.exe
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
- I have encountered this bug in the latest nightly build.
Could be corrupted playlist object saved (without playlistName
)
Updated to ensure such property exists on reading
Errors are gone but i do see this
VirtualBoxVM_G3U6UiQcqz.mp4
I added code to ensure playlistName
exists
I guess this is due to old playlist objects are using another property?
Let me check ._.
OK my exported playlist (from dev not this branch) has playlistName
So I need you to debug or find out whether the playlists are having playlist name in another property, or have no name at all
If former I need to make the code pick fallback values from that older property first
I couldnt replicate this behavior anymore so i guess LGTM?