Live Stream Issue - facebook

I am getting the following error on my facebook app with the facebook live stream widget, but only at random times:
Live Stream Box configuration error
Live Stream Box couldn't be loaded at this time. Please try again later. For more detailed information on the Live Stream Box please visit the Developer Wiki.
Any ideas? It is really strange because it works sometimes and doesn't work other times. I would have thought that if there was really a configuration issue that it would work 0 times?

Try putting the at the bottom of the page, right before the "< body>".
It worked for me.
http://www.codecheetah.com/solution-facebook-live-stream-box-configuration-error/

Related

Whether or not your action is for families is required before publishing a Google Assistant action?

I was on the process of publishing my first google assitant action and after filling all the required details I am receiveing two errors.
1.Whether or not your action is for families is required
I have already checked and accepted the terms and conditions for families question. The data is saved also. Still I do not know why the error keeps popping up.
2.For en: Your sample invocations are structured incorrectly.
I have tested my invocations in the emulator and it seems to be working. And this error appears to be random. Sometimes, it does not happen even if I just save the same details again.
Any help appreciated as I am a complete new-bie to this.
I think this was a problem from the console itself. I updated today again and it seems to be saved.

When trying to run the Audio/Video widget (based on the GoRTC library), i get a "...was interrupted while the page was loading" error

I Googled the error and tried some of the suggestions, to no avail. This happened inside FireFox Aurora 29.0a2 on Windows, but i also got the same thing in Chrome on a Mac.
Any ideas as to what's causing this? Thank you!
The error will not affect the GoInstant service in any way. The error is logged by the browser for previous connections that are now disconnecting/interrupted on page refresh.
In other words, when you first connect in a fresh browser you will not see the error because you have no prior connections. Once you refresh, that first connection will be "interrupted" and you will create a new connection to GoInstant.

Facebook Open Graph: Can't Download - Could not retrieve data from URL

Everything was working fine when suddenly I started to get this Open Graph error on all pages:
http://n-pix.com
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fn-pix.com%2F
I've tried many suggestions from other questions, but nothing worked yet.
And if I save the static HTML from the page and load it on Open Graph debugger, everything works perfectly:
http://n-pix.com/ogtest.html
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fn-pix.com%2Fogtest.html
Any suggestions? Maybe something wrong with the headers?
I've found the problem:
PHP GZIP compression was causing the problem. As soon I disabled it, the problem was solved and this explain the different behavior between dynamic and static pages.
I hope this can help more people in the future.

window.CavalryLogger error in Facebook App running in Facebook Page Tab

I have applications which are displayed as tabs in Facebook pages which have been working fine. They suddenly started displaying this output in the tab:
/1336720089,176820405/
if (window.CavalryLogger) { CavalryLogger.start_js(["EgxV3"]); }
__d("UFIUpdate",
Any ideas what is going on???
Here is a link to one of them: http://www.facebook.com/TweakShoes/app_132692060112327
A temporary solution is to add https:// to facebook itself. This doesn't solve the problem, but it'll allow you to see your page on a per client basis.
The best fix in the longer term until facebook fixes this issue is to go to your account settings > Security > Enable secure browsing. This will enforce HTTPS wherever it can and should resolve the issue for a lot of pages you're trying to access.
Good Luck!
After encountering this issue yesterday, I tracked it down to an apparent conflict with the JS log wrapper included as part of HTML5 Boilerplate's script.js file. In particular, the "make it safe to use console.log always" snippet. After commenting it out, the FB lib error went away and my app displayed properly.
I didn't dig into what the conflict was, but here is the snippet. If you use something similar on your page, then it may be worth investigating.
/* make it safe to use console.log always */
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,timeStamp,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();){b[a]=b[a]||c}})((function(){try
{console.log();return window.console;}catch(err){return window.console={};}})());
It's probably not a coincidence that FB's own logger bugs out with this.
Facebook has opened a bug for this issue and recently triaged it to medium priority - no word on when it will be addressed.

Why can't I open yahoo's dapper (open.dapper.net/)

Question:
Why is dapper.net telling me that its having an internal server error when it appears that no one else is?
Overview:
I can't access yahoo's dapper.net (http://open.dapper.net/dapp-factory.jsp). I can reach the page "http://open.dapper.net", but not the actual program "/dapp-factory.jsp" When I click the link it loads for a long time and eventually says "An internal server error occurred. Please try again later." However, judging by other forums other users are not having this problem- including those on stackoverflow- and yahoo has not put forward any notice.
Things I did/ tried:
Searched on other forums, and posted this question on yahoo's forum (http://forum.dapper.net/viewtopic.php?f=4&t=5946&p=9720&hilit=internal+server+error#p9720) with no luck.
After having some other strange things happen related to chrome, i tried to use dapper.net on firefox and ie, and the same thing continues to happen. I tried to access the site from another computer, and it still happens.
Background that may/may not be relevant:
About a month ago dapper.net, (a popular online software that scrapes web pages to create rss feeds and other types of files from different web data) went down for a while, other users noted it on forums, and then the site went back up. Apparently it was a routine update. After the update, the site was live, and i began to have problems. the site would allow me to get to /dapp-factory.jsp but after trying to select content for scraping, it would eternally load the page with a "there was an error in the creation process of this dapp" in the background.
*this question was previously closed because it was originally too vague, so I have tried to clean it up. Please let me know how I can specify further if this is still the case.
Thank you