Edge Software Catalog
Support for issues related to Edge Software Catalog
473 討論

Installation of Work Zone Analytics fails.

T_K
初學者
1,340 檢視

AWS SDK download fails, while installing WZA.
Please tell me how to solve it.

標籤 (1)
0 積分
1 解決方案
JesusE_Intel
主席
1,323 檢視

Hi T_K,


Thanks for reaching out! Looking at the error message and download URL, there appears to be an extra "/" that is introduced in the download script. I was able to modify the following file and successfully install the package. Could you please try to make the change and run the ./edgesoftware install command once again and let me know if it works for you?


/opt/intel/eif/EII-UseCaseManager/edge_insights_for_fleet/scripts/download_js.sh

Line #: 12

From: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs/"

To: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs"


Regards,

Jesus


在原始文章中檢視解決方案

3 回應
JesusE_Intel
主席
1,324 檢視

Hi T_K,


Thanks for reaching out! Looking at the error message and download URL, there appears to be an extra "/" that is introduced in the download script. I was able to modify the following file and successfully install the package. Could you please try to make the change and run the ./edgesoftware install command once again and let me know if it works for you?


/opt/intel/eif/EII-UseCaseManager/edge_insights_for_fleet/scripts/download_js.sh

Line #: 12

From: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs/"

To: BASE_URL="https://cdnjs.cloudflare.com/ajax/libs"


Regards,

Jesus


T_K
初學者
1,315 檢視

Thank you Jesus.

WZA was installed successfully.

JesusE_Intel
主席
1,303 檢視

Glad it worked for you! I will pass this information along to the development team. If you need any additional information, please submit a new question as this thread will no longer be monitored.


回覆