Tool/software: TI-RTOS
I am attempting to run the CC3220 OTA example. I got past a few hurdles but after it connects to github it has an issue parsing the API response it seems. Unfortunately I can't trace the issue to it's core as execution goes into a __JSON_getValue and I've yet to find the definition of that function. Can anyone decipher this error for me?
HandlePingComplete: OTA Command arrived OtaInit: statistics = 0, 0, 0 OtaInit: call Ota_init OTA_init: sizeof CdnClient=576, sizeof OtaArchive=4956 OTA_init: sizeof OtaLib_t=7736, sizeof OTA_memBlock=7800 OTA_init: OTA lib version = OTA_LIB_2.0.0.7 OtaArchive_Init: OTA archive version = OTA_ARCHIVE_2.0.0.4 OtaConfig: call OTA_set EXTLIB_OTA_SET_OPT_SERVER_INFO, ServerName=api.github.com OtaConfig: call OTA_set EXTLIB_OTA_SET_OPT_VENDOR_ID, VendorDir=OTA_CC3220SF OTA_run: call CdnClient_ConnectServer OTA server=api.github.com CdnClient_ConnectServer: HttpClient_Connect api.github.com HttpClient_Connect: IP_ADDR=192.30.253.117 HttpClient_Connect: WARNING Socket Connect, status=-468, Ignored... OTA_run: CdnClient_ReqOtaDir, VendorDir=OTA_CC3220SF CdnGithub_SendReqDir: uri=/repos/knguyen2133/git_example/contents/ len is: 670 After recvAppend pRespBuf is: 0SF_OOB_SF_tirtos.tar","git_url":"api.github.com/.../20171115085348_CC3220SF_OOB_SF_tirtos.tar the entire JSON pRespBuf is: [{"name":"20171115085348_CC3220SF_OOB_SF_tirtos.tar","path":"OTA_CC3220SF/20171115085348_CC3220SF_OOB_SF_tirtos.tar","sha":"69f7ce1fec4f1a44205dc6d76316424569793a04","size":276480,"url":"https://api.github.com/repos/knguyen2133/git_example/contents/OTA_CC3220SF/20171115085348_CC3220SF_OOB_SF_tirtos.tar?ref=master","html_url":"https://github.com/knguyen2133/git_example/blob/master/OTA_CC3220SF/20171115085348_CC3220SF_OOB_SF_tirtos.tar","git_url":"https://api.github.com/repos/knguyen2133/git_example/git/blobs/69f7ce1fec4f1a44205dc6d76316424569793a04","download_url":"https://raw.githubusercontent.com/knguyen2133/git_example/master/OTA_CC3220SF/20171115085348_CC3220SF_OOB_SF_tirtos.tar","type":"file","_links":{"self":"https://api.github.com/repos/knguyen2133/git_example/contents/OTA_CC3220SF/20171115085348_CC3220SF_OOB_SF_tirtos.tar?ref=master","git":"https://api.github.com/repos/knguyen2133/git_example/git/blobs/69f7ce1fec4f1a44205dc6d76316424569793a04","html":"https://github.com/knguyen2133/git_example/blob/master/OTA_CC3220SF/20171115085348_CC3220SF_OOB_SF_tirtos.tar"}}] [OtaJson_getMetadataFileName] Error: -101 , Couldn't get the data OTA_run: ERROR CdnClient_ReqOtaDir, Status=-101
It does this five times and then errors out and restarts.
TIA