Git Product home page Git Product logo

Comments (4)

vosmiic avatar vosmiic commented on July 17, 2024 1

Unfortunately I did not test the plugin using a remote setup, so I may not be able to help you too much.
The way the plugin settings page communicates with the server is the standard way to do so implemented by the Jellyfin libraries; retrieving data is made by a normal GET request when you initially load the page.
I would first open the console in your browser and check to see what requests are made when you open the plugin settings page and see what kind of response you get.
If you have authed successfully locally, and the plugin is still not working after watching anime, the Jellyfin logs should give some indication as to where the plugin is going wrong.

from jellyfin-ani-sync.

jeppevinkel avatar jeppevinkel commented on July 17, 2024

I just did a test. Even if I complete authentication locally, the rest of the plugin still doesn't work when I connect using my domain. I'm assuming the plugin is attempting to use a local address for communication in the background and that's being tripped by using a public domain instead? Or perhaps it's relying on protocols besides http(s) and/or websockets as those are the only ones operable through a tunnel.

from jellyfin-ani-sync.

jeppevinkel avatar jeppevinkel commented on July 17, 2024

That is strange. I don't see anything unusual in the console or the jellyfin logs. I might just try forking the plugin and seeing if I can find the root of the issue over the weekend.

from jellyfin-ani-sync.

vosmiic avatar vosmiic commented on July 17, 2024

Were you able to find out why you were experiencing problems? It is odd that you weren't seeing any errors in the logs, as Jellyfin will natively log problems.

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.