Giter VIP home page Giter VIP logo

Comments (7)

vosmiic avatar vosmiic commented on August 17, 2024

Hi, unfortunately that error does not return much. Does it only occur after watching that episode/movie? Or does it occur for all media?
I have wrapped the sync work in a try to prevent whole Jellyfin crashes, and this change will be reflected in the next release.

from jellyfin-ani-sync.

james7132 avatar james7132 commented on August 17, 2024

I've had it happen on all media regardless of which media it was working with. Though I only really tried it on matched anime of any kind.

Is it a good idea to be suppressing the error here?

from jellyfin-ani-sync.

vosmiic avatar vosmiic commented on August 17, 2024

I've had it happen on all media regardless of which media it was working with. Though I only really tried it on matched anime of any kind.

Hmm okay, have you successfully authenticated the plugin? Could you try testing the authentication?
If your plugin is authenticated and the test passes, could you post your jellyfin-ani-sync.xml file (found in /jellyfin/plugins/configurations)? Please do censor all personal information first though.

Is it a good idea to be suppressing the error here?

Well less "suppressing" and more "log the error and not cause the whole application to crash". I personally don't think a plugin should be capable of crashing the main application, and should instead log a fatal error.

from jellyfin-ani-sync.

james7132 avatar james7132 commented on August 17, 2024

Sorry, I haven't had the time to fully investigate this. I'll try to get a set of logs within the week.

Mind cutting a patch release for this? I'd like to be able to reenable this in the meantime.

from jellyfin-ani-sync.

james7132 avatar james7132 commented on August 17, 2024

My full config is the following. Seems borderline empty.

<?xml version="1.0" encoding="utf-8"?>
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <currentlyAuthenticatingUser>00000000-0000-0000-0000-000000000000</currentlyAuthenticatingUser>
  <currentlyAuthenticatingProvider>Mal</currentlyAuthenticatingProvider>
  <watchedTickboxUpdatesProvider>false</watchedTickboxUpdatesProvider>

from jellyfin-ani-sync.

vosmiic avatar vosmiic commented on August 17, 2024

Mind cutting a patch release for this? I'd like to be able to reenable this in the meantime.

Are you hitting the issue of not being able to re-enable the plugin because its "malfunctioning"? I can send you a .dll to replace it with that should let you re-enable it if so.

My full config is the following.

That config shows that the plugin hasn't been authenticated. I would first try authenticating the plugin with a user (if you haven't already tried). This guide should be able to help you.

from jellyfin-ani-sync.

vosmiic avatar vosmiic commented on August 17, 2024

Any that have been redirected here, the crashing has been fixed in the latest version of the plugin. The plugin should now not crash the entire Jellyfin application if it hits into an issue.

As for the cause of the specific issue, I believe it is because no config has been set. In other words, you have not yet authenticated any provider for the plugin to update. Please check your configuration is correct and fully set up.

from jellyfin-ani-sync.

Related Issues (20)

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.