Hi experts.
I have the same issue as All entries gone, but i did not write it down in the same issue because i have test all the steps showed in the issue and still no content, and no categories. After upgrading to kaltura 13
The main problem is that when i tried the api media-list action, it returns different results each time. If make the request from php code, sometimes i get all the entries, sometiemes i get 0 results, with no categories. sometiems 0 rersults with all categories. If i make the request from the developer section in the admin-console, setting the api session and with no filter or no pager… sometimes i get 0 results, sometimes only 3!!!.
Things that I have checked
-
Reindex the sphinx like the preivuos issue reccomend. stop sphinkx, stop monit, touch /opt/kaltura/app/configurations/sphinx_schema_update and run kaltura-sphinx-schema-update.sh -> No erros in the ouput, no errors in kalt_up.log
-
Execute each script populateSphinx* with no errors in the ouput
-
As every time I invoke the request for media-list() I get different results, I wonder if it is a cache problem… I have remove all files in the cache directory in all my nodes.
-
Run the script /opt/kaltura/app/configurations/sphinx_schema_reindex.sh with no errors
The most surprising event is that it seems all the enviroemnt works fine. I can upload videos from KMC and thrid partys, I can play/delivery videos from KMC and thrid partys, but the problem occurs in the list action executed from kmc or from third parties
Env Info
- Cluester based on RPM ENV
- All nodes centos 6
- Because I have this problem I have only now one front, one index, one batch, one VOD and one DWH
- Production ENviroment
- Connection between nodes are checked
- Database under RDS in AWS, but this is not the problem… I assume because the new fields in the tables that are populate in the kaltura 13 release EXISTS in th DATABASE
I do not understand why the api give me those nonsense results in every query… please can you tell me where i can make my own request to the api… including de api session, using the postman app (por example), where is and example of invoking the api manually
Thanks for all