mconf / bbb-air-client

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

Connect on server version 1.x #86

Closed gigitux closed 7 years ago

gigitux commented 7 years ago

I'm trying to use this app for the server version 1.1.

This is the problem:

http://domain.com/bigbluebutton/api/join?fullName=username%40domain&password=password&meetingID=f4b865d9-fc80-40a3-989a-8644ad1f1a9a&guest=False&checksum=74c070dfcf977b00e492d01e0bff9c12af683bd5 url
Strict-Transport-Security : max-age=31536000; includeSubdomains
httpStatusHandler: [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=302 responseURL=null]
completeHandler: 
completeHandler: [Event type="complete" bubbles=false cancelable=false eventPhase=2]
https://domain/conference/?sessionToken=b3uhyfodmwbvqoyu 
Redirected to https://domain/conference/?sessionToken=b3uhyfodmwbvqoyu
The response is probably not a XML, but a HTML page.Error #1090: XML parser failure: element is malformed.
https://domain/conference/?sessionToken=b3uhyfodmwbvqoyu 
https://domain/bigbluebutton/api/configXML?a=1498569973030 
Fetching https://domaint:443/bigbluebutton/api/configXML?a=1498569973030
redirect
https://domain:443/bigbluebutton/api/configXML?a=1498569973030 
https://domain/bigbluebutton/api/configXML?a=1498569973030 
Redirected to https://domain/bigbluebutton/api/configXML?a=1498569973030
TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at org.bigbluebutton.core.util::URLParser/parse()[C:\Users\Admin\Project Adobe\bbb-air-client\src\org\bigbluebutton\core\util\URLParser.as:23]

I'm working on it, do you have any hints?

fcecagno commented 7 years ago

Duplicates #87