• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting No files will play on clients.

     
    • 0 Vote(s) - 0 Average

    No files will play on clients.

    Attempted to play video on Android TV, Android phone and Firefox browser, but all fail.
    damnsignin
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #20
    2024-03-13, 07:36 AM (This post was last modified: 2024-03-13, 07:37 AM by damnsignin. Edited 1 time in total.)
    Doing that caused this:

    ERROR: for jellyfin "host" network_mode is incompatible with port_bindings

    ERROR: for jellyfin "host" network_mode is incompatible with port_bindings
    Traceback (most recent call last):
    File "/usr/bin/docker-compose", line 33, in <module>
    sys.exit(load_entry_point('docker-compose==1.29.2', 'console_scripts', 'docker-compose')())
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 81, in main
    command_func()
    File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 203, in perform_command
    handler(command, command_options)
    File "/usr/lib/python3/dist-packages/compose/metrics/decorator.py", line 18, in wrapper
    result = fn(*args, **kwargs)
    ^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1186, in up
    to_attach = up(False)
    ^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 1166, in up
    return self.project.up(
    ^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/project.py", line 697, in up
    results, errors = parallel.parallel_execute(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/parallel.py", line 108, in parallel_execute
    raise error_to_reraise
    File "/usr/lib/python3/dist-packages/compose/parallel.py", line 206, in producer
    result = func(obj)
    ^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/project.py", line 679, in do
    return service.execute_convergence_plan(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 559, in execute_convergence_plan
    return self._execute_convergence_create(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 473, in _execute_convergence_create
    containers, errors = parallel_execute(
    ^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/parallel.py", line 108, in parallel_execute
    raise error_to_reraise
    File "/usr/lib/python3/dist-packages/compose/parallel.py", line 206, in producer
    result = func(obj)
    ^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 478, in <lambda>
    lambda service_name: create_and_start(self, service_name.number),
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 457, in create_and_start
    container = service.create_container(number=n, quiet=True)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 330, in create_container
    container_options = self._get_container_create_options(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 939, in _get_container_create_options
    container_options['host_config'] = self._get_container_host_config(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/compose/service.py", line 1014, in _get_container_host_config
    return self.client.create_host_config(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/docker/api/container.py", line 596, in create_host_config
    return HostConfig(*args, **kwargs)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "/usr/lib/python3/dist-packages/docker/types/containers.py", line 336, in __init__
    raise host_config_incompatible_error(
    docker.errors.InvalidArgument: "host" network_mode is incompatible with port_bindings


    I think I'm going to cry ;_;
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    No files will play on clients. - by damnsignin - 2024-03-05, 02:53 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-05, 04:46 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-05, 07:18 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-06, 02:55 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-07, 07:47 PM
    RE: No files will play on clients. - by damnsignin - 2024-03-08, 12:57 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-08, 03:48 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-08, 04:44 AM
    RE: No files will play on clients. - by 34626 - 2024-03-08, 11:29 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-08, 06:12 PM
    RE: No files will play on clients. - by damnsignin - 2024-03-08, 09:05 PM
    RE: No files will play on clients. - by 34626 - 2024-03-08, 10:07 PM
    RE: No files will play on clients. - by damnsignin - 2024-03-09, 05:23 AM
    RE: No files will play on clients. - by 34626 - 2024-03-09, 11:28 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-10, 10:02 PM
    RE: No files will play on clients. - by 34626 - 2024-03-10, 10:51 PM
    RE: No files will play on clients. - by damnsignin - 2024-03-11, 12:04 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-13, 01:05 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-13, 01:55 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-13, 07:36 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-13, 05:33 PM
    RE: No files will play on clients. - by damnsignin - 2024-03-14, 07:37 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-15, 11:31 PM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-15, 11:40 PM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 12:58 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-16, 01:09 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 01:12 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-16, 01:17 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 01:27 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-16, 01:36 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 01:45 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-16, 01:50 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 02:08 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 02:16 AM
    RE: No files will play on clients. - by TheDreadPirate - 2024-03-16, 02:30 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-16, 02:41 AM
    RE: No files will play on clients. - by damnsignin - 2024-03-19, 01:18 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode