-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Note: There was an issue for this but has been closed already through lack of feedback (#73)
Unraid docker fails to install citing the above error.
"Error: failed to register layer: open /defaults/ini/siteini.pack/International/sat.tv.channels.13?E. Arabesque.xml: invalid or incomplete multibyte or wide character"
Expected Behavior
Should install with no issues.
Steps To Reproduce
Installing docker for the first time on Unraid 7.2.0
Environment
- OS: Unraid 7.2.0
- Community Apps - webgrabplus via GUI
ZFS cache with exclusive shares
Change MAC to something other than zeroes.
Added a TZ variable set to Europe/London
I am using a ZFS cache setup with exclusive shares on Unraid. Datasets are in use for \appdata and each individual 'child' install , i.e. \webgrabplus .
ZFS is set to UTF8ONLY=On and I manaully created the webgrabplus to also have normalization set to formD. Note, I had originally installed with a dataset with normalization = none, but the chnage did not alter the resulting error.CPU architecture
x86-64
Docker creation
<?xml version="1.0"?>
<Container version="2">
<Name>webgrabplus</Name>
<Repository>lscr.io/linuxserver/webgrabplus</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/webgrabplus</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-webgrabplus/issues/new/choose</Support>
<Project>https://www.webgrabplus.com</Project>
<Overview>Webgrabplus(https://www.webgrabplus.com) is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.</Overview>
<Category>Downloaders: Tools:Utilities</Category>
<WebUI/>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/webgrabplus.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webgrabplus-logo.png</Icon>
<ExtraParams>--hostname=webgrabplus --mac-address=A3:99:7B:51:7E:D3</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1762460234</DateInstalled>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<Requires/>
<Config Name="Path: /data" Target="/data" Default="" Mode="rw" Description="Where webgrabplus should store it's data files." Type="Path" Display="always" Required="true" Mask="false">/mnt/zfs_cache/appdata/webgrabplus/data</Config>
<Config Name="Time Zone" Target="TZ" Default="Europe/London" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">Europe/London</Config>
<Config Name="Appdata" Target="/config" Default="/mnt/zfs_cache/appdata/webgrabplus" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" Required="true" Mask="false">/mnt/zfs_cache/appdata/webgrabplus</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="{3}" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="{3}" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">100</Config>
<Config Name="UMASK" Target="UMASK" Default="022" Mode="{3}" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">022</Config>
<TailscaleStateDir/>Container logs
No container - won't install at all.Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done