We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Turns out VLC uses old and buggy dkjson version, I opened an issue against VLC.
If you encounter videos mysteriously not playing, try adding latest version of dkjson to ~/.local/share/vlc/lua/modules/.
~/.local/share/vlc/lua/modules/
The text was updated successfully, but these errors were encountered:
c20b45f
I would seriously advise against using that. setlocale(3) is not thread-safe and, if os.setlocale is just a wrapper around the libc function, there is a chance of it seriously fucking up VLC.
os.setlocale
In worst case, you might get random crashes – much harder to debug than explicit decode errors.
If you really want to fix it, just download latest version of dkjson until code.videolan.org/videolan/vlc/-/merge_requests/3318 is merged.
Sorry, something went wrong.
No branches or pull requests
Turns out VLC uses old and buggy dkjson version, I opened an issue against VLC.
If you encounter videos mysteriously not playing, try adding latest version of dkjson to
~/.local/share/vlc/lua/modules/
.The text was updated successfully, but these errors were encountered: