Git Product home page Git Product logo

Comments (4)

josh-gaby avatar josh-gaby commented on June 12, 2024

@themurderlator I've added some more checks and some debugging, can you grab the latest code and try running against the library/database that failed before but with the following initializer:
plex_mapper = plexmovieagentmapper.mapper.PlexMovieAgentMapper(plex_db=plex_db_path, debug=True)

There will be a lot of output but it should help figure out what is causing the particular show you matched against to not match properly.

from python-plexmovieagentmapper.

themurderlator avatar themurderlator commented on June 12, 2024

@themurderlator I've added some more checks and some debugging, can you grab the latest code and try running against the library/database that failed before but with the following initializer:
plex_mapper = plexmovieagentmapper.mapper.PlexMovieAgentMapper(plex_db=plex_db_path, debug=True)

There will be a lot of output but it should help figure out what is causing the particular show you matched against to not match properly.

Well shit.. I totally forget that I had one show using the TVMaze Agent for testing. After deleting the show it's now working as expected.
2020-11-03 14:08:22,317 INFO:Agent not matched TV series (com.plexapp.agents.tvmaze://1597?lang=en)

Not sure if it would make sense to have support for additional agents or just ignore unknown agents? I'm sure there are quite a few people out there who use specific agents for certain shows.

Thank you for the quick reply and fix and I really appreciate it as this has made my dynamic libraries fully functional again.

from python-plexmovieagentmapper.

josh-gaby avatar josh-gaby commented on June 12, 2024

I was just think that I should do something about other agents, not sure what yet but its definitely something to add.

The fix I put up "should" have made it work with your TVMaze show in place, it wouldn't have matched it but it should have continued as if it wasn't there (essentially ignoring it as you suggested), did it throw a new error or was it failing exactly the same way as previously?

from python-plexmovieagentmapper.

themurderlator avatar themurderlator commented on June 12, 2024

This was all that I saw when I ran the commands before you added the fix.

2020-11-03 14:08:22,315 INFO:Matching (com.plexapp.agents.thetvdb://98691?lang=en) for TVDB
2020-11-03 14:08:22,316 INFO:Matching (com.plexapp.agents.thetvdb://98821?lang=en) for TVDB
2020-11-03 14:08:22,316 INFO:Matching (com.plexapp.agents.thetvdb://99151?lang=en) for TVDB
2020-11-03 14:08:22,317 INFO:Agent not matched TV series (com.plexapp.agents.tvmaze://1597?lang=en)
>>> exit()

Let me test using another agent and see what happens.

from python-plexmovieagentmapper.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.