DisposableHero

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by DisposableHero

  1. On 5/29/2022 at 7:05 AM, ctexy said:

    I updated this docker today, and now I can no longer access media.

    Note: This issue probably has nothing to do with this docker, but I'd just appreciate a heads up as to where to start looking!

     

    Plex starts as normal, and is accessible via the web ui on both local and remote devices. However, my media (one called tv, the other called movies) doesn't show anything. Instead I see

    "Something went wrong

    An unexpected error occurred."

    on both. This is when clicking "library" or "recommended" on each source.

    This was working fine until I checked it today, and I haven't updated anything else other than the community applications and unassigned devices plugins on unraid aside from that. I tried rebooting the server and restarting plex too.

    Any advice appreciated! I'm sure this is something simple. Thank you!

     

    just updated the docker this morning and ran into the same issue.. "Something went wrong"

     

    I have been running 6.10.1 since it came out without issues so something must have gone wrong with the docker update.

  2. My install stopped working after upgrading to v6.10.0-rc3 as well... not sure where to start as downgrading the telegraf version didnt work like it has in the past.

     

    ERROR: Unable to lock database: Permission denied
    ERROR: Failed to open apk database: Permission denied

     

    is the error i get.

     

    EDIT: ended up getting it back up and running via the following version:  telegraf:1.20.2-alpine

  3. Awesome work!

     

    What's the CPU usage supposed to be with this dashboard? My influxdb docker goes nuts as soon as I open it, maxing all four assigned cores in the GUI and the HTOP below. 

     

    image.png.15ebb43487dfbe1847472416f948cf9f.png

     

    EDIT: I removed a few of the data intensive charts and things are much quicker now.

  4. Sorry if this has been explained before, it's a long thread...

     

    What is the reason for the upload script if I can just place files in the mounted folder and it'll upload on its own?

     

    I just use the simple mount command below. Thanks

     

     

    mntpoint="/mnt/disks/gdrive"    

    remoteshare="gsuite:"

     

    rclone mount --allow-other --drive-chunk-size 512M --dir-cache-time 5m --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off --fast-list --vfs-cache-mode writes --max-read-ahead 2G $remoteshare $mntpoint &

  5. 2 hours ago, binhex said:

    ok remove the value for VPN_OPTIONS and then from the unraid console with the container running (NOT the containers console) run the following:-

    
    docker exec -it <name of container> bash -c 'sed -i -e "s~--pull-filter ignore\s.dhcp-option\sDNS6.\s~~g" /root/openvpn.sh'

    restart container, if no go then try the following:-

    
    docker exec -it <name of container> bash -c 'sed -i -e "s~--pull-filter ignore\s.redirect-gateway\sipv6.\s~~g" /root/openvpn.sh'

    then restart the container again.

     

    i suspect one of these or maybe even both options are required for airvpn, i just dont know which.

     

    First one didnt help, but it worked after the second! I'm back in the GUI.. thanks!

  6. Updated this the other day and didn't realize it completely broke my setup until I went to control something lol

     

    Here is the error in the logs:

    (node:1) UnhandledPromiseRejectionWarning: Error: Cannot find module 'inherits'
    Require stack:
    - /hoobs/node_modules/glob/glob.js
    - /hoobs/lib/cli.js
    - /usr/src/hoobs/scripts/docker.js
    - /usr/src/hoobs/bin/hoobs
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:982:15)
    at Function.Module._load (internal/modules/cjs/loader.js:864:27)
    at Module.require (internal/modules/cjs/loader.js:1044:19)
    at require (internal/modules/cjs/helpers.js:77:18)
    at Object.<anonymous> (/hoobs/node_modules/glob/glob.js:47:16)
    at Module._compile (internal/modules/cjs/loader.js:1158:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)
    at Module.load (internal/modules/cjs/loader.js:1002:32)
    at Function.Module._load (internal/modules/cjs/loader.js:901:14)
    at Module.require (internal/modules/cjs/loader.js:1044:19)
    (node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
    (node:1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

     

  7. Am I doing something wrong still here? I tried assigning it an IP. But when I do, it seems to think there are no longer any port mappings? And it still doesn't work when I try using the code. The WebUI option on the docker also disappears (even with fixing the typo in the template)
     
     
    255686287_CerberusUpdateContainer2020-03-0421-42-56.thumb.jpg.f0f7dab487c533631af0ea6b77130cd8.jpg
    301628273_CerberusDocker2020-03-0421-41-44.jpg.e597e7ff09fc5441b438da45a6397fc9.jpg
    1441045238_CerberusDocker2020-03-0421-45-11.jpg.635cc8f85fd8bcdbd023d3e9e550bb12.jpg

    Are you connecting via the new IP:8080? Not the port in the docket configuration.


    Sent from my iPhone using Tapatalk