Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

images do not load via imgur #166

Open
1 of 2 tasks
thememeguy opened this issue Dec 19, 2024 · 1 comment
Open
1 of 2 tasks

images do not load via imgur #166

thememeguy opened this issue Dec 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thememeguy
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Have you ran the program with debug logging?

  • I used --log-level=debug when running the program

What went wrong?

I set up the app with imgur put the id I needed and it doesn't load images on discord

Terminal output

No response

Jellyfin-RPC version

v1.3.0

What OS are you using?

window 11

What version is the Jellyfin server on?

10.10.3

Anything else?

No response

@thememeguy thememeguy added the bug Something isn't working label Dec 19, 2024
@Smexhy
Copy link

Smexhy commented Jan 6, 2025

I have the same issue, but only on macOS. On Windows it's working fine for some reason. On macOS, only the Jellyfin logo will appear instead of the image of the show or movie. There were no useful logs when using --log-level=debug. It only confirmed presence of imgur client ID in config.

My config looks like this (using the same client ID for imgur on windows and macos):

{
  "jellyfin": {
    "url": "https://jellyfin.com",
    "api_key": "API_KEY",
    "username": [
      "Username"
    ],
    "music": null,
    "movies": null,
    "blacklist": null,
    "self_signed_cert": true,
    "show_simple": false,
    "append_prefix": true,
    "add_divider": true
  },
  "discord": {
    "application_id": "APP_ID",
    "buttons": [
      {
        "name": "dynamic",
        "url": "dynamic"
      },
      {
        "name": "dynamic",
        "url": "dynamic"
      }
    ],
    "show_paused": true
  },
  "imgur": {
    "client_id": "CLIENT_ID"
  },
  "images": {
    "enable_images": true,
    "imgur_images": true
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants