1. created channel using blog content type on hub.bryght.net with "Publish content when cron runs"
2. succesfully subscribed on sub.bryght.net
3. when cron runs on hub.bryght.net, publish fails with "XMLRPC push failed for http://sub.bryght.net/xmlrpc.php (channel id 12): %Publishing domain not trusted."
4. if i pull it from sub.bryght.net then it works i.e. "New content from Hub Blog post 24 May 2006. Nodes imported: 6; nodes updated: 0; terms imported: 0."

more info:
Rolands Publish Subscribe Testing Notes

Comments

Roland Tanglao@bryght.com’s picture

I see the same issue with November 13, 2006 4.7 code from CVS. Any tips to help debug this would be much appreciated!

Roland Tanglao@bryght.com’s picture

Version: master » 4.7.x-1.x-dev

Specifically here are the sequence of events in the admin log:

On publish side, publish a Drupal story and then:

1. nodeapi firing

2. channel 1 added node 6 to q for subscriber id 2 (channel 1 on publish side, id 2 on subscribe side)

3. setting publish_exit

4. story: added story 4 - publish to universe. (one of the terms is called 'publish to universe' for the vocabulary i am using so i created the story with title 'story 4 - publish to universe')

5. beginning push for channel 1, subscriber 2

6. preparing to push qid 5; nid 6 (the node id of 'story 4 - publish to universe' is node 6)

7. keeping node 6

8. XMLRPC push failed for http://subscribe.optimistweb.org/xmlrpc.php (channel id 1): No such subscription

Roland Tanglao@bryght.com’s picture

Status: Active » Closed (fixed)

closing this
it does work, with some modifications to the 4.7 code (which i will file separate issues about)