Jump to content

GroxyPod

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by GroxyPod

  1. 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>
  2. 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.
  3. 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.
  4. 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/; } }
  5. 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!
  6. 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!
  7. 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).
  8. 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.
  9. 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
  10. 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
  11. Login to your unRAID box via ssh and then do a directory listing (ls) on the /tmp directory when you see a transcode happening on plex. You should see a randomized plex folder be created in the /tmp directory.
  12. You can modify the email body file to include your own link as it’s html code if you want to do it right away Sent from my iPhone using Tapatalk Pro
  13. I noticed in the template you posted it has an 'unraid share path' which is not something that is a standard part of our docker template. Did you add that? If not, what version of unRaid are you running?
  14. This is most likely the case. Can you provide your nowshowing log from the nowshowing folder? Sent from my iPhone using Tapatalk Pro
  15. Based on the port being used it looks like you're using non-ssl/tls encrypted email protocol. Does your provider have an option for using a ssl or tls port for smtp? If not, you will need to use a different provider. Sent from my iPhone using Tapatalk Pro
  16. Glad it's working for you. I'll do some testing with regards to only including PLEX_USER and setting the plex_email_flag to no.
  17. Yeah, they require TLS now which they run on 587. Sent from my iPhone using Tapatalk Pro
  18. Couple things I'm noticing. 1) Your SMTP port is set to 465. It needs to be set to 587, and you might need to enable insecure applications to allow NowShowing to send on behalf of your gmail account. 2) You selected 'no' for plex emails without specifying any emails below. From the advanced_config.ymal.example: plex: # To be used in conjuntion with the recipients and recipients_email options below to customize who the emails go to. # 'yes' will send to plex users emails. 'no' will NOT send to plex user emails and only send to emails and users in the recipients fields below. plex_user_emails: 'yes' Please make those changes and retest. Let me know how it goes!
  19. Can you post a picture of your docker template (make sure to omit anything you don't want shown but only change it slightly), your NowShowing folder, and your advanced config.ymal file please (again, making sure to change/omit anything that like passwords and what not)..
  20. Hi noja, What version of unRaid are you running? Do you have any empty libraries in plex? Sent from my iPhone using Tapatalk Pro
  21. No problem, glad we were able to find out the issue. I'll work with ninthwalker to add a section into the FAQ and/or see if we can put a check of some sort in place. That way we can keep track of things for future reference. Sent from my iPhone using Tapatalk Pro
  22. That could be it since you would not be considered a 'friend' by plex but a local user. Do you know anyone you can add real quick or maybe sign up for a second plex account, add it, and then test? Sent from my iPhone using Tapatalk Pro
  23. Looks like it is having an issue with one of the users you have on your server. Not quite sure why (maybe special characters or a weird email address attached to the account). You'll need to utilize the advanced config to troubleshoot each individual user and then run the same -d command in order to test. Sent from my iPhone using Tapatalk Pro
  24. In the testing I have done, I haven't had an issue with sending to iCloud accounts or any other account using both a gmail account and my own personal hosting email account. There may be something external to the docker that is blocking the email from going out or arriving. Unfortunately that is not something we can assist with if that is the case. Can you try running the combined report using the -d flag without -t and see if you get the email? Sent from my iPhone using Tapatalk Pro
×
×
  • Create New...