Tautulli - Monitor your Plex Media Server

2018-03-18 10:42:20 ERROR Tautulli Notifiers :: Error requesting Facebook access token: Can’t load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.

Running from localhost with localhost added to the app domains basic settings in faceboook

edit I was able to get a token for my app from this page https://developers.facebook.com/tools/explorer

Edit 2 still doesn’t work and the app domain error is still there despite being populated correctly.

Seems like same issue here. Facebook app development now requires url strict redirect. Neither my local ip or localhost is working now. Unable to authenticate tautulli for use with Facebook notifications. Anyone have a fix or workaround yet?

Hi, i try to use telegram notifications with tautulli, but still unable to get it.
Is there a step-by-step walkthru to get it done? Where?

Hey there…

So after upgrading PlexPy to Tautulli, my Pushover notifications stopped working. So i went to the settings and rebuilt them. Now my problem is that my custom notification work for TV Shows but for Movies, it is using the default one. I have tried so many different formats and i have moved the section around and still nothing…

Is anyone having the same problem? My notification text is:

<movie>Movie: <b>{Title} ({year})</b></movie> <episode>TV Show: <b>{show_name}</b> Episode: <b>{season_num}x{episode_num00}</b> Title: <b>{episode_name}</b></episode> Player: {player} on {platform} Progress: {progress_duration} mins in ({progress_percent}%), {remaining_duration} mins left Quality: {transcode_decision} @ {quality_profile} IP: {ip_address}

Here is the result of a movie and a TV Show:

Any help is appreciated!

@johnelogie said:
Seems like same issue here. Facebook app development now requires url strict redirect. Neither my local ip or localhost is working now. Unable to authenticate tautulli for use with Facebook notifications. Anyone have a fix or workaround yet?

I’ve tried http, https, changing the domain from localhost to localhost.local so it can be added to the advanced settings domain settings but same issue. I’ve reported to facebook in the meantime but I suspect this is on the app developer to fix.

I’ve also got an issue with notification text since upgrading. I’m sending notifications to Telegram and everything has worked for ages, nothing changed. Tv works as expected, Movies does not.

Syntax for my recently added notification:

<tv>[ TV ] {show_name} - S{season_num00}E{episode_num00} - {episode_name}</tv><movie>[ Movie ] {title} ({year})</movie>

TV output: [ TV ] 9-1-1 - S01E08 - Episode 8
Movie output: [ TV ] - S00E00 - Acts of Violence[ Movie ] Acts of Violence (2018)

Any tips?

@JonnyWong16 said:

@marC31 said:
re: https://forums.plex.tv/discussion/comment/1633624/#Comment_1633624 or https://forums.plex.tv/discussion/comment/1633639/#Comment_1633639

@JamminR said:
forums are not the intended bug report area

Apologetic, if unsure how either of these posts would be mistaken for a bug report since both its wordings close with “please assist” …

@JonnyWong16 said:
but most of the time it is user error

:blush: … hence the requests for support with resolving them plus, of course, appreciation overdue.

cheers,

Please post logs properly.

GitHub - Tautulli/Tautulli-Wiki: Wiki for Tautulli

I have no idea if OSX notifications actually work. I don’t have any Macs so I have never tested it. It might just actually be broken.

  • As for the missing library issue: Libraries/Refresh libraries on 2018-03-18 16:23:43 just gives https://forums.plex.tv/discussion/comment/1634235/#Comment_1634235 · GitHub, after which Settings/Homepage (no matter reload) still lacks mention of said card
  • As for the notification issue: that one appears to have resolved itself after a machine restart (incidentally, an unrelated one) :neutral:

cheers,

@ipub said:
2018-03-18 10:42:20 ERROR Tautulli Notifiers :: Error requesting Facebook access token: Can’t load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.

Running from localhost with localhost added to the app domains basic settings in faceboook

edit I was able to get a token for my app from this page Graph API Explorer - Meta for Developers

Edit 2 still doesn’t work and the app domain error is still there despite being populated correctly.

@johnelogie said:
Seems like same issue here. Facebook app development now requires url strict redirect. Neither my local ip or localhost is working now. Unable to authenticate tautulli for use with Facebook notifications. Anyone have a fix or workaround yet?

  1. As of March 2018, Facebook forces “Enforce HTTPS for Web OAuth Login” to Yes, so you will need an HTTPS redirect URI. The easiest way is to do this is to check “Enable HTTPS” under the Web Interface page in the settings (show advanced). You can disable this afterwards if you don’t want to use HTTPS.

  2. Facebook now forces the “Use Strict Mode for Redirect URIs” setting to Yes now so the URI has to match with /facebookStep2. Add https://localhost:8181/facebookStep2 to your “Valid OAuth redirect URIs”.

[accidental duplicate], to be ignored

cheers,

@jpp1972 said:
Hey there…

So after upgrading PlexPy to Tautulli, my Pushover notifications stopped working. So i went to the settings and rebuilt them. Now my problem is that my custom notification work for TV Shows but for Movies, it is using the default one. I have tried so many different formats and i have moved the section around and still nothing…

Is anyone having the same problem? My notification text is:

<movie>Movie: <b>{Title} ({year})</b></movie> <episode>TV Show: <b>{show_name}</b> Episode: <b>{season_num}x{episode_num00}</b> Title: <b>{episode_name}</b></episode> Player: {player} on {platform} Progress: {progress_duration} mins in ({progress_percent}%), {remaining_duration} mins left Quality: {transcode_decision} @ {quality_profile} IP: {ip_address}

Here is the result of a movie and a TV Show:

Any help is appreciated!

Next time check your logs first before asking for help. You didn’t post your logs, but you will find this in your logs:

Tautulli NotificationHandler :: Unable to parse parameter u'Title' in notification body. Using fallback.

{Title} is not a valid parameter, but {title} is.

@DuffHQ said:
I’ve also got an issue with notification text since upgrading. I’m sending notifications to Telegram and everything has worked for ages, nothing changed. Tv works as expected, Movies does not.

Syntax for my recently added notification:

<tv>[ TV ] {show_name} - S{season_num00}E{episode_num00} - {episode_name}</tv><movie>[ Movie ] {title} ({year})</movie>

TV output: [ TV ] 9-1-1 - S01E08 - Episode 8
Movie output: [ TV ] - S00E00 - Acts of Violence[ Movie ] Acts of Violence (2018)

Any tips?

<tv></tv> is not a valid tag.

@marC31 said:

  • As for the missing library issue: Libraries/Refresh libraries on 2018-03-18 16:23:43 just gives https://forums.plex.tv/discussion/comment/1634235/#Comment_1634235 · GitHub, after which Settings/Homepage (no matter reload) still lacks mention of said card
  • As for the notification issue: that one appears to have resolved itself after a machine restart (incidentally, an unrelated one) :neutral:

cheers,

Does it show up if you use a clean database? Shutdown Tautulli, and make a backup of the tautulli.db file, then either delete/move it out of the folder.

@JonnyWong16 said:

@ipub said:
2018-03-18 10:42:20 ERROR Tautulli Notifiers :: Error requesting Facebook access token: Can’t load URL: The domain of this URL isn’t included in the app’s domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.

Running from localhost with localhost added to the app domains basic settings in faceboook

edit I was able to get a token for my app from this page Graph API Explorer - Meta for Developers

Edit 2 still doesn’t work and the app domain error is still there despite being populated correctly.

@johnelogie said:
Seems like same issue here. Facebook app development now requires url strict redirect. Neither my local ip or localhost is working now. Unable to authenticate tautulli for use with Facebook notifications. Anyone have a fix or workaround yet?

  1. As of March 2018, Facebook forces “Enforce HTTPS for Web OAuth Login” to Yes, so you will need an HTTPS redirect URI. The easiest way is to do this is to check “Enable HTTPS” under the Web Interface page in the settings (show advanced). You can disable this afterwards if you don’t want to use HTTPS.

  2. Facebook now forces the “Use Strict Mode for Redirect URIs” setting to Yes now so the URI has to match with /facebookStep2. Add https://localhost:8181/facebookStep2 to your “Valid OAuth redirect URIs”.

Thank you, seems so simple now you’ve explained it. Oauth now works. Can now test tautulli properly.

edit, works. Ace!

@SwiftPanda16 said:

@marC31 said:

  • As for the missing library issue: Libraries/Refresh libraries on 2018-03-18 16:23:43 just gives https://forums.plex.tv/discussion/comment/1634235/#Comment_1634235 · GitHub, after which Settings/Homepage (no matter reload) still lacks mention of said card
  • As for the notification issue: that one appears to have resolved itself after a machine restart (incidentally, an unrelated one) :neutral:

cheers,

Does it show up if you use a clean database? Shutdown Tautulli, and make a backup of the tautulli.db file, then either delete/move it out of the folder.

Bingo! :smile:

gratefully yours,

Thanks. I had tried several alternate subdomains, but they hadn’t worked. The above works and I am back in business. Many thank you’s!!!

I’m going crazy I read the forum and did what I said about this error:

Https://localhost:777/facebookStep2 and placed this address before I had redirected to another Because my new configuration goes like this:

But the error continues…
The configuration in Web interface is:

It won’t let me enable HTTPS.
I need your help…

@Neuroryuu said:
I’m going crazy I read the forum and did what I said about this error:

Https://localhost:777/facebookStep2 and placed this address before I had redirected to another Because my new configuration goes like this:

But the error continues…
The configuration in Web interface is:

It won’t let me enable HTTPS.
I need your help…

Check the logs.

@Ockingshay said:

My page looks like this. If I refresh the webpage it shows the rest of the details for a split second. This is on iPad Pro. Running v2 in docker on unraid.

Any ideas?

I have the same problem, iPad Pro 12.9" here. Can we roll back to PlexPy?

@JonnyWong16

Thank you very much for your quick answers you are a crack

  1. As of March 2018, Facebook forces “Enforce HTTPS for Web OAuth Login” to Yes, so you will need an HTTPS redirect URI. The easiest way is to do this is to check “Enable HTTPS” under the Web Interface page in the settings (show advanced). You can disable this afterwards if you don’t want to use HTTPS.

  2. Facebook now forces the “Use Strict Mode for Redirect URIs” setting to Yes now so the URI has to match with /facebookStep2. Add https://localhost:8181/facebookStep2 to your “Valid OAuth redirect URIs”.

Came here with a problem and this solved it perfectly. Thanks @JonnyWong16 !

I actually didn’t need the HTTPS, http://192.168.0.1:8181/facebookStep2 worked fine.