I am trying to get realtime updates to happen without avail. I have setup a meteor server to the spec on the meteor site and have used the method to redirect 4670 to port 80 from another IP, however the plugin is not working for me.
I can get the buttons to show and the page seems to reload but no notices are there. I am going to remove all the meteor setup and start again but any insight would be helpful.
Performing a netstat I can see the daemons running showing both ports 4670/1, the plugin is using the forwarded IP and all seems to be working but no notices get pulled into the timeline. I am running on 0.9.5.
Comments
- Meteor setup (follow all instructions on http://meteorserver.org/installation/
- I selected 8081 for my subscriber port and put in my outside IP for the Subscriber IP in /usr/local/meteor/Meteor/Config.pm
- I also specified an internal address (might not be needed but did it anyway) in the Config.pm for the controlserver to 127.0.0.1 and left the default port to 4671
- Changed my webport in meteor.js in /usr/local/meteor/public_html/meteor.js
- Setup the Meteor plugin in your statusnet config.php as follows:
addPlugin('Meteor', array('webserver' => '$your_site_name', 'webport' => '8081', 'controlserver' => '127.0.0.1', 'controlport' => '4671'));
-Make sure to restart the queuedaemons. Mine tended to keep running even when running scripts/stopdaemons.sh so you might want to kill that pid first. The just run scripts/startdaemons.sh and refresh your webpage to load the new config.php.
Make sure you add the Meteord daemons to start at boot and you should be in business.
2010-09-29 11:01:06 LOG_INFO: [statusnet.example.com:10526.b0532326 POST /api/statuses/update.xml] No PuSH subscribers for https://statusnet.example.com/api/statuses/user_timeline/1.atom
Two questions:
Is that error "No PuSH subscribers" related to meteor?
Might https cause problems? (I need https)
I'll bind apache to 127.0.0.1:80 and put a stunnel in front of apache to prevent from further SSL related problems.
Thank you @gol10dr
PLEASE HELPPP!!
http://forum.status.net/discussion/552/-sticky-how-to-debug-read-this-before-posting-/
i also tried to run cometd but it doesnt worked out :/