t0mer / broadlinkmanager-docker

Broadlink Manager is a python based project that allows you to contorol your broadlink devices. Discover, Leran and send command in a very easy way
Apache License 2.0
261 stars 56 forks source link

Getting BrokenFilesystemWarning error #31

Open ghost opened 3 years ago

ghost commented 3 years ago

When using the docker on Ubuntu and/or QNAP NAS and clicking on "Learn IR Code", I get the following message:

BrokenFilesystemWarning: Detected a misconfigured UNIX filesystem: Will use UTF-8 as filesystem encoding instead of 'ascii'
BrokenFilesystemWarning,

The Dockerfile says: ENV PYTHONIOENCODING=utf-8

But does that work?