We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@rtcface error is relationed with USB, take a look
https://forums.plex.tv/t/critical-libusb-init-failed/722159
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: