ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
http://thinkup.com
GNU General Public License v3.0
3.3k stars 676 forks source link

Twitter RealTime plugin does not start #1558

Open jbfavre opened 11 years ago

jbfavre commented 11 years ago

Hello, Trying new Twitter realtime plugin, I figure out it does not start:

$ php ./crawler/stream.php stream <admin_user_email> <pwd> Fatal error: Class 'Streamer' not found in webapp/_lib/controller/class.StreamerAuthController.php on line 76

I'm running up-to-date master branch.

Just changed chdir(".."); to chdir(dirname(__FILE__) . "/.."); into webapp/crawler/stream.php line 25 so that it get same behaviour as webapp/crawler/crawl.php

Regards,

samarthsave commented 11 years ago

I am getting the same error... I have installed everything just stuck on this error. There is no Streamer class in controller folder.

Please help.