NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 3 4 5 6 7 … 93 Next »
Media Browser Integration

 
  • 0 Vote(s) - 0 Average
Media Browser Integration
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#411
2014-03-10, 06:02 PM
Windows 8.1 screenshot...

http://mediabrowser3.com/community/uploa...nshot5.png
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#412
2014-03-10, 06:08 PM
lukemb3 Wrote:Windows 8.1 screenshot...

http://mediabrowser3.com/community/uploa...nshot5.png

That reminds me each time I click Live TV in MB3 that home screen gives me an error message that parameter Name is missing

Martin
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#413
2014-03-10, 06:15 PM
i'm pretty sure it's because you have a genre list on a program where one of the genre entries is an empty string. it should be fixed on both sides, ideally.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#414
2014-03-10, 06:38 PM
lukemb3 Wrote:i'm pretty sure it's because you have a genre list on a program where one of the genre entries is an empty string. it should be fixed on both sides, ideally.

Sorry some EPG source do not include genre, it's up to your end. I can fix it in the plugin though (which I consider your end too).

Martin
lukemb3
Offline

Member

Posts: 109
Threads: 1
Joined: Jul 2013
#415
2014-03-10, 06:42 PM
Yea the plugin is fine. But I don't mean an empty genre list. What I mean the list actually has an entry and it's an empty or whitespace string. So then in our recommended programs algorithm we look up more content based on the genre, and our other services throw an ArgumentNullException because they can't really do anything with it. So ideally, the plugin shouldn't include that value in the list.
Svekke
Offline

Member

Posts: 121
Threads: 7
Joined: Oct 2012
#416
2014-03-10, 09:04 PM
Which version is working? Your latest patch?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#417
2014-03-10, 09:39 PM
Svekke Wrote:Which version is working? Your latest patch?

Yes the one with mb-3.patch.

Mratin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#418
2014-03-10, 10:06 PM (This post was last modified: 2014-03-10, 10:32 PM by mvallevand.)
lukemb3 Wrote:If you go to advanced -> transcoding, enable transcoding debug logging and then repeat the test. then i'll pass the info onto our ffmpeg expert. just make sure to turn that log setting off after you're done because it will create huge logs.

Here are firefox, chrome and ie10 logs. ie10 gives an error invalid source and a popup, chromre only has one try but it starts in webm. It seems mp4 is the problem

edit took the oportunity to install ie11 same error as with ie10 (shown)

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#419
2014-03-10, 10:49 PM
lukemb3 Wrote:i'm pretty sure it's because you have a genre list on a program where one of the genre entries is an empty string. it should be fixed on both sides, ideally.

This call returns the error http://localhost:8096/mediabrowser/LiveT...e&limit=12 if it helps.

Code:
{

    "ResponseStatus": {
        "ErrorCode": "ArgumentNullException",
        "Message": "Value cannot be null.\r\nParameter name: name",
        "StackTrace": "[GetRecommendedPrograms: 10/03/2014 10:46:04 PM]:\n[REQUEST: {UserId:...,Limit:12,IsAiring:True}]\nSystem.ArgumentNullException: Value cannot be null.\r\nParameter name: name\r\n at MediaBrowser.Server.Implementations.Library.LibraryManager.GetItemByName[T](String path, String name)\r\n at MediaBrowser.Server.Implementations.Library.LibraryManager.GetGenre(String name)\r\n at MediaBrowser.Server.Implementations.LiveTv.LiveTvManager.<GetRecommendedPrograms>b__85(String i)\r\n at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()\r\n at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)\r\n at System.Linq.Enumerable.ToDictionary[TSource,TKey](IEnumerable`1 source, Func`2 keySelector, IEqualityComparer`1 comparer)\r\n at MediaBrowser.Server.Implementations.LiveTv.LiveTvManager.<GetRecommendedPrograms>d__97.MoveNext()",
        "Errors": [
            {
                "ErrorCode": "ArgumentNullException",
                "FieldName": "name",
                "Message": "Value cannot be null.\r\n"
            }
        ]
    }
}

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#420
2014-03-11, 12:37 AM
mvallevand Wrote:Yes the one with mb-3.patch.

Svekke I see you merged again but you keep backing out my changes ie forced downloading two years of data, changing the timer updates to do things they can't do, separating the open stream/close stream functions etc so now I'll just back off since this back & forth isn't going to work for me. I'll write up a list of what I think needs to be changed and you can work from there.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (56): « Previous 1 … 40 41 42 43 44 … 56 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Looking for C# UPnP Media Server code bgowland 5 7,776 2016-12-16, 08:25 PM
Last Post: mvallevand
  Media\Show Directory mvallevand 12 6,173 2014-07-02, 10:58 AM
Last Post: sub
  Media\Shows Metadata mvallevand 2 1,959 2013-05-22, 04:09 AM
Last Post: mvallevand
  Streaming media imilne 44 13,261 2012-12-14, 04:05 AM
Last Post: mvallevand
  SkyDrive Eplorer Integration Released.....also available for Mac and iPad UncleJohnsBand 0 1,495 2012-04-24, 01:06 AM
Last Post: UncleJohnsBand
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,970 2012-02-05, 10:29 AM
Last Post: bgowland
  Windows Media Connect - Storing stuff on a Home Server psycik 3 2,787 2009-09-29, 03:47 AM
Last Post: mvallevand
  Plugin notification of stopped media mvallevand 7 2,435 2009-08-19, 11:16 PM
Last Post: mvallevand
  GBPVR Media Events KingArgyle 1 1,625 2005-03-27, 07:12 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode