Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MovieGrabber - xml and discussion

Featured Replies

hi eroz, had a quick scan around for you and found somebody specifying the following in their dockerfile when using the phusion base image:-

 

# Set correct environment variables.
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8

# set sane locale
RUN locale-gen en_US.UTF-8

 

might be worth a go, i use something similar in my arch linux based dockerfiles.

hi eroz, had a quick scan around for you and found somebody specifying the following in their dockerfile when using the phusion base image:-

 

# Set correct environment variables.
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8

# set sane locale
RUN locale-gen en_US.UTF-8

 

might be worth a go, i use something similar in my arch linux based dockerfiles.

Thanks binhex! I'll give that a try and add it to the docker. I was going crazy trying to figure it out since since Google kept saying it had to do with UTF-8 and I kept checking my dockerfile and it was set inside of it.

hehe, no probs, my heart sinks when i see encode/decode issues, especially in python, it's a bitch to sort out as python 2 defaults to ascii char set, python 3 is utf8 though by default so less chance of decode/encode issues, but what your seeing is def NOT related to python (my code) and is all to do with locale in the docker image :-), i hope it fixes it for you, if it does i strongly encourage you to nudge needo and check he is setting this and if not then i would advise he should set it in all his dockerfiles cos sooner or later there will be an app installed that requires it is set correctly.

hehe, no probs, my heart sinks when i see encode/decode issues, especially in python, it's a bitch to sort out as python 2 defaults to ascii char set, python 3 is utf8 though by default so less chance of decode/encode issues, but what your seeing is def NOT related to python (my code) and is all to do with locale in the docker image :-), i hope it fixes it for you, if it does i strongly encourage you to nudge needo and check he is setting this and if not then i would advise he should set it in all his dockerfiles cos sooner or later there will be an app installed that requires it is set correctly.

That did the trick. I'm now up and running!  Thanks binhex!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.