GroxyPod

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by GroxyPod

  1. Should be pulling it from whatever was set in Plex on your account. I'll have to check with ninthwalker to see if it updates upon changing.
  2. Please post your Tautulli configuration page from NowShowing.
  3. It does not. Edit note: I just edited the share within unRaid's Shares section by changing the cache drive setting from No to Yes and then applied each change. The share is now accessible via samba. Prior to this, no changes were made to this share. Not sure what caused the share to go missing from the config.
  4. Using the standard command? /etc/rc.d/rc.samba stop /etc/rc.d/rc.samba start This unfortunately did not resolve the issue.
  5. Greetings Everyone, I've got an interesting issue that (based on searching) seems to have happened to some people before but required diagnostics to find the root cause. I know as soon as I reboot, the share will re-appear but for now it is MIA when trying to browse to it via any computer on the network. Here is what is going on: My TV share directory has disappeared. It is accessible via ssh, sftp, and any docker that needs to browse it. However, I am not able to see or access it via my computers on the network (all of them are Windows 10). Any ideas? Diagnostics attached Thank you in advance! smalls-diagnostics-20180408-1411.zip
  6. Looks to be an issue with Chrome, yet again. Really starting to hate Chrome. Thanks sparkyballs!
  7. Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build. Here is what I see in the log: -------------------------------------_ ()| | ___ _ __| | / __| | | / \| | \__ \ | | | () ||_| |___/ |_| \__/Brought to you by linuxserver.ioWe gratefully accept donations at:https://www.linuxserver.io/donations/-------------------------------------GID/UID-------------------------------------User uid: 99User gid: 100-------------------------------------[cont-init.d] 10-adduser: exited 0.[cont-init.d] 20-config: executing...Writing Pem file [/config/znc.pem]...[cont-init.d] 20-config: exited 0.[cont-init.d] done.[services.d] starting services[services.d] done.Checking for list of available modules...Opening config [/config/configs/znc.conf]...Loading global module [webadmin]...Binding to port [+6501] using ipv4...Loading user [admin]Loading user module [chansaver]...Loading user module [controlpanel]...Staying open for debugging [pid: 204]ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in
  8. Glad it's working for you now. Enjoy NowShowing v2 (or as the new Unraid Theme calls it NowShowin)
  9. Did you purposely change the port on the docker? Default is 6878 not 6678.
  10. PSA to anyone using InMotionHosting's hosting services that wants to use the email functionality of NowShowingV2 Similar to NameCheap, you will need to utilize the SSL SMTP address instead of your domain name for the SMTP address <eg: server##.inmotionhosting.com>
  11. PSA to anyone using NameCheap Hosting that wants to use the email functionality of NowShowingV2 NameCheap specifically states that your SSL SMTP address is domain.com however this will not work properly with the NowShowingV2 application. You need to use the back-end CPANEL address that you were initially instructed to visit prior to your domain being setup <eg: server##.web-hosting.com> as the SMTP address. If you do not use this address, the application will encounter an SSL certificate error ('host does not match the server certificate') and you will not be able to send email.
  12. If you wanted to change to subdomains, yes. You would also need to specify them in your ssl certificate should you decide to make that change.
  13. This is what I have setup for my NowShowing docker in nginx. I personally use NowShowing.domain.com instead of domain.com/NowShowing. server { listen 80; server_name nowshowing.domain.com; return 301 https://$host$request_uri; location / { try_files $uri $uri/ /index.php?$args =404; } } server { listen 443 ssl http2; server_name nowshowing.domain.com; include /config/nginx/ssl-params.conf; location / { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.111:6878/; } }
  14. Looking at the nginx config, I definitely should be using RPC2. When I use xmlrpc within the docker, everything is reporting just fine. EDIT: Fixed, the docker does not like being attached to a dedicated IP. Soon as I switched it to bridge networking, I was able to get it to connect without issue. Thanks BrttClne22!
  15. I'm trying to setup Sonarr with rTorrentVPN but I keep getting an issue where it says the connection failed. I noticed that both httprpc and rpc are included within the docker, but I must be doing something wrong with regards to the URL path. Here is what I have: I tried searching through the support thread and came across someone having issues with sickbeard but even after attempting the suggested fix, I still can't get it to work. Any help is appreciated, thank you!
  16. Setup LinuxServer's Plex docker via CA and immediately after it is stating that it is out of date. If I update it, a few hours after that occurs, I start getting errors stating too many files are open (in both the docker and syslog) and it causes the server to crash. I'm now on the LinuxServer Plex docker setup via CA but have not triggered the update it is requesting. What information do you need regarding this issue? I'd like to avoid updating and having the server crash again if possible (unlikely I'm sure).
  17. Looks like disabling Windows Defender didn’t help. When it happened again, the memory usage wasn’t abnormal as far as I could tell. It’s taking a good 3 seconds for the drop down menu to appear when this happens Sent from my iPhone using Tapatalk Pro
  18. I fully disabled Windows Defender to see if that was contributing to the issue as it is the common factor between all systems I've connected to the web gui on (Windows 10 Pro machines). I'm monitoring it now to see if it happens again. I'll check the memory of the browser when/if it does. Thanks for the help!
  19. I thought it might be that too but some of the computers do not have AV on them, nor adblock and the same situation occurs. I wonder if Windows Defender has something in it that might attribute to that.
  20. Hey everyone, I tried to search the forum and didn't find a post discussing this issue (hopefully my search-fu isn't terrible lol). If I leave my server's web gui up, after awhile (say 10 minutes), it will take up to a few seconds in order to load the drop down menu for any docker. This has been happening since v6.3 (my first experience with unRAID), occurs in any web browser (Chrome, Edge, Firefox, Internet Explorer, Opera), and any system I have tried it on. Any ideas of what might be causing it? I tend to leave my web gui up for long periods and end up having to close and reopen it for the drop down menu to speed up again.
  21. That's correct. If you want to edit the file in a WYSIWYG editor, you'll need to rename it to email_body.html. I mostly use Dreamweaver or just UltraEdit now, but in the past I've used CoffeeCup HTML editor.
  22. Try using the PLEX_TOKEN option in the advanced settings and see if that works. You'll want to remove your plex username/password when using this method https://support.plex.tv/hc/en-us/articles/204059436-Finding-an-authentication-token-X-Plex-Token
  23. I encountered the very same issue and this is how I had to solve it: 1) Drop and re-create your database so it is fresh (if you don't, you'll get a primary key error after fixing the problem) 2) SSH into your unRAID box and type: docker exec -it projectsend /bin/bash --- Providing you kept the default docker name of projectsend. If you didn't, change it to whatever you set the docker name as 3) Change Directory (cd) into /var/www/htdocs/localhost/install 4) type: vi database.php 5) Navigate to line 26 and change expiry_date TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP(), to expiry_date TIMESTAMP NOT NULL DEFAULT "2017-01-01 00:00:00", 6) Press and hold SHIFT then type ZZ 7) Attempt to finish installation now within the docker's web ui
  24. If I was in the market for a new CPU I would be but my gaming desktop is in need of a better graphics card first lol.