KennethCheng
Published on 2025-09-16 / 4 Visits
0
0

TinyMediaManager docker报错

添加媒体库时,报以下错误

Malformed input or input contains unmappable characters

这是由于基础镜像不支持中文的原因造成的,需要安装配置中文

安装命令

apt-get install locales
dpkg-reconfigure locales

选择中文

image.png|500

退出

image.png|500

添加媒体库

现在就可以正常添加媒体库了
image.png|500


Comment