romeoobane / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Error #2044: Unhandled ErrorEvent:. text=Load error. #306

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build an Adobe Air for Android (Facebook login)
2.
3.

What is the expected output? What do you see instead?
Error #2044: Unhandled ErrorEvent:. text=Load error.

What version of the product are you using? On what operating system?
Windows 7 x64, Flash cs5.5, Air for Android, as 3.0, GraphAPI_Mobile_1_6_1, 

Please provide any additional information below.
My test app only have a login button to test login facebook. After init() then 
click login buton, i see that output issue with a blank screen.

Original issue reported on code.google.com by hoshiv...@gmail.com on 20 May 2011 at 7:26

GoogleCodeExporter commented 9 years ago

What is the expected output? What do you see instead?
Error #2044: Unhandled ErrorEvent:. text=Load error.

Original comment by som9...@gmail.com on 24 May 2011 at 9:26

GoogleCodeExporter commented 9 years ago
I expect trace out "login successfull" and the loged user name. But only see 
that error on the output windows

Original comment by hoshiv...@gmail.com on 24 May 2011 at 10:56

GoogleCodeExporter commented 9 years ago
Can you please provide some code?

Original comment by rovertn...@gmail.com on 10 Jun 2011 at 5:45

GoogleCodeExporter commented 9 years ago
public static const extendedPermissions:Array = 
[];//"publish_stream","user_website","user_status","user_about_me"];

            protected function onCreated():void {
                trace("started");
                FacebookMobile.init(APP_ID, onFB);

            }

            protected function onFB(response:Object,fail:Object):void {
                trace("init");

            }

            protected function onLoginClicked():void {
                trace("login");
                FacebookMobile.login(onFBLogin,this.stage,extendedPermissions);
            }

            protected function onFBLogin(response:Object,fail:Object):void {
                trace("in");

            }

Original comment by vic.gvo...@gmail.com on 14 Apr 2012 at 9:02

GoogleCodeExporter commented 9 years ago
I'm building an application with facebook integration, and this error is 
happening to me when I don't have connection to the internet. Instead of 
crashing, I need to display a message saying that there's no internet 
connection. However, I'm not being able to handle that error using "try" and 
"catch", because It won't get inside the catch statement. How can I handle that?

Original comment by rafael.b...@gmail.com on 16 May 2013 at 6:49

GoogleCodeExporter commented 9 years ago
It's like Facebook's AS3 api isn't able to recognize the user is not connected 
to the internet. I've tried everything and nothing works.

Original comment by rafael.b...@gmail.com on 16 May 2013 at 6:56

GoogleCodeExporter commented 9 years ago
It's like Facebook's AS3 api isn't able to recognize the user is not connected 
to the internet. I've tried everything and nothing works.

Original comment by rafael.b...@gmail.com on 16 May 2013 at 6:56

GoogleCodeExporter commented 9 years ago
I've discovered the problem: the class MobileLoginWindow doesn't add an error 
EventListener to webView, so it throws an unexpected error. I've added that to 
the class and it's working fine now.

Original comment by rafael.b...@gmail.com on 16 May 2013 at 7:55

GoogleCodeExporter commented 9 years ago
Error #2044: Unhandled ErrorEvent:. text=Load error.

Some one got solutions to this??

Original comment by r.vivekh...@gmail.com on 16 Oct 2014 at 7:48

GoogleCodeExporter commented 9 years ago
I have same issue , too.

Original comment by havietn...@gmail.com on 17 Oct 2014 at 3:09

GoogleCodeExporter commented 9 years ago
Hi, i also have the same issue.

I can login on Facebook for few times and than get error:
Error #2044: Unhandled ErrorEvent:. text=Load error.

Internet is allways working.

If handle this error, as Rafael said,  facebook login does not finish and login 
callback function is never called.

Any ideas?

Original comment by si3st...@gmail.com on 24 Oct 2014 at 10:18