Jump to content

"System IO Compression" Error


mankls

Recommended Posts

mankls

Hello,

i tried to set up my emby server on a vps (lxc). I get the following Error in log:

2021-06-16 07:36:31.726 Error LiveTV: Error getting channels
	*** Error Report ***
	Version: 4.6.2.0
	Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffdetect /opt/emby-server/bin/ffdetect -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
	Operating system: Linux version 5.4.101-1-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.4.101-1 (Fri, 26 Feb 2021 13:13:09 +0100)
	Framework: .NET Core 3.1.13
	OS/Process: x64/x64
	Runtime: opt/emby-server/system/System.Private.CoreLib.dll
	Processor count: 4
	Data path: /var/lib/emby
	Application path: /opt/emby-server/system
	System.IO.InvalidDataException: System.IO.InvalidDataException: The archive entry was compressed using an unsupported compression method.
	   at System.IO.Compression.Inflater.Inflate(FlushCode flushCode)
	   at System.IO.Compression.Inflater.ReadInflateOutput(Byte* bufPtr, Int32 length, FlushCode flushCode, Int32& bytesRead)
	   at System.IO.Compression.Inflater.ReadOutput(Byte* bufPtr, Int32 length, Int32& bytesRead)
	   at System.IO.Compression.Inflater.InflateVerified(Byte* bufPtr, Int32 length)
	   at System.IO.Compression.DeflateStream.FinishReadAsyncMemory(ValueTask`1 readTask, Memory`1 buffer, CancellationToken cancellationToken)
	   at System.IO.StreamReader.ReadBufferAsync(CancellationToken cancellationToken)
	   at System.IO.StreamReader.ReadLineAsyncInternal()
	   at Emby.LiveTV.TunerHosts.M3uParser.GetChannels(TextReader reader, String channelIdPrefix, String tunerHostId)
	   at Emby.LiveTV.TunerHosts.M3uParser.Parse(String url, String userAgent, String channelIdPrefix, String tunerHostId, CancellationToken cancellationToken)
	   at Emby.LiveTV.TunerHosts.M3UTunerHost.GetChannelsInternal(TunerHostInfo info, CancellationToken cancellationToken)
	   at Emby.LiveTV.TunerHosts.BaseTunerHost.GetChannels(TunerHostInfo host, CancellationToken cancellationToken)
	   at Emby.LiveTV.TunerHosts.BaseTunerHost.GetChannels(TunerHostInfo host, CancellationToken cancellationToken)
	   at Emby.LiveTV.EmbyTV.GetTunerChannelsAsync(CancellationToken cancellationToken)
	Source: System.IO.Compression
	TargetSite: ErrorCode Inflate(FlushCode)

How can I solve this ?

Thanks ...

Link to comment
Share on other sites

The m3u url might be using a type of compression that we don't currently support. If you can PM me the url, then I'll test it out. Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...