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

[Question] videojs The media could not be loaded, either because the server or network failed or because the format is not supported - Missing inv_sig_helper #5124

Closed
cgmastertecnology opened this issue Dec 27, 2024 · 3 comments
Labels
question Further information is requested

Comments

@cgmastertecnology
Copy link

cgmastertecnology commented Dec 27, 2024

image latest
i got error when reproducing media, any video, dash and not:

image
image

my stack is:

version: "3"
services:

  invidious:
    image: quay.io/invidious/invidious:latest
    # image: quay.io/invidious/invidious:latest-arm64 # ARM64/AArch64 devices
    restart: unless-stopped
    ports:
      - 3300:3000
    environment:
      # Please read the following file for a comprehensive list of all available
      # configuration options and their associated syntax:
      # https://github.com/iv-org/invidious/blob/master/config/config.example.yml
      INVIDIOUS_CONFIG: |
        db:
          dbname: invidious
          user: kemal
          password: kemal
          host: invidious-db
          port: 5432
        check_tables: true
        # external_port:
        # domain:
        # https_only: false
        # statistics_enabled: false
        hmac_key: "---------------"
        visitor_data: CgthSHNaS0lnN---------------------
        po_token: MpQB1As04ahmyT3UM-----------------------------

    healthcheck:
      test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
      interval: 30s
      timeout: 5s
      retries: 2
    logging:
      options:
        max-size: "1G"
        max-file: "4"
    depends_on:
      - invidious-db

  invidious-db:
    image: docker.io/library/postgres:14
    restart: unless-stopped
    volumes:
      - /home......../invidious/postgres:/var/lib/postgresql/data
      - /home......../invidious/sql:/config/sql
      - ./docker/init-invidious-db.sh:/docker-entrypoint-initdb.d/init-invidious-db.sh
    environment:
      POSTGRES_DB: invidious
      POSTGRES_USER: kemal
      POSTGRES_PASSWORD: kemal
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]

volumes:
  postgresdata:
@cgmastertecnology cgmastertecnology added the bug Something isn't working label Dec 27, 2024
@unixfox unixfox changed the title [Bug] video.js?v=5d2dd40:163 VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported. [Question] videojs Missing inv_sig_helper Dec 27, 2024
@unixfox unixfox changed the title [Question] videojs Missing inv_sig_helper [Question] videojs The media could not be loaded, either because the server or network failed or because the format is not supported - Missing inv_sig_helper Dec 27, 2024
@unixfox unixfox added question Further information is requested and removed bug Something isn't working labels Dec 27, 2024
@unixfox
Copy link
Member

unixfox commented Dec 27, 2024

Hello,

Please check the install guide: https://docs.invidious.io/installation/

You are missing inv_sig_helper.

@unixfox unixfox closed this as completed Dec 27, 2024
@cgmastertecnology
Copy link
Author

cgmastertecnology commented Dec 27, 2024

i will check it, but my installation worked for years without it...

EDIT: FIXED! ty

@syeopite
Copy link
Member

YouTube is cracking down on third-party clients so additional steps are now needed to workaround that unfortunately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants