Plex Requests .Net

@williamray507 said:

@tidusjar said:
Really? That’s unusual!

The API must have changed, did it happen straight after you updated?

It happened after the last update and from what I can tell the URL is repeated twice for the poster image.

I’m having the same issue here, on version 1.9.4.

@Ramsay said:

@williamray507 said:

@tidusjar said:
Really? That’s unusual!

The API must have changed, did it happen straight after you updated?

It happened after the last update and from what I can tell the URL is repeated twice for the poster image.

I’m having the same issue here, on version 1.9.4.

It looks like the error was fixed(at least on the dev branch)… Now we have to wait for a release.

https://github.com/tidusjar/PlexRequests.Net/commits/dev

Too bad it is not set up on a nightly build bot off the dev channel… with an internal update…

:slight_smile:

Hey guys,

Sorry i’ve not been active on this thread!

I’ve fixed lots of issue and plan to push out a new release soon.

There are CI builds available from the Dev branch here if you cannot wait or even want to test the new features: https://ci.appveyor.com/project/tidusjar/requestplex/build/artifacts

@tidusjar said:

There are CI builds available from the Dev branch here if you cannot wait or even want to test the new features: AppVeyor

Nicely done! Did not know that!

Why is AVG detecting the last update as infected?

And the Requested movies poster are still broken…
Should it be 2 http references? just a thought…
https://image.tmdb.org/t/p/w150/https://image.tmdb.org/t/p/w150//z09QAf8WbZncbitewNk6lKYMZsh.jpg

@viperhansa said:
Why is AVG detecting the last update as infected?

Ask AVG…? Bitdefender says nothing…

any news on it not working on ubuntu 16.04??

AVG really? You can take a look through all the code! :stuck_out_tongue:

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?

@viperhansa said:
Why is AVG detecting the last update as infected?

And the Requested movies poster are still broken…
Should it be 2 http references? just a thought…
**https://image.tmdb.org/t/p/w150/**_https://image.tmdb.org/t/p/w150//z09QAf8WbZncbitewNk6lKYMZsh.jpg_

See this post from development
https://forums.plex.tv/discussion/comment/1286985/#Comment_1286985

and instructions here on how to whitelist Plex Media Server binaries in AVG
https://forums.plex.tv/discussion/comment/1287031/#Comment_1287031

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

@sa2000 said:

@viperhansa said:
Why is AVG detecting the last update as infected?

And the Requested movies poster are still broken…
Should it be 2 http references? just a thought…
**https://image.tmdb.org/t/p/w150/**_https://image.tmdb.org/t/p/w150//z09QAf8WbZncbitewNk6lKYMZsh.jpg_

See this post from development
https://forums.plex.tv/discussion/comment/1286985/#Comment_1286985

and instructions here on how to whitelist Plex Media Server binaries in AVG
https://forums.plex.tv/discussion/comment/1287031/#Comment_1287031

Already solved the AVG false positive…
Now it’s just the posters that don’t showing up…

Thanks @sa2000 !

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

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 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.

@williamray507 said:

@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.

Haha it’s not a problem! Thanks though!

That’s great can’t wait to test it. This is my favorite Plex addon thanks for all your hard work.

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

(path in errormsg is probably yours)

It’s telling me that it cannot authenticate with your smtp credentials. That’s the reason why they are not sending.

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

No it should work fine, are you 100% sure that it is setup correctly? There is no 2 factor auth?

Yep, as i said, it worked sending with powershell (from the same box) with the same credentials
It works now atleast, so I’m happy