Problems with initializing player object in Deezer api - deezer

I was trying to launch an example http://developers.deezer.com/sdk/javascript/example-invisible
The example works fine under firefox however I get the following error in google chrome 30.0.1599.101 on mac
http://developers.deezer.com/examples/player_invisible.php dz.js:67
playercontrol is not defined dz.js:67
ReferenceError: playercontrol is not defined
at DZ.inapploaded (http://cdn-files.deezer.com/js/min/dz.js:8:5)
at DZ.communication.receive (http://cdn-files.deezer.com/js/min/dz.js:109:1)

Can you try deleting your cookies?
Please let me know if you get the problem again.

This was a bug from Deezer. The SDK has issues while running in iframes, it's been fixed now.

Related

Firestore Database Console loading problem

I am trying to open the Cloud Firestore from Firebase Console. It keeps loading and loading, without ever showing the available data. The database itself works fine, since I have successfully tried posting something. So I guess the UI of the Firebase Console is to blame. Has anyone encountered this issue before, and if yes, is there anything I can do to fix it?
Update: The problem persists on Chrome and Microsoft Edge, but disappears when opening the Firebase Console with Firefox.
I've encountered this problem few weeks ago and first I thought it was a chrome update bug, or cache related problem since Firebase cloud service was online all the time. And then just today, I've decided to clean up unused chrome extensions out of nowhere and problem was gone.
Solution
Delete unused chrome extensions
For me, I've deleted Autoview, some vpn extension and cors extensions. Not sure which one exactly caused the problem but I think this is the solution.
I also tried opening three projects in Firestore and didn't encounter the issue you mentioned. I tried Chrome Version 93.
By looking at the status dashboard, all Firebase services are up and running at this time.
If you still experience this issue, I suggest testing on a different device, deleting cache/cookies, updating your browsers. If it's still the same, contacting the GCP Support.
for me, after deleted browser history, open url in new profile chrome. but still not working.
i try to active ipv6 for network adapter and its working fine.

CloudKit Dashboard keeps showing log in screen

Has anyone else experienced an issue where the CloudKit Dashboard will rarely log in but most of the time redirect the page back to the log in screen after you've correctly typed in all the credentials?
I can't seem to find anything on the web about it, except for this post on the Apple developer forums:
https://forums.developer.apple.com/thread/25947
I'm running a late 2011 MBP with OSX Yosemite, not sure if that will help. I've tried both Safari and Firefox.
Try using Safari. I was having this problem with mozilla firefox.
Solution: open a private browsing window and try again!

Uncaught TypeError: Converting circular structure to JSON

We're using the fb:registration plugin to sign up users on our site. Today I noticed the registration redirect is no longer working in Google Chrome and Safari (latest public release). I know for sure it was working with the same code as recently as last week. It seems to be getting stuck on submission with this error, which is coming from:
static.ak.fbcdn.net/rsrc.php/v1/ys/r/ioE9qOq_5Oa.js:101
Firefox and IE have no problem, so it seems to be Webkit specific. Any ideas?
There is a bug report tracking this on Facebook's developer site.
https://developers.facebook.com/bugs/251685364894450
Please go there and tell them you are seeing this issue too.

Error while doing facebook integration

I am using open source code sharekit for facebook integration in iOS but i am getting error as "FT_Load_Glyph failed: glyph 65535: error 6". I tried same code on another mac machine its working fine.I tried it for all 4.0 versions but not getting any success.
Please let me know if anyone know regarding this :)
Thanks in advance.
Check this error exists with iOs 4.2
Errors on creating a multipage PDF
I was getting the same errors when showing text in languages other than English.(Your Facebook news feed may contains many languages.)

Works on Emulator and Safari browser but not on real IPhone

I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!)
Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issue any idea.......solution is appreciated!
Thanks,
Justin Samuel.
I found the cause of the issue.Basically my config has a setting which gives my site url. eg: currently it was something like http://xyz.com.
Now this worked on normal browsers and emulators. But when it comes to IPHone i had to change the config variable with something like http://www.xyz.com.
Browser was smart enuf to find out what the handle this but not IPhone browser.
Thanks Mahboudz and Mike for you valuble time. Yes I should have added more details while giving the question. Sorry for that!!
Thanks All.