@astrava wrote:
Hi,
I want to list all videos from my account.
I have issue to set up the KS session : Internal server error occurred
Please advise. Thank you.Admin Console;Developer;System Helper
“KS” and in the “String to manipulate:”I set up the session as follows from URL bellow
Output: Internal server error occurred
I set up the session as follows:
var PARTNER_ID = 1234; var USER_ID = 'me@domain.com'; var SECRET = '123456'; var config = new KalturaConfiguration(PARTNER_ID); var client = new KalturaClient(config); client.session.start(function(success, ks) { // ... store the client ... }, SECRET, USER_ID, KalturaSessionType.ADMIN, PARTNER_ID);
Posts: 3
Participants: 2