Jump to content

Tuner not available?


carljames

Recommended Posts

carljames

Hi I have an m3u setup in EMBY along with guide data and it works awesome for hours and then I get the "tuner not available" error. I have to manually restart EMBY and sometimes reboot the server and it seems to fix this issue for a little while? I've tried cutting on/off transcoding. Any help guys and thanks in advance

Link to comment
Share on other sites

carljames

I enabled log debugging if you'd like to have a look...and I'm using the Android apple Roku and web versions of emby. The server is running remote on linux

Edited by carljames
Link to comment
Share on other sites

maegibbons

Yes attach the FULL emby log.

 

I may be wrong and I forget where i saw it but feel there may be an issue on the Roku if you dont back out of a stream correctly - like pressing the home key.

 

The roku app cannot detect it and hence the stream is not stopped on ths erver for a while.

 

Krs

 

Mark

Link to comment
Share on other sites

  • 3 weeks later...
carljames

Hi sorry ittook so long. I believe this is the issue

 

 

2018-10-17 08:31:30.591 Info HttpServer: HTTP Response 404 to 45.49.57.9. Time: 1ms. http://148.72.152.143:8096/emby/Items/30e5a9491d7260f202d87e70610068bc/Images/Primary?Accept=webp&PercentPlayed=11&EnableImageEnhancers=true&MaxHeight=300&Tag=10c4a58b1e74ea6a4a8096f5a353c0de

2018-10-17 08:31:31.051 Info HttpServer: HTTP POST http://148.72.152.143:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; AFTT Build/LVY48F)

2018-10-17 08:31:31.052 Info HttpServer: HTTP Response 204 to 73.232.255.122. Time: 1ms. http://148.72.152.143:8096/emby/Sessions/Playing/Progress

2018-10-17 08:31:31.252 Info HttpServer: HTTP POST http://148.72.152.143:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 5.1.1; AFTT Build/LVY48F)

2018-10-17 08:31:31.253 Info HttpServer: HTTP Response 204 to 73.232.255.122. Time: 1ms. http://148.72.152.143:8096/emby/Sessions/Playing/Progress

2018-10-17 08:31:31.506 Info HttpServer: HTTP GET http://148.72.152.143:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Linux; Android 8.0.0; VS988 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36

2018-10-17 08:31:31.507 Info HttpServer: HTTP Response 200 to 24.216.112.209. Time: 1ms. http://148.72.152.143:8096/emby/system/info/public

2018-10-17 08:31:31.586 Info HttpServer: HTTP GET http://148.72.152.143:8096/emby/System/Info. UserAgent: Mozilla/5.0 (Linux; Android 8.0.0; VS988 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36

2018-10-17 08:31:31.591 Info HttpServer: HTTP GET http://emby2.ddns.net:8096/emby/system/info/public. UserAgent: Mozilla/5.0 (Linux; Android 8.0.0; VS988 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Safari/537.36

2018-10-17 08:31:31.591 Info HttpServer: HTTP Response 200 to 24.216.112.209. Time: 0ms. http://emby2.ddns.net:8096/emby/system/info/public

2018-10-17 08:31:32.088 Info HttpServer: HTTP GET http://148.72.152.143:8096/emby/Items/30e5a9491d7260f202d87e70610068bc/Images/Primary?Accept=webp&PercentPlayed=11&EnableImageEnhancers=true&MaxHeight=300&Tag=10c4a58b1e74ea6a4a8096f5a353c0de. UserAgent: Dalvik/2.1.0 (Linux; U; Android 8.0.0; SHIELD Android TV Build/OPR6.170623.010)

2018-10-17 08:31:32.089 Error HttpServer: Error processing request

*** Error Report ***

Version: 3.5.3.0

Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb

Operating system: Unix 4.15.0.29

64-Bit OS: True

64-Bit Process: True

User Interactive: True

Processor count: 16

Program data path: /var/lib/emby

Application directory: /opt/emby-server/system

MediaBrowser.Common.Extensions.ResourceNotFoundException: Item 30e5a9491d7260f202d87e70610068bc not found.

at MediaBrowser.Api.Images.ImageService.GetImage(ImageRequest request, Guid itemId, BaseItem item, Boolean isHeadRequest)

at Emby.Server.Implementations.Services.ServiceExecGeneral.Execute(Type serviceType, IRequest request, Object instance, Object requestDto, String requestName)

at Emby.Server.Implementations.Services.ServiceController.Execute(HttpListenerHost appHost, Object requestDto, IRequest req)

at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, ILogger logger, String operationName, CancellationToken cancellationToken)

at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)

MediaBrowser.Common.Extensions.ResourceNotFoundException

at MediaBrowser.Api.Images.ImageService.GetImage(ImageRequest request, Guid itemId, BaseItem item, Boolean isHeadRequest)

at Emby.Server.Implementations.Services.ServiceExecGeneral.Execute(Type serviceType, IRequest request, Object instance, Object requestDto, String requestName)

at Emby.Server.Implementations.Services.ServiceController.Execute(HttpListenerHost appHost, Object requestDto, IRequest req)

at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost appHost, IRequest httpReq, IResponse httpRes, ILogger logger, String operationName, CancellationToken cancellationToken)

at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)

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...