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

There are no plugins #252

Closed
francocalvo opened this issue Nov 19, 2021 · 5 comments
Closed

There are no plugins #252

francocalvo opened this issue Nov 19, 2021 · 5 comments

Comments

@francocalvo
Copy link

Description

I'm trying to install unmanic with Docker, but I don't think it's working how it should. I can't see any plugins installed, and I see the following:

  • When I try to add a repository it says "New repository failed to save.".
  • When I try to refresh repositories it says "Unable to update your configured repositories. Perhaps there is an error in one of the URLs?"

I can scan files by ticking scan on start and restarting the container, but nothing else happens, no workers or anything.
Also, Data panels is completely empty.

This is my docker-compose:

version: '2.4'

services:
  unmanic:
    container_name: unmanic
    image: josh5/unmanic:latest
    ports:
      - 8888:8888
    environment:
      - PUID=0
      - PGID=0
      - TZ=my-TZ
    volumes:
      - ./unmainc:/config
      - /mnt/olimpo/Series:/library
      - /mnt/olimpo/Cache:/tmp/unmanic
    devices:
      - /dev/dri:/dev/dri
    restart: unless-stopped

I'm using Ubuntu Server running on a VM on Proxmox. I'm currently hosting 40+ containers, including Jellyfin, Radarr, Sonarr, Nextcloud, etc.

Steps to Reproduce

  1. Copy my docker-compose.
  2. Run ´sudo docker-compose up -d´
  3. Go to localhost:8888 and see the app around.

Expected behavior: being able to see the installed plugins and other stuff in the docs.

Actual behaviour: as described.

Versions

I tried the these tags for the image: latest, 0.1.3 and 0.1.2. All had problems.
The OS details are these:

´´´
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.3 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
´´´

Installation Method Used

Docker and docker-compose.

Additional Information

Pics of what I see

imagen
imagen
imagen
imagen

Logs (I think there is something in the tornado file)
UnmanicLogs.zip

@francocalvo
Copy link
Author

francocalvo commented Nov 19, 2021

To add to this, when I go to the volume/.unmanic/plugins is empty. Can this be related to this pull request?

@DeftNerd
Copy link

DeftNerd commented Nov 19, 2021

I think this is related to the expiration of the SSL certificate at the unmanic.app website. The plugin manager accesses the plugin repo at https://unmanic.app/api/v1/unmanic-plugin-repo/uuid but it's failing until the cert can be replaced.

@francocalvo
Copy link
Author

Dude, thanks! I've been meaning to install this for at least 3 weeks, I can't believe my timing. I didn't know it accessed them there. I was also trying to get to Discord, but couldn't get a link because of the same problem. I'll wait and see if that fixes it.

@jaded33
Copy link

jaded33 commented Nov 19, 2021

Dude, thanks! I've been meaning to install this for at least 3 weeks, I can't believe my timing. I didn't know it accessed them there. I was also trying to get to Discord, but couldn't get a link because of the same problem. I'll wait and see if that fixes it.

I know what are the chances! I have heard about this from Cpt. Chaz awhile back and then again tonight with IBRACORP YT videos. Decided to give it a whirl first time and can't download any plugins sadly. Luckily for the comments here I know it wasn't something I did. I'll just come back to this later and hopefully the cert will be renewed.

@Josh5
Copy link
Collaborator

Josh5 commented Nov 19, 2021

Thanks team!
Fixed now, sorry about that.

@Josh5 Josh5 closed this as completed Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants