Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tadas Krivickas

    (@tkrivickas)

    I see that it’s working on your website with the dev version.
    It will be released soon.

    Regards,
    Tadas

    Thread Starter vitogesualdi@gmail.com

    (@vitogesualdigmailcom)

    It was working last week, but all today it’s been frozen, saying one of our streamers is live with 275 viewers (though he’s actually offline).

    Plugin Author Tadas Krivickas

    (@tkrivickas)

    I see. Can you install current dev version and see if it fixes the issue?

    http://downloads.wordpress.org/plugin/live-stream-badger.zip

    Thread Starter vitogesualdi@gmail.com

    (@vitogesualdigmailcom)

    Tried the new version, but same problem. It seems that if a streamer doesn’t logout, the stream status freezes when they go offline?

    Plugin Author Tadas Krivickas

    (@tkrivickas)

    1. Can you elaborate on what you mean by ‘if a streamer doesn’t logout’?

    2. Are you using any caching plugin?

    3. Can you send me WP_DEBUG log? Use the following in your wp-config.php to turn it on and route to wp-content/debug.log:

    define('WP_DEBUG', true);
    if (WP_DEBUG) {
      define('WP_DEBUG_LOG', true);
      define('WP_DEBUG_DISPLAY', false);
      @ini_set('display_errors',0);
    }

    After enabling it, do some refreshes, wait 5+ minutes, refresh, try deactivate/activate plugin, etc. (basically do some workflow) and check debug.log.

    Plugin Author Tadas Krivickas

    (@tkrivickas)

    By the way, stream status is refreshed every 5+ minutes, maybe that is the case?

    Plugin Author Tadas Krivickas

    (@tkrivickas)

    Just checked your website, it’s working well. Open a new thread if there are any other issues.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Stream status not showing’ is closed to new replies.