GroxyPod

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by GroxyPod

  1. I'm on v6.4 RC9 and this is what I see for my nic card: eth0 1000 Mb/s, full duplex, mtu 1500 No special configuration was needed. What version of unRAID are you on and what do you see for your network section on the Dashboard?
  2. It used to be fairly easy to do on VMWare ESXi and PLOP but it is unsupported and can potentially introduce a lot of issues that would negatively affect your experience. If you're trying to test it, I would recommend doing so as a bare metal solution using cheap hard drives that you can install (and de-installing the other drives) so you don't have to interrupt your FreeNAS setup. That way you can get the full experience and not have to go through the additional hoops of trying to get it to work with ESXi.
  3. 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.
  4. 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
  5. 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?
  6. This is most likely the case. Can you provide your nowshowing log from the nowshowing folder? Sent from my iPhone using Tapatalk Pro
  7. 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
  8. 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.
  9. Yeah, they require TLS now which they run on 587. Sent from my iPhone using Tapatalk Pro
  10. 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!
  11. 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)..
  12. Hi noja, What version of unRaid are you running? Do you have any empty libraries in plex? Sent from my iPhone using Tapatalk Pro
  13. 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
  14. 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
  15. 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
  16. 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
  17. What version of unRaid are you using? Sent from my iPhone using Tapatalk Pro
  18. Sounds like a plan. If you want, you can change the 5 to * on the email cron and stop/start the docker to see if it generates each day. Just trying to rule out things because the cron job only runs the command so in theory there shouldn't be any issues Sent from my iPhone using Tapatalk Pro
  19. Please rename advanved_config.ymal to .bak and rename advanced_config.ymal.example to advanced_config.ymal and stop/start the docker. Sent from my iPhone using Tapatalk Pro
  20. Yes please. Sent from my iPhone using Tapatalk Pro
  21. You're getting smtp authentication error. This can be caused by one of two things. 1) the gmail account is not setup to allow insecure apps. 2) the account information entered is incorrect. Can you check your google account to see if it allows insecure apps? I can provide a screenshot later if needed. Sent from my iPhone using Tapatalk Pro
  22. Can you change the following and re-test? Email port from 465 to 587 Email username: add @gmail.com to it. Sent from my iPhone using Tapatalk Pro
  23. Can you post a redacted picture of what's in your docker template? Please make sure not to redact it too much (example: you use user for your email address instead of [email protected]) Sent from my iPhone using Tapatalk Pro
  24. Can you try using a gmail account if you have one? I want to see if there is a potential provider issue since you're getting connection reset. Sent from my iPhone using Tapatalk Pro
  25. I just tested emailing to an iCloud account using the plex email section and it worked without issue. What email provider are you trying to send with out of curiosity. Sent from my iPhone using Tapatalk Pro