Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Feed will not update

This discussion is related to the Feed Discussions addon.

Today I started the plugin, everything ok, but feed will not show up. What can I do?

Comments

  • I running into the same problem. And since its a background process, I don't know how to debug it. I dont even know what's causing it coz I dont know where to look for such errors. @Tim can you help?

  • I have a slow connection - so it can't even add the feed properly.

    the $FeedRSS variable contains this.

    Operation timed out after 2000 milliseconds with 13160 bytes received

    could you also be having some timing issues.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • Well, in my case it adds the urls, but the feeds are never updated.

    I dont know if the CheckFeeds method is even triggered at all. Kinda sucks. It seems lots of people are having problems with this plugin.

  • I tried running this from console.

        jQuery(document).ready(function() {
           $.get(gdn.url('/plugin/feeddiscussions/checkfeeds'));
        });
    

    and got this. don't know if it is the way I ran it or an actual problem.

    Fatal Error in Gdn_PluginManager.GetPluginInstance();

    <

    div id="Content">

    Tried to load plugin 'MinionPlugin' from access name 'MinionPlugin:classname', but it doesn't exist.

         <h3>The error occurred on or near: <strong>/var/www/vanilla/library/core/class.pluginmanager.php</strong></h3>
            <div class="PreContainer"><pre>498:          break;</pre>
    
    499:       }
    500: 
    501:       if (!class_exists($ClassName))
    502:          throw new Exception("Tried to load plugin '{$ClassName}' from access name '{$AccessName}:{$AccessType}', but it doesn't exist.");
    503: 
    504:       if (!array_key_exists($ClassName, $this->Instances)) {
    505:          $this->Instances[$ClassName] = (is_null($Sender)) ? new $ClassName() : new $ClassName($Sender);
    506:          $this->Instances[$ClassName]->PluginInfo = $this->GetPluginInfo($AccessName, $AccessType);

    Backtrace:

            <div class="PreContainer"><pre>[/var/www/vanilla/plugins/FeedDiscussions/class.feeddiscussions.plugin.php:311] <strong>Gdn_PluginManager->GetPluginInstance();</strong></pre>
    
    [/var/www/vanilla/plugins/FeedDiscussions/class.feeddiscussions.plugin.php:113] FeedDiscussionsPlugin->PollFeed();
    [/var/www/vanilla/plugins/FeedDiscussions/class.feeddiscussions.plugin.php:79] FeedDiscussionsPlugin->CheckFeeds();
    [/var/www/vanilla/plugins/FeedDiscussions/class.feeddiscussions.plugin.php:79] FeedDiscussionsPlugin->Controller_CheckFeeds();
    [/var/www/vanilla/library/core/class.plugin.php:250] PHP::call_user_func();
    [/var/www/vanilla/plugins/FeedDiscussions/class.feeddiscussions.plugin.php:62] Gdn_Plugin->Dispatch();
    [/var/www/vanilla/library/core/class.pluginmanager.php:713] FeedDiscussionsPlugin->PluginController_FeedDiscussions_Create();
    [/var/www/vanilla/library/core/class.dispatcher.php:313] Gdn_PluginManager->CallNewMethod();
    [/var/www/vanilla/index.php:53] Gdn_Dispatcher->Dispatch();


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • Ok, if I go to the url /plugin/feeddiscussions/checkfeeds directly, it worked.

    I do see the jquery loaded into the dicsussions page but its not being triggered when the document is loaded. Probably conflicting with something else, or a version problem.

    jQuery(document).ready(function() { $.get(gdn.url('/plugin/magpiefeeds/checkfeeds')); });

  • until somebody says this works - I'm giving up on it.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    UnderDog
  • It used to be working for me until a couple of days after a lot of trial. I am guessing some other plugin I enabled conflicted with this.

    But it looks like @mark and @tim and the guys rarely care about the community anymore ;(

Sign In or Register to comment.