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

Plex no anda Error: Critical: libusb_init failed #39

Open
rtcface opened this issue Jul 27, 2023 · 2 comments
Open

Plex no anda Error: Critical: libusb_init failed #39

rtcface opened this issue Jul 27, 2023 · 2 comments

Comments

@rtcface
Copy link

rtcface commented Jul 27, 2023

Clone el repo ajuste los parámetros como en el video, y plex en los logs manda el siguiente error.

6 3000 /root/Library/Application Support
8192
Critical: libusb_init failed

Estoy usando:
Docker version 24.0.4, build 3713ee1
Docker Compose version v2.15.1
OS: Debian GNU/Linux 11 (bullseye) x86_64

Asi esta en mi compose:

plex:
image: jaymoulin/plex:1.30.1.6562
expose:
- 32400
- 33400
# Descomentar si NO usas network_mode: "host"
# ports:
# - 32400:32400
# - 33400:33400
container_name: plex
environment:
- TZ=America/Mexico_City
volumes:
- ${STORAGE}/Plex Media Server:/root/Library/Application Support/Plex Media Server
- ${MEDIA}:/media
- ${STORAGE}/tmp:/tmp
restart: unless-stopped
network_mode: "host" # Solo funciona en Linux

Alguien que le haya pasado este problema.

@Hser2bio
Copy link

Hser2bio commented Sep 21, 2023

@rtcface error is relationed with USB, take a look

https://forums.plex.tv/t/critical-libusb-init-failed/722159

@matichewer
Copy link

Clone el repo ajuste los parámetros como en el video, y plex en los logs manda el siguiente error.

6 3000 /root/Library/Application Support 8192 Critical: libusb_init failed

Estoy usando: Docker version 24.0.4, build 3713ee1 Docker Compose version v2.15.1 OS: Debian GNU/Linux 11 (bullseye) x86_64

Asi esta en mi compose:

plex: image: jaymoulin/plex:1.30.1.6562 expose: - 32400 - 33400 # Descomentar si NO usas network_mode: "host" # ports: # - 32400:32400 # - 33400:33400 container_name: plex environment: - TZ=America/Mexico_City volumes: - ${STORAGE}/Plex Media Server:/root/Library/Application Support/Plex Media Server - ${MEDIA}:/media - ${STORAGE}/tmp:/tmp restart: unless-stopped network_mode: "host" # Solo funciona en Linux

Alguien que le haya pasado este problema.

Es solo un error por el USB, pero si no necesitas eso, deberia funcionar todo bien Plex

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

3 participants