AVG really? You can take a look through all the code!
Regarding the URL issue, it’s been fixed at the point of origin, with existing requests it’s hard to fix as the ‘broken’ URL is stored in the db with the request. I’ll see if I can create some cleanup script.
It should work fine on ubuntu with mono too… what’s your issue spark?
Edited 29 October 2016 by sa2000:
AVG appear to be trusting the new certificate now - so there is no need for this amendment to the AVG Settings anymore
what’s your issue spark?
I have installed multiple times on a fresh install of ubuntu 16.04. I set up Email Notifications and it works correctly but the send test email to admin function fails so I cant use the new feature
@tidusjar said:
The new ‘recently added feature’? There is a few bugs with that. A new release will fix it which I plan to push out within the next few days
tidusjar I just want to thank you for all the hard work you put into this.
@tidusjar said:
The new ‘recently added feature’? There is a few bugs with that. A new release will fix it which I plan to push out within the next few days
tidusjar I just want to thank you for all the hard work you put into this.
I’ve been updating regularly, but I have one problem, email notifications.
It have worked a couple of times, but mostly not.
I fill inn all the info, using smtp2go as server. I have double-checked the settings (server, port, credentials) with PowerShell.
I send a test message, it says “Successfully sent a test Email Notification!” in the corner, but no mail is sent.
The debug log says: MailKit.Security.AuthenticationException: Authentication failed. at MailKit.Net.Smtp.SmtpClient.Authenticate(Encoding encoding, ICredentials credentials, CancellationToken cancellationToken) at MailKit.MailService.Authenticate(String userName, String password, CancellationToken cancellationToken) at PlexRequests.Services.Notification.EmailMessageNotification.d__14.MoveNext() in C:\projects\requestplex\PlexRequests.Services\Notification\EmailMessageNotification.cs:line 205
Could there be a limit in credential lenghts?
I tested with a username with 7 letters and password with 8 = not working
username 4 letters and password 6 = working