Dan6erbond / jolt

The social hub for your media server. Rate, review and recommend movies and shows, as well as manage your watchlist, follow friends and more.
MIT License
166 stars 3 forks source link

help logging in #6

Closed tvanicraath closed 1 year ago

tvanicraath commented 1 year ago

Hi! Can you please help accessing the logs?

I am trying to set up jolt in a docker container and connect it to jellyfin. I have jellyfin instance set up and running, and is accessible from jolt container at http://jellyfin:8096. (I've been using jellyfin and jellyseerr since a month or so and they are working fine.) I added this address in the config.yaml file. But when I try to log in, there is no visual feedback and no message in docker logs. Can you help me finding out what is wrong?

Thanks,

Dan6erbond commented 1 year ago

Hi! The Docker logs should be as detailed as possible. Did you check the browser logs in case something failed with the connection? I currently only tested with an HTTPS instance of Jellyfin, but can't imagine the connection to be the issue.

You can also try logging in with the playground by going to the /playground endpoint, and pasting the following mutation in the editor:

mutation SignInWithJellyfin {
  signInWithJellyfin(input: { username: "", password: "" }) {
   accessToken
    refreshToken
  }
}

Since Jolt is still in very early development stages, a lot of this stuff is untested. You might also want to try updating your image to the main tag which is currently the latest based on the main branch.