Jump to content

quack7017

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by quack7017

  1. On 10/23/2023 at 11:21 PM, semtex41 said:

    After another week, I have determined a few things:

     

    • Closing all tabs prevents the errors from building up/cascading. 
    • The browser type doesnt seem to matter. Crashes/logs growing happens with Edge, Chrome, and Firefox. 
    • My appdata backup (which runs on Monday mornings) has been one of the triggers for the nginx errors in the logs. When the tab is open, the log fills up with the errors while the scheduled job is running. I do not blame the plugin, because when the tab (all tabs) are closed, the errors are not generated. Closing the tab today prevented a hard crash like last week, which required a hard shutdown. 
    • This is a webserver based interface. If the primary mechanism for accessing the OS causes the OS to consistently crash, then it is a bug. 

    I totally agree and hope Limetech will step in to fix it as soon as possible

  2. On 3/10/2024 at 7:15 AM, hrv231 said:

    Hello,

     

    I'm still having a problem with the plugin, when the docker compose has a mix of bridge networks and macvlan networks.

     

    Docker compose:

    services:
      qbit:
        image: linuxserver/qbittorrent:latest
        restart: unless-stopped
        environment:
          - UMASK=000
          - PUID=99
          - PGID=100
          - TZ=America/Los_Angeles
          - WEBUI_PORT=8090
          - TCP_PORT_6881=6881
          - UDP_PORT_6881=6881
        ports:
          - 6881:6881
          - 6881:6881/udp
          - 8090:8090
        volumes:
          - /mnt/user/appdata/qbittorrent:/config:rw,slave
          - /mnt/user/qb-completed:/completed:rw,slave
          - /mnt/user/qb-incomplete:/incomplete:rw,slave
        networks:
          eth0:
            ipv4_address: 10.10.30.90
    
    
      jackett:
        image: linuxserver/jackett
       //reduced info
        network_mode: bridge
    
      radarr:
        image: linuxserver/radarr
        //reduced info
        network_mode: bridge
        depends_on:
          - qbit
          - jackett
    
      sonarr:
        image: linuxserver/sonarr
        //reduced info
        network_mode: bridge
        depends_on:
          - qbit
          - jackett
    
    
    networks:
      eth0:
        external: true
        name: eth0

     

     

    This is what the GUI shows:
    unraid.thumb.jpg.568c9b73beffeea308932964d54c4814.jpg

     

    As you can see, the docker that is supposed to have the real ip, is not showing that IP, and for some reason unknown to me, it shows the same IP as one of the dockers from the same "docker compose"

     

    Is someone else seeing the same error?

    Hi there, I have the same issue. 

×
×
  • Create New...