You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
I have searched the Issues list for open and closed issues and believe this is a unique, currently unreported bug.
Describe the bug
A clear and concise description of what the bug is.
When exporting/importing the playlist, Vocal doesn't escape special symbols for XML files. Due to that problem, when importing, the interface will be blank (although from stdout there will be some output for all podcasts).
Then if restart vocal, other podcasts are fine, whereas the one with a problematic URL shows a exclaimer cover. Click it, vocal wil crash.
To Reproduce
Steps to reproduce the behavior:
Add an url with & or other symbols.
Export the playlist.
Import the playlist.
Restart Vocal.
Click on the cover with a problematic URL.
Expected behavior
' is replaced with '
" is replaced with "
& is replaced with &
< is replaced with <
> is replaced with >
Prerequisites
Describe the bug
A clear and concise description of what the bug is.
When exporting/importing the playlist, Vocal doesn't escape special symbols for XML files. Due to that problem, when importing, the interface will be blank (although from
stdoutthere will be some output for all podcasts).Then if restart vocal, other podcasts are fine, whereas the one with a problematic URL shows a exclaimer cover. Click it, vocal wil crash.
To Reproduce
Steps to reproduce the behavior:
&or other symbols.Expected behavior
Screenshots or screen recordings
Logs
Platform Information
Please share as many of the following details as possible:
Please check the applicable option below:
Additional context