mconf / bbb-air-client

Mobile client for BigBlueButton and Mconf based on Adobe Air
Other
12 stars 32 forks source link

Load application navigation issue #87

Open pop6396 opened 7 years ago

pop6396 commented 7 years ago

Hi, I check out the source code, and run this app not in the debug mode, but I have below error message: VideoProfile [ id: 160x120, default: true, name: Fallback profile, width: 160, height: 120, keyFrameInterval: 5, modeFps: 15, qualityBandwidth: 0, qualityPicture: 90, enableH264: true, h264Level: 2.1, h264Profile: baseline ] TypeError: Error #1009: Cannot access a property or method of a null object reference. at org.bigbluebutton.core.util::URLParser/parse()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/util/URLParser.as:22] at org.bigbluebutton.core.util::URLParser()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/util/URLParser.as:17] at org.bigbluebutton.core::LoginService/getJoinUrl()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/LoginService.as:93] at org.bigbluebutton.core::LoginService/loadHttps()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/LoginService.as:62] at org.bigbluebutton.core::LoginService/load()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/LoginService.as:55] at org.bigbluebutton.command::JoinMeetingCommand/execute()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/command/JoinMeetingCommand.as:46] at robotlegs.bender.extensions.commandCenter.impl::CommandExecutor/executeCommand()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\commandCenter\impl\CommandExecutor.as:100] at robotlegs.bender.extensions.commandCenter.impl::CommandExecutor/executeCommands()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\commandCenter\impl\CommandExecutor.as:65] at robotlegs.bender.extensions.signalCommandMap.impl::SignalCommandTrigger/routePayloadToCommands()[C:\development\libs\robotlegs-extensions-SignalCommandMap\src\robotlegs\bender\extensions\signalCommandMap\impl\SignalCommandTrigger.as:105] at org.osflash.signals::Slot/execute()[C:\development\libs\as3-signals\src\org\osflash\signals\Slot.as:92] at org.osflash.signals::OnceSignal/dispatch()[C:\development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132] at org.bigbluebutton.view.navigation.pages.login::LoginPageViewMediator/joinRoom()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/view/navigation/pages/login/LoginPageViewMediator.as:100] at org.bigbluebutton.view.navigation.pages.login::LoginPageViewMediator/initialize()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/view/navigation/pages/login/LoginPageViewMediator.as:45] at robotlegs.bender.extensions.mediatorMap.impl::MediatorManager/initializeMediator()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\mediatorMap\impl\MediatorManager.as:139] at Function/()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\mediatorMap\impl\MediatorManager.as:98] at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/core/UIComponent.as:13688] at mx.core::UIComponent/set initialized()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/core/UIComponent.as:1839] at mx.managers::LayoutManager/doPhasedInstantiation()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/managers/LayoutManager.as:850] at mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]

I check the source code, in the code LoginPageViewMediator, if url="", then code will go to userUISession.pushPage(PagesENUM.OPENROOM); but the app doesn't navigation to the open room view.

can you help me to solve this issue? are there any develpment issue in my local envirement? I use 4.16 flex sdk, and 3.9 air sdk.

thanks a lot!

gigitux commented 7 years ago

I think that i have the same problem.

For me the problem is backend side, considering that new version not send any cookie. I'm working for a fix

0 7 4 1 1

pop6396 commented 7 years ago

I read the code, I think the problem is : userUISession.pushPage(PagesENUM.OPENROOM); I don't know why the navigation doesn't work, can you help me if you have any progress to fix this issue?

thanks

gigitux commented 7 years ago

I'm working on it, how can I contact you for discuss ? (email/telegram)

fcecagno commented 7 years ago

Hi guys, if you keep the discussion here, we might be able to help you. There isn't enough information for us to help @pop6396 , we need to know with which server you're testing, what's it running, and if you're running latest Apache Flex and latest Adobe Air libraries.

gigitux commented 7 years ago

I fix the bug, but my solutions is not optimal. The problem is SessionToken. I saved it in a global variable and added at the end of the URL (I know is bad :/)

fcecagno commented 7 years ago

Why don't you put the sessionToken on the UserSession model, @gigitux ?

gigitux commented 7 years ago

Ok, i'm working for a better implementation :)

gigitux commented 7 years ago

I'm try to add sessionToken on userSession model, but i don't get usersession.sessionToken available on URLParser class.

Should I study Robotlegs? https://github.com/robotlegs/robotlegs-framework

@fcecagno

gigitux commented 7 years ago

After read Robotlegs, I don't think that put sessionToken in UserSession is a good solution. @fcecagno

pop6396 commented 7 years ago

@gigitux Hi, have you fixed this issue? you can send email to my email box pop6396@gmail.com, thank you very much!

gigitux commented 7 years ago

I do a PR. If you can test, use my repo https://github.com/gigitux/bbb-air-client/tree/sessionToken-fix branch: sessionToken-fix

@pop6396 :)

Send me a feedback, but i'm testing app and seems all ok :)

pop6396 commented 7 years ago

OK, I will test it :)

2017-07-13 18:41 GMT+08:00 Luigi Teschio notifications@github.com:

I do a PR. If you can test, use my repo https://github.com/gigitux/ bbb-air-client/tree/sessionToken-fix branch: sessionToken-fix

:)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315041674, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6tW51r8PMzPlWMafq8kKNGdORziWks5sNfRBgaJpZM4OHlfn .

pop6396 commented 7 years ago

Hi, I still get the same error message as below:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at org.bigbluebutton.core.util::URLParser/parse()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/util/URLParser.as:22]

at org.bigbluebutton.core.util::URLParser()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/util/URLParser.as:17]

at org.bigbluebutton.core::LoginService/getJoinUrl()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/LoginService.as:94]

at org.bigbluebutton.core::LoginService/loadHttps()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/LoginService.as:63]

at org.bigbluebutton.core::LoginService/load()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/LoginService.as:56]

at org.bigbluebutton.command::JoinMeetingCommand/execute()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/command/JoinMeetingCommand.as:46]

at robotlegs.bender.extensions.commandCenter.impl::CommandExecutor/executeCommand()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\commandCenter\impl\CommandExecutor.as:100]

at robotlegs.bender.extensions.commandCenter.impl::CommandExecutor/executeCommands()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\commandCenter\impl\CommandExecutor.as:65]

at robotlegs.bender.extensions.signalCommandMap.impl::SignalCommandTrigger/routePayloadToCommands()[C:\development\libs\robotlegs-extensions-SignalCommandMap\src\robotlegs\bender\extensions\signalCommandMap\impl\SignalCommandTrigger.as:105]

at org.osflash.signals::Slot/execute()[C:\development\libs\as3-signals\src\org\osflash\signals\Slot.as:92]

at org.osflash.signals::OnceSignal/dispatch()[C:\development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132]

at org.bigbluebutton.view.navigation.pages.login::LoginPageViewMediator/joinRoom()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/view/navigation/pages/login/LoginPageViewMediator.as:100]

at org.bigbluebutton.view.navigation.pages.login::LoginPageViewMediator/initialize()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/view/navigation/pages/login/LoginPageViewMediator.as:45]

at robotlegs.bender.extensions.mediatorMap.impl::MediatorManager/initializeMediator()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\mediatorMap\impl\MediatorManager.as:139]

at Function/()[C:\development\libs\robotlegs-framework\src\robotlegs\bender\extensions\mediatorMap\impl\MediatorManager.as:98]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.core::UIComponent/dispatchEvent()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/core/UIComponent.as:13688]

at mx.core::UIComponent/set initialized()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/core/UIComponent.as:1839]

at mx.managers::LayoutManager/doPhasedInstantiation()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/managers/LayoutManager.as:850]

at mx.managers::LayoutManager/doPhasedInstantiationCallback()[/Users/justinmclean/Documents/ApacheFlex4.16/frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]

2017-07-13 19:04 GMT+08:00 fu xinpeng pop6396@gmail.com:

OK, I will test it :)

2017-07-13 18:41 GMT+08:00 Luigi Teschio notifications@github.com:

I do a PR. If you can test, use my repo https://github.com/gigitux/bbb -air-client/tree/sessionToken-fix branch: sessionToken-fix

:)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315041674, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6tW51r8PMzPlWMafq8kKNGdORziWks5sNfRBgaJpZM4OHlfn .

gigitux commented 7 years ago

Are you sure that you are using branch sessionToken-fix?

pop6396 commented 7 years ago

I found the issue is that the url="" in LoginPageViewMediator.as joinRoom() function, then joinMeetingSignal.dispatch(url) will go to URLParser.as:22, and the error occurred

2017-07-13 19:24 GMT+08:00 fu xinpeng pop6396@gmail.com:

Hi, I still get the same error message as below:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at org.bigbluebutton.core.util::URLParser/parse()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/util/ URLParser.as:22]

at org.bigbluebutton.core.util::URLParser()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/util/ URLParser.as:17]

at org.bigbluebutton.core::LoginService/getJoinUrl()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/ LoginService.as:94]

at org.bigbluebutton.core::LoginService/loadHttps()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/ LoginService.as:63]

at org.bigbluebutton.core::LoginService/load()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/core/ LoginService.as:56]

at org.bigbluebutton.command::JoinMeetingCommand/execute()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/command/ JoinMeetingCommand.as:46]

at robotlegs.bender.extensions.commandCenter.impl::CommandExecutor/ executeCommand()[C:\development\libs\robotlegs-framework\src\robotlegs\ bender\extensions\commandCenter\impl\CommandExecutor.as:100]

at robotlegs.bender.extensions.commandCenter.impl::CommandExecutor/ executeCommands()[C:\development\libs\robotlegs-framework\src\robotlegs\ bender\extensions\commandCenter\impl\CommandExecutor.as:65]

at robotlegs.bender.extensions.signalCommandMap.impl:: SignalCommandTrigger/routePayloadToCommands()[C:\ development\libs\robotlegs-extensions-SignalCommandMap\ src\robotlegs\bender\extensions\signalCommandMap\ impl\SignalCommandTrigger.as:105]

at org.osflash.signals::Slot/execute()[C:\development\libs\ as3-signals\src\org\osflash\signals\Slot.as:92]

at org.osflash.signals::OnceSignal/dispatch()[C:\ development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132]

at org.bigbluebutton.view.navigation.pages.login::LoginPageViewMediator/ joinRoom()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/view/navigation/pages/login/ LoginPageViewMediator.as:100]

at org.bigbluebutton.view.navigation.pages.login::LoginPageViewMediator/ initialize()[/Users/user/Documents/Adobe Flash Builder 4.6/bbb-air-client/src/org/bigbluebutton/view/navigation/pages/login/ LoginPageViewMediator.as:45]

at robotlegs.bender.extensions.mediatorMap.impl::MediatorManager/ initializeMediator()[C:\development\libs\robotlegs- framework\src\robotlegs\bender\extensions\mediatorMap\ impl\MediatorManager.as:139]

at Function/()[C:\development\libs\robotlegs- framework\src\robotlegs\bender\extensions\mediatorMap\ impl\MediatorManager.as:98]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.core::UIComponent/dispatchEvent()[/Users/justinmclean/Documents/ ApacheFlex4.16/frameworks/projects/framework/src/mx/ core/UIComponent.as:13688]

at mx.core::UIComponent/set initialized()[/Users/justinmclean/Documents/ ApacheFlex4.16/frameworks/projects/framework/src/mx/ core/UIComponent.as:1839]

at mx.managers::LayoutManager/doPhasedInstantiation()[/ Users/justinmclean/Documents/ApacheFlex4.16/frameworks/ projects/framework/src/mx/managers/LayoutManager.as:850]

at mx.managers::LayoutManager/doPhasedInstantiationCallback( )[/Users/justinmclean/Documents/ApacheFlex4.16/ frameworks/projects/framework/src/mx/managers/LayoutManager.as:1188]

2017-07-13 19:04 GMT+08:00 fu xinpeng pop6396@gmail.com:

OK, I will test it :)

2017-07-13 18:41 GMT+08:00 Luigi Teschio notifications@github.com:

I do a PR. If you can test, use my repo https://github.com/gigitux/bbb -air-client/tree/sessionToken-fix branch: sessionToken-fix

:)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315041674, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6tW51r8PMzPlWMafq8kKNGdORziWks5sNfRBgaJpZM4OHlfn .

gigitux commented 7 years ago

Wait a moment, do you use git for download project?

pop6396 commented 7 years ago

I just merge the code manually, and test it :)

-

2017-07-13 19:27 GMT+08:00 Luigi Teschio notifications@github.com:

Are you sure that you are using branch sessionToken-fix?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315050824, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6kqIVqyZBqeCo1NVKtwL1EFjOuVYks5sNf8SgaJpZM4OHlfn .

gigitux commented 7 years ago

You got something wrong, it's better if you clone my repo with fix :)

pop6396 commented 7 years ago

the code in LoginPageViewMediator as below

public function joinRoom(url:String):void {

if (url == null || url.length == 0) {

if (Capabilities.isDebugger) {

url = "bigbluebutton:// test-install.blindsidenetworks.com/bigbluebutton/api/join?fullName=Air&meetingID=Demo+Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac ";

} else {

url = "";

}

}

if (url.lastIndexOf("://") == -1) {

userUISession.pushPage(PagesENUM.OPENROOM);

}

joinMeetingSignal.dispatch(url);

}

2017-07-13 19:29 GMT+08:00 fu xinpeng pop6396@gmail.com:

I just merge the code manually, and test it :)

-

2017-07-13 19:27 GMT+08:00 Luigi Teschio notifications@github.com:

Are you sure that you are using branch sessionToken-fix?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315050824, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6kqIVqyZBqeCo1NVKtwL1EFjOuVYks5sNf8SgaJpZM4OHlfn .

pop6396 commented 7 years ago

I user the url="" logic to test.

2017-07-13 19:33 GMT+08:00 fu xinpeng pop6396@gmail.com:

the code in LoginPageViewMediator as below

public function joinRoom(url:String):void {

if (url == null || url.length == 0) {

if (Capabilities.isDebugger) {

url = "bigbluebutton://test-install.blindsidenetworks.com/ bigbluebutton/api/join?fullName=Air&meetingID=Demo+ Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac";

} else {

url = "";

}

}

if (url.lastIndexOf("://") == -1) {

userUISession.pushPage(PagesENUM.OPENROOM);

}

joinMeetingSignal.dispatch(url);

}

2017-07-13 19:29 GMT+08:00 fu xinpeng pop6396@gmail.com:

I just merge the code manually, and test it :)

-

2017-07-13 19:27 GMT+08:00 Luigi Teschio notifications@github.com:

Are you sure that you are using branch sessionToken-fix?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315050824, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6kqIVqyZBqeCo1NVKtwL1EFjOuVYks5sNf8SgaJpZM4OHlfn .

pop6396 commented 7 years ago

OK I will do it

2017-07-13 19:31 GMT+08:00 Luigi Teschio notifications@github.com:

You got something wrong, it's better if you clone my repo with fix :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315051600, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6jq7lLe1saWoomNysDVaJCjEnlOeks5sNgAHgaJpZM4OHlfn .

gigitux commented 7 years ago

For download the right version do: git clone -b sessionToken-fix https://github.com/gigitux/bbb-air-client.git

pop6396 commented 7 years ago

some compile issue in your brunch code:

com.juankpro.ane.localnotif.

com.freshplanet.nativeExtensions.

these two package can't be found

2017-07-13 19:34 GMT+08:00 fu xinpeng pop6396@gmail.com:

OK I will do it

2017-07-13 19:31 GMT+08:00 Luigi Teschio notifications@github.com:

You got something wrong, it's better if you clone my repo with fix :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315051600, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6jq7lLe1saWoomNysDVaJCjEnlOeks5sNgAHgaJpZM4OHlfn .

pop6396 commented 7 years ago

I test it, but still got the same issue, for my local environment , I set url="" manually to test, I just want to view the open room page

2017-07-13 19:40 GMT+08:00 fu xinpeng pop6396@gmail.com:

some compile issue in your brunch code:

com.juankpro.ane.localnotif.

com.freshplanet.nativeExtensions.

these two package can't be found

2017-07-13 19:34 GMT+08:00 fu xinpeng pop6396@gmail.com:

OK I will do it

2017-07-13 19:31 GMT+08:00 Luigi Teschio notifications@github.com:

You got something wrong, it's better if you clone my repo with fix :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315051600, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6jq7lLe1saWoomNysDVaJCjEnlOeks5sNgAHgaJpZM4OHlfn .

gigitux commented 7 years ago

If you use the default url, is it work?

Il 13 lug 2017 1:55 PM, "pop6396" notifications@github.com ha scritto:

I test it, but still got the same issue, for my local environment , I set url="" manually to test, I just want to view the open room page

2017-07-13 19:40 GMT+08:00 fu xinpeng pop6396@gmail.com:

some compile issue in your brunch code:

com.juankpro.ane.localnotif.

com.freshplanet.nativeExtensions.

these two package can't be found

2017-07-13 19:34 GMT+08:00 fu xinpeng pop6396@gmail.com:

OK I will do it

2017-07-13 19:31 GMT+08:00 Luigi Teschio notifications@github.com:

You got something wrong, it's better if you clone my repo with fix :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87# issuecomment-315051600, or mute the thread https://github.com/notifications/unsubscribe-auth/ ACrK6jq7lLe1saWoomNysDVaJCjEnlOeks5sNgAHgaJpZM4OHlfn .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315056538, or mute the thread https://github.com/notifications/unsubscribe-auth/AEQaRlOken5burLyIAAVAYHkBcBqtqjLks5sNgWugaJpZM4OHlfn .

pop6396 commented 7 years ago

I used the default url, but still got error message below, is that the network problem?

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:89]

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

2017-07-13 20:04 GMT+08:00 Luigi Teschio notifications@github.com:

If you use the default url, is it work?

Il 13 lug 2017 1:55 PM, "pop6396" notifications@github.com ha scritto:

I test it, but still got the same issue, for my local environment , I set url="" manually to test, I just want to view the open room page

2017-07-13 19:40 GMT+08:00 fu xinpeng pop6396@gmail.com:

some compile issue in your brunch code:

com.juankpro.ane.localnotif.

com.freshplanet.nativeExtensions.

these two package can't be found

2017-07-13 19:34 GMT+08:00 fu xinpeng pop6396@gmail.com:

OK I will do it

2017-07-13 19:31 GMT+08:00 Luigi Teschio notifications@github.com:

You got something wrong, it's better if you clone my repo with fix :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87# issuecomment-315051600, or mute the thread https://github.com/notifications/unsubscribe-auth/ ACrK6jq7lLe1saWoomNysDVaJCjEnlOeks5sNgAHgaJpZM4OHlfn .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87# issuecomment-315056538, or mute the thread https://github.com/notifications/unsubscribe-auth/ AEQaRlOken5burLyIAAVAYHkBcBqtqjLks5sNgWugaJpZM4OHlfn .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315058427, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6trBwKrCsby1pQ78k5ZJJl8ztQD-ks5sNgfcgaJpZM4OHlfn .

gigitux commented 7 years ago

Do you download it with: git clone -b sessionToken-fix https://github.com/gigitux/bbb-air-client.git ?

If yes, it's a network problem.

pop6396 commented 7 years ago

Yes, I use the code which you gave me.

can you help me that how to show the open room page with the mobile testing, not run in debug mode

2017-07-13 20:38 GMT+08:00 Luigi Teschio notifications@github.com:

Do you download it with: git clone -b sessionToken-fix https://github.com/gigitux/ bbb-air-client.git ?

If yes, it's a network problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315065266, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6u6qiLaaCSYGNsUb_yRxa5NVKownks5sNg_PgaJpZM4OHlfn .

gigitux commented 7 years ago

If you run in debug mode, works?

pop6396 commented 7 years ago

debut mode

Fetching https://test-install.blindsidenetworks.com:443/bigbluebutton/api/join?fullName=Air&meetingID=Demo+Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:89]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.events::EventDispatcher/dispatchHttpStatusEvent()

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

The response is probably not a XML, but a HTML page.Error #1085: The element type "link" must be terminated by the matching end-tag "".

Fetching https://test-install.blindsidenetworks.com:443/bigbluebutton/api

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:89]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.events::EventDispatcher/dispatchHttpStatusEvent()

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

Fetching https://test-install.blindsidenetworks.com:443/bigbluebutton/api/configXML?a=1499950212963

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:89]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.events::EventDispatcher/dispatchHttpStatusEvent()

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at org.bigbluebutton.core.util::URLParser/parse()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLParser.as:23]

at org.bigbluebutton.core.util::URLParser()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLParser.as:18]

at org.bigbluebutton.core::LoginService/getServerUrl()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/LoginService.as:99]

at org.bigbluebutton.core::LoginService/onConfigResponse()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/LoginService.as:115]

at org.osflash.signals::Slot/execute()[C:\development\libs\as3-signals\src\org\osflash\signals\Slot.as:92]

at org.osflash.signals::OnceSignal/dispatch()[C:\development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132]

at org.bigbluebutton.core::ConfigService/onSuccess()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/ConfigService.as:44]

at Function/http://adobe.com/AS3/2006/builtin::apply()

at org.osflash.signals::Slot/execute()[C:\development\libs\as3-signals\src\org\osflash\signals\Slot.as:104]

at org.osflash.signals::OnceSignal/dispatch()[C:\development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132]

at org.bigbluebutton.core.util::URLFetcher/handleComplete()[/Users/user/Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/URLFetcher.as:101]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/onComplete()

2017-07-13 20:48 GMT+08:00 Luigi Teschio notifications@github.com:

If you run in debug mode, works?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315067463, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6u1tKrDwglN-MbztlKzYeDh_PeUpks5sNhICgaJpZM4OHlfn .

gigitux commented 7 years ago

Do you don't have this screen? (now with default url there are problems)

And please use tag code capture

pop6396 commented 7 years ago

i just don't want to use the url bigbluebutton:// test-install.blindsidenetworks.com/bigbluebutton/api/join?fullName=Air&meetingID=Demo+Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac ,

i want to use url="", but if url="", the app can not goto the open view page

2017-07-13 20:50 GMT+08:00 fu xinpeng pop6396@gmail.com:

debut mode

Fetching https://test-install.blindsidenetworks.com:443/ bigbluebutton/api/join?fullName=Air&meetingID=Demo+ Meeting&password=ap&checksum=512620179852dadd6fe0665a48bcb852a3c0afac

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/ Users/user/Downloads/bbb-air-client-sessionToken-fix/src/ org/bigbluebutton/core/util/URLFetcher.as:89]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.events::EventDispatcher/dispatchHttpStatusEvent()

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler() [/Users/user/Downloads/bbb-air-client-sessionToken-fix/ src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

The response is probably not a XML, but a HTML page.Error #1085: The element type "link" must be terminated by the matching end-tag "".

Fetching https://test-install.blindsidenetworks.com:443/bigbluebutton/api

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/ Users/user/Downloads/bbb-air-client-sessionToken-fix/src/ org/bigbluebutton/core/util/URLFetcher.as:89]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.events::EventDispatcher/dispatchHttpStatusEvent()

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler() [/Users/user/Downloads/bbb-air-client-sessionToken-fix/ src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

Fetching https://test-install.blindsidenetworks.com:443/ bigbluebutton/api/configXML?a=1499950212963

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpResponseStatusHandler()[/ Users/user/Downloads/bbb-air-client-sessionToken-fix/src/ org/bigbluebutton/core/util/URLFetcher.as:89]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.events::EventDispatcher/dispatchHttpStatusEvent()

ReferenceError: Error #1069: Property redirected not found on flash.events.HTTPStatusEvent and there is no default value.

at org.bigbluebutton.core.util::URLFetcher/httpStatusHandler() [/Users/user/Downloads/bbb-air-client-sessionToken-fix/ src/org/bigbluebutton/core/util/URLFetcher.as:93]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/redirectEvent()

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at org.bigbluebutton.core.util::URLParser/parse()[/Users/user/ Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/ URLParser.as:23]

at org.bigbluebutton.core.util::URLParser()[/Users/user/ Downloads/bbb-air-client-sessionToken-fix/src/org/bigbluebutton/core/util/ URLParser.as:18]

at org.bigbluebutton.core::LoginService/getServerUrl()[/ Users/user/Downloads/bbb-air-client-sessionToken-fix/src/ org/bigbluebutton/core/LoginService.as:99]

at org.bigbluebutton.core::LoginService/onConfigResponse( )[/Users/user/Downloads/bbb-air-client-sessionToken-fix/ src/org/bigbluebutton/core/LoginService.as:115]

at org.osflash.signals::Slot/execute()[C:\development\libs\ as3-signals\src\org\osflash\signals\Slot.as:92]

at org.osflash.signals::OnceSignal/dispatch()[C:\ development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132]

at org.bigbluebutton.core::ConfigService/onSuccess()[/ Users/user/Downloads/bbb-air-client-sessionToken-fix/src/ org/bigbluebutton/core/ConfigService.as:44]

at Function/http://adobe.com/AS3/2006/builtin::apply()

at org.osflash.signals::Slot/execute()[C:\development\libs\ as3-signals\src\org\osflash\signals\Slot.as:104]

at org.osflash.signals::OnceSignal/dispatch()[C:\ development\libs\as3-signals\src\org\osflash\signals\OnceSignal.as:132]

at org.bigbluebutton.core.util::URLFetcher/handleComplete()[/ Users/user/Downloads/bbb-air-client-sessionToken-fix/src/ org/bigbluebutton/core/util/URLFetcher.as:101]

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/onComplete()

2017-07-13 20:48 GMT+08:00 Luigi Teschio notifications@github.com:

If you run in debug mode, works?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mconf/bbb-air-client/issues/87#issuecomment-315067463, or mute the thread https://github.com/notifications/unsubscribe-auth/ACrK6u1tKrDwglN-MbztlKzYeDh_PeUpks5sNhICgaJpZM4OHlfn .

gigitux commented 7 years ago

You add a valid url for join