You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading a SAPUI5 version leads to the error "bad archive".
Reason is a new EULA popup when entering the download url of the zip file.
To fix the issue, you have to change the cookie in linke 115 of file index.js.
Replace the coding with the new EULA cookie:
eula_3_2_agreed=tools.hana.ondemand.com/developer-license-3_2.txt
Could you please provide a fix for the issue?
Best regards
Andreas
The text was updated successfully, but these errors were encountered:
@Nimirou I have moved the sapui5-downloader to a local folder and made the license changes which meindla pointed. Then assign the file path in package.json, it can resolve the issue for me. But also hope it can be fixed from the source code.
Downloading a SAPUI5 version leads to the error "bad archive".
Reason is a new EULA popup when entering the download url of the zip file.
To fix the issue, you have to change the cookie in linke 115 of file index.js.
Replace the coding with the new EULA cookie:
eula_3_2_agreed=tools.hana.ondemand.com/developer-license-3_2.txt
Could you please provide a fix for the issue?
Best regards
Andreas
The text was updated successfully, but these errors were encountered: