Xen Pushover (Push Notifications) [Deleted]

I believe the only one that came through was from the server error log.
Apart from the Pushover Admin alerts, all of the Pushover Alert Types in the ACP (and those in your external account preferences) match to forum alerts (red bubble). If you've not had any red bubble forum alerts then you won't have had any push alerts.
 
Does that mean if I have a notification turned off for an alert, but I have it turned on for pushover, that I will not get the push notification? If that's true, it would explain some things. I got a push last night, so it is working.
 
Does that mean if I have a notification turned off for an alert, but I have it turned on for pushover, that I will not get the push notification?
That's correct.

You only get pushed to you the alerts that you would receive on the forum.
 
With Xen Pushover installed on your forum, your users will be able to receive their forum alerts directly to their Pushover client.
If there's no alerts (e.g. they've been disabled), there's nothing to push. Should be relatively self explanatory.
 
Hi Chris,

This may require suggestions/updates to the core eventually now that XMG is part of XF, but what I'd like is for the XMG categories to also be listed and selectable in the the user registration options so that new users can be automatically subscribed to these categories upon registration.

/admin.php?options/list/usersAndRegistration

This would allow users to receive email notifications upon the submission of new media content and then when tied into this add on, also receive push notification alerts of new media content.

I think it would also need a separate rebuild cache button to add existing users to the subscribed list, separate from watched threads and forums rebuilder.

upload_2015-2-5_12-48-18.webp

Could you add this please?
 
Ahh shoot, sorry, I'm getting confused between what's core and what's an add on.

I'm using your 'Automatic Watch Thread and Watch Forum on Registration' add on in conjunction with this one to provide email and push alerts to users when new content is posted.

Currently that only works for threads, I'd like it to also work for new media content. Which would require and update to the Automatic Watch thread add on, wouldn't it?

I would like email (and pushover alerts) sent for new media submitted and for new users to be subscribed to the alerts by default upon registration.

Sorry, feel free to move these posts to the right thread.
 
Hi @Chris D, I've been receiving a bunch of server errors since early this morning:

upload_2015-2-17_12-26-9.webp

Most of them have a similar error message which mentions Xen Pushover

Code:
Server Error Log
Error Info
Zend_Dom_Exception: Cannot query; no document registered - library/Zend/Dom/Query.php:245
Generated By: Unknown Account, Today at 11:16 AM
Stack Trace
#0 /var/www/vhosts/seniorgamers.net/httpdocs/library/Zend/Dom/Query.php(231): Zend_Dom_Query->queryXpath('//html[contains...', 'html.LoggedIn')
#1 /var/www/vhosts/seniorgamers.net/httpdocs/library/XenPushover/CronEntry/Scrape.php(60): Zend_Dom_Query->query('html.LoggedIn')
#2 [internal function]: XenPushover_CronEntry_Scrape::scrapeForAlerts(Array)
#3 /var/www/vhosts/seniorgamers.net/httpdocs/library/XenForo/Model/Cron.php(356): call_user_func(Array, Array)
#4 /var/www/vhosts/seniorgamers.net/httpdocs/library/XenForo/Deferred/Cron.php(24): XenForo_Model_Cron->runEntry(Array)
#5 /var/www/vhosts/seniorgamers.net/httpdocs/library/XenForo/Model/Deferred.php(294): XenForo_Deferred_Cron->execute(Array, Array, 7.9999868869781, '')
#6 /var/www/vhosts/seniorgamers.net/httpdocs/library/XenForo/Model/Deferred.php(428): XenForo_Model_Deferred->runDeferred(Array, 7.9999868869781, '', false)
#7 /var/www/vhosts/seniorgamers.net/httpdocs/library/XenForo/Model/Deferred.php(373): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#8 /var/www/vhosts/seniorgamers.net/httpdocs/deferred.php(23): XenForo_Model_Deferred->run(false)
#9 {main}
Request State
array(3) {
  ["url"] => string(40) "http://www.seniorgamers.net/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(1) "/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}

Although most of them have ["_xfRequestUri"] => string(1) "/", I have:

1 with ["_xfRequestUri"] => string(22) "/find-new/156806/posts"
1 with ["_xfRequestUri"] => string(20) "/threads/hello.2163/"


Is this a Xen Pushover issue or something else?

On a separate note, I don't know if you've seen this:

http://updates.pushover.net/post/108648717687/announcing-pushover-notification-subscriptions
 
Thanks, I'll check out the Subscription stuff. I remember checking about a month ago whether there was anything new in the world of Pushover, must have been a day or two before that blog post. Typical.

I'll look into those logs. Not happening for me AFAIK. It's specifically related to scraping alerts from XF.com. Have you stopped receiving these?
 
Do all of your error logs mention this:

"XenPushover/CronEntry/Scrape.php"
Yes they do.

Most are nearly identical to the one posted above except for the two exceptions and the number in the 'array' brackets being different.
 
I actually changed my post as I answered my own question (that process is the only thing that could trigger Zend_Dom_Query errors IIRC).
 
I'll look into those logs. Not happening for me AFAIK. It's specifically related to scraping alerts from XF.com. Have you stopped receiving these?
I was receiving Pushover alerts from here yesterday. I've not had any so far today so don't know if I'm still receiving them or not.
 
Top Bottom