Jump to content

Bolagnaise

Members
  • Posts

    152
  • Joined

  • Last visited

Posts posted by Bolagnaise

  1. 1 hour ago, cinereus said:

    Weird. Is there anything I can do to avoid it? Been running Plex for years and never seen that before...

    not really, you could turn of analysis of files during the maintenance period in plex server settings if the issue was the audio analysis got deleted but i don’t recommend it. A better option would be to make sure you have the CA backup/restore appdata plugin installed and perform nightly backups to a parity protected cache pool.

  2. 7 hours ago, cinereus said:

    Amazing. Not 100% certain but that seems to have worked!

    Awesome, the most likely reason is that plex lost the metadata for the audio associated with each of your video files, this usually occurs because your plex container cannot access your shares during the plex maintenance window and then deletes any analysis files it has. Alternatively, your audio codecs got corrupted and deleting the codecs folder forces plex to redownload fresh ones.

    • Like 1
  3. On 7/7/2020 at 1:53 AM, cinereus said:

    Both this and the plexinc container haven't been working via plex web for a couple of weeks now. No idea why but no video files will play at all, it remains stuck at 0:00.

    2 things to try. Stop your plex container, delete the CODECS folder from plex appdata install, restart your container, then analyse your video files and attempt to play again.

    • Thanks 1
  4. @DZMM Is your upgrade post from unionfs to mergefs on page 46 still correct?

     

    Just so i can type it out to sanity check myself, to upgrade i need too.

     

    1.Unmount the drive and finish and current uploads.

    2.Copy the new mount script and unmount scripts and replace my current mount script, using ctrl f to find and replace mount_mergerfs to mount_unions (does this also apply to the new upload script?, i still have a lot of data left in rclone_upload left to upload, but no transfer currently in progress)

    3. run mount script and adjust upload script to only upload at 1AM every day.

  5. On 4/19/2020 at 2:38 AM, ctrl-z said:

    My torrents are all stalling from going to slow. Finally using PIA to have the Strict_Port_Forwarding labeled 'yes'. (Also tried it at 'no with same stalling issue). Torrents coming in from Radarr/Sonarr with Proxy turned on from enabled Privoxy. I have everything set up for a min. of 2 peers, and all qbittorrent settings set up the way I had them on my local machine (not in a docker). Anyone else have similar issues on their initial startup and what did you do to fix this?

     

    Here is a snippet from my logs showing the endpoint that I am using is in the list of endpoints supporting port forwarding.

     

    2020-04-18 12:16:18,964 DEBG 'start-script' stdout output:
    [info] PIA endpoint 'ca-montreal.privateinternetaccess.com' is in the list of endpoints that support port forwarding

     

    2020-04-18 12:16:18,965 DEBG 'start-script' stdout output:
    [info] List of PIA endpoints that support port forwarding:-
    [info] ca-montreal.privateinternetaccess.com
    [info] ca-vancouver.privateinternetaccess.com
    [info] de-berlin.privateinternetaccess.com
    [info] de-frankfurt.privateinternetaccess.com
    [info] sweden.privateinternetaccess.com
    [info] swiss.privateinternetaccess.com

    Dude,i had the same issues! I worked it out. The /data mapping got changed somehow, so the torrent couldnt write to the correct mapped location i had set inside QBIT!

     

    00e352fa0aa706f883bb3f85f23aa5f3.png

    7c7b3dfd279ec958953caa4291db246d.png

  6. All downloads are stalled. I'm using PIA and connected to Sweden after port forwarding went down on Montreal this week. I have tested via windows using PIA windows application and QBIT works fine behind a PIA VPN connection so its something to do with the docker. Has been working fine for months, now every torrent defaults to stalled.

     

  7. @CyaOnDaNet new error when running !notifications list

     

    DiscordAPIError: Maximum number of guild roles reached (250)
    at /app/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:85:15
    at /app/node_modules/snekfetch/src/index.js:215:21
    at processTicksAndRejections (internal/process/task_queues.js:94:5) {
    name: 'DiscordAPIError',
    message: 'Maximum number of guild roles reached (250)',
    path: '/api/v7/guilds/632476253542154240/roles',
    code: 30005,
    method: 'POST'

  8. 12 hours ago, CyaOnDaNet said:

    Okay, so it looks like changing the webroot does have an effect. It looks like you changed the webroot to add the /tautulli then. I changed the code to allow webroot overrides by leaving the port field blank. Go ahead and check for docker updates or force apply and you should have bot version 1.1.6. What you need to do is leave the Tautulli port field in the template blank and instead put the full root path in the ip section. So in your case put 192.168.0.101:8181/tautulli as the ip and the port field empty. If you changed the webroot for Sonarr then do the same thing for that. I will go ahead and edit my OP to reflect this so others can see it easily if they also changed their webroot. Sorry for the issues, I was unaware I needed to account for webroot changes, but all should be good now.

    IT WORKED!

     

    For anyone with LetsEncrypt and reverse proxy setup for Sonarr and Tautulli, this is how you configure the settings 0f43984037c8bdb330dc5973f24d314c.png

  9. 58 minutes ago, CyaOnDaNet said:

    Also, does http://192.168.0.101:8181/home take you to your Tautulli home page? If it does, I imagine the base url change shouldn't have effected the api.

    yes it does, (well http://192.168.0.101:8181/tautulli/home does)  so it seems its not the issue, i installed the default tautulli, same issue.  Best bet is too nuke everything i guess

     

  10. Just now, CyaOnDaNet said:

    First off, thanks for the log info and that screen capture. You clearly have the ip and port correct because of the "Powered by CherryPy 5.1.0" footer. If the api key was wrong it would still return a json saying invalid API key. Instead, its returning a html 404 error which is why the bot doesn't errors. I can reproduce the same 404 error page on my own Tautuill service by entering an invalid path. It's like your Tautulli api endpoint doesn't exist. This is very strange. The only thing I can suggest right now is to check if your Tautulli is up-to-date but I doubt that will make a difference. I am in communication with the Tautulli Discord support channel to see as to why your endpoint is not working. I will get back to you when someone offers a solution. Sorry if I could not be of more help at this current moment.

    No problems, im going to uninstall the linuxserver version and try the Tautulli version.

  11. 52 minutes ago, CyaOnDaNet said:

    After doing some more digging, I discovered that Tautulli's api can also return xml even though json is the default. Since it returned with < at position 0, I can only assume it returned xml. I made some changes to force it to return json and the container update is live, its bot version 1.1.5. Click on the advanced view in docker containers to force an update now or click check for updates at the bottom of the docker page and then apply update. If it's still returning this same error after the update let me know and I will enable some more debugging to see whats going on.

    I have googled the shit out of it, i think it might have something to do with me using a base url for a reverse proxy

  12. 20 minutes ago, CyaOnDaNet said:

    I will enable some more debugging to see whats going on.

    same issue still happening.

     

    FetchError: invalid json response body at http://192.168.0.101:8181/api/v2?apikey=xxcmd=get_activity&out_type=json reason: Unexpected token < in JSON at position 0
    at /app/node_modules/node-fetch/lib/index.js:272:32
    at processTicksAndRejections (internal/process/task_queues.js:94:5)
    at async tautulliService.getActivity (/app/src/tautulli.js:107:22)
    at async Job.job (/app/index.js:250:15) {

     

     

    Going to the link in the log i get this 

    https://gyazo.com/5b11cb1597245f506c1839d501eed915

  13.  

    1 hour ago, CyaOnDaNet said:

    TLS encrypted tautulli

    Not turned on,

    More errors now appearing

     

    FetchError: invalid json response body at http://192.168.0.101:8181/api/v2?apikey=XXXmd=get_notifiers reason: Unexpected token < in JSON at position 0
    at /app/node_modules/node-fetch/lib/index.js:272:32
    at processTicksAndRejections (internal/process/task_queues.js:94:5)
    at async module.exports (/app/src/tautulli.js:214:18) {
    message: 'invalid json response body at http://192.168.0.101:8181/api/v2?apikey=XXXmd=get_notifiers reason: Unexpected token < in JSON at position 0',
    type: 'invalid-json'

×
×
  • Create New...