Added FAQ about cache and another Facebook error

Tyler Burnshaw
2016-11-04 01:18:35 -03:00
parent 85500dcec4
commit f591605aa9

@@ -33,6 +33,7 @@
## Notifications
* [I can't get Notifications working! Is there a magic trick?](#notifications-q1)
* [My tests are successful, but the notification isn't sent and there's nothing in the logs](#notifications-q10)
* [Can I disable notifications for a specific user/library?](#notifications-q2)
* [Can I disable recently added notifications for TV Shows/Movies?](#notifications-q3)
* [All my recently added notifications are showing `S00E01`.](#notifications-q4)
@@ -40,6 +41,7 @@
* [Why are posters not showing up in my notifications?](#notifications-q6)
* [How do I set up Imgur for notification posters?](#notifications-q7)
* [Facebook notifications are telling me "Insufficient permission to post to target on behalf of the viewer".](notifications-q8)
* [Facebook notifications are telling me "Some of the aliases you requested do not exist".](notifications-q9)
## Windows
* [I enabled HTTPS but received a warning that the pyOpenSSL module is missing. How do I fix this?](#windows-q1)
@@ -217,6 +219,9 @@ If the item can't be found then you can flush the temporary sessions database in
#### <a name="notifications-q1">Q:</a> I can't get Notifications working! Is there a magic trick?
**A:** To be honest: Yes. To be very honest: No. You probably forgot to click on the gray bell icon next to the Notification Agent. On the popup you have to check for which notification the selected agent should be used for. After you checked at least one notification type and clicked on Close the bell turns satisfying orange-ish. Also, make sure the "Global Notification Toggles" are enabled under Settings > Notifications.
#### <a name="notifications-q10">Q:</a> My tests are successful, but the notification isn't sent and there's nothing in the logs.
**A:** Sometimes the browser cache will cause problems with the tests. Press Ctrl+F5 on your keyboard, then retry the test. It should now work.
#### <a name="notifications-q2">Q:</a> Can I disable notifications for a specific user/library?
**A:** You can control which users/libraries will trigger notifications by going to Users/Libraries > Edit mode > Toggle Notifications.
@@ -246,6 +251,8 @@ TLS: checked
#### <a name="notifications-q8">Q:</a> Facebook notifications are telling me "Insufficient permission to post to target on behalf of the viewer".
**A:** When allowing PlexPy to access your Facebook account, you must select `Public` or `Friends` for the app visibility permissions. Selecting `Only Me` will not work.
#### <a name="notifications-q9">Q:</a> Facebook notifications are telling me "Some of the aliases you requested do not exist".
**A:** The Facebook Group ID you've used is incorrect. If your group has a named URL, you'll need to find the ID number using a tool like [lookup-id.com](https://lookup-id.com/). You'll need to make your group open in order for that tool to work. You can change the group back to closed/secret once you have the ID number.
---