I followed this guide to install plexwatch on my plex jail in Freenas http://forums.nas4free.org/viewtopic.php?t=7891
I am having a notification issues I can’t resolve. I decided to use Boxcar 2 for my notifications. The iOS app says it is Boxcar v1.5. I didn’t create an account, but that doesn’t seem to be an issue. My config.pl file has the following.
'boxcar_v2' => { 'enabled' => 1, ## set to 1 to enable local boxcar_v2 ( device specific ) 'push_recentlyadded' => 1, 'push_watched' => 1, 'push_watching' => 1, 'push_paused' => 1, 'push_resumed' => 1, 'access_token' => 'xxxxx', ## Access token from your Device 'from' => 'user_xxxx', ## From Name displayed on boxcar 'sound' => 'bird-1', 'icon_url' => 'https://rarforge.com/images/plexWatch.57x57.png', },
I never receive notifications. Where/how can I troubleshoot this?