Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default players dont work (malformed XML?) #31

Closed
DBezemer opened this issue Feb 11, 2014 · 9 comments
Closed

Default players dont work (malformed XML?) #31

DBezemer opened this issue Feb 11, 2014 · 9 comments
Assignees

Comments

@DBezemer
Copy link
Contributor

From the default available players the following don't work:

  • KDP3 Light
  • Player with captions (String could not be parsed as XML error)
  • Hovering controls player (String could not be parsed as XML error)
  • Widescreen player (String could not be parsed as XML error)
  • Multiple vertical playlist (String could not be parsed as XML error)
  • Player with no share button (String could not be parsed as XML error)

All these players yield the following error:

[Tue Feb 11 21:42:15 2014] [error] [client 192.168.1.106] PHP Warning:  SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' not found in /opt/kaltura/web/html5/html5lib/v2.1.1/modules/KalturaSupport/UiConfResult.php on line 231
[Tue Feb 11 21:42:15 2014] [error] [client 192.168.1.106] PHP Warning:  SimpleXMLElement::__construct(): "" in /opt/kaltura/web/html5/html5lib/v2.1.1/modules/KalturaSupport/UiConfResult.php on line 231
[Tue Feb 11 21:42:15 2014] [error] [client 192.168.1.106] PHP Warning:  SimpleXMLElement::__construct(): ^ in /opt/kaltura/web/html5/html5lib/v2.1.1/modules/KalturaSupport/UiConfResult.php on line 231
@DBezemer
Copy link
Contributor Author

For KDP3 Light, KDP3 Black and KDP3 Blue the skin file paths are wrong in the XML files

/opt/kaltura/web/content/generatedUiConf/11/601/ui_conf_11601066__2.xml
/opt/kaltura/web/content/generatedUiConf/11/601/ui_conf_11601064__2.xml
/opt/kaltura/web/content/generatedUiConf/11/601/ui_conf_11601065__2.xml

@DBezemer
Copy link
Contributor Author

Same issue for a couple of the uiconf for the kcw for instance.

@jessp01
Copy link
Contributor

jessp01 commented Mar 30, 2014

Finally resolved:)

@jessp01 jessp01 closed this as completed Mar 30, 2014
@harshadyeola
Copy link

@jessp01 @DBezemer
How to fix above issue. i am getting default players blank.

@KalturaCommunity-zz
Copy link

Hello,

Which player is blank? easiest way would be to simply create a new player
in the universal studio tab in KMC and use it.

May the source be with you,

Jess Portnoy

On Wed, 29 Jul 2015, Harshad Yeola wrote:

@jessp01 @DBezemer
How to fix above issue. i am getting default players blank.


Reply to this email directly or view it on GitHub.[ACH7XnA7fpdMyqURtRaaOsIr0bgYCTlTks5oiODygaJpZM4BhGJo.gif]

@harshadyeola
Copy link

@jessp01
Below is the list of players that are blank

Player with no share button
Player with captions
Multiple vertical playlist
Hovering controllers player
Widescreen player

While custom player is working fine.

@KalturaCommunity-zz
Copy link

My guess would be that if you look for the ui_conf ID for this player in
the DB:
mysql> select conf_file_path from ui_conf where id=$ID
and then look at the file system under:
/opt/kaltura/web/$conf_file_path, you will discover the file is missing..
Other than placing a valid UI conf file in this location, there is not
much you can do.. however, seeing how you're able to create a new player,
you can simply use it. No real importance to the default ones.

May the source be with you,

Jess Portnoy

On Wed, 29 Jul 2015, Harshad Yeola wrote:

Below is the list of players that are blank

Player with no share button
Player with captions
Multiple vertical playlist
Hovering controllers player
Widescreen player

While custom player is working fine.


Reply to this email directly or view it on GitHub.[ACH7XiqqQYfS0jzDUIodg_Sm4CfJhohdks5oiOIXgaJpZM4BhGJo.gif]

@harshadyeola
Copy link

@jessp01

I am not able to figure out the solution for this. Here is the screen shot for error.
selection_056

@jessp01
Copy link
Contributor

jessp01 commented Jul 30, 2015

Hello,

When do you get this screen? when creating a new player? when trying to edit it or..?
Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants