By: Aman Negi user 20 Jul 2022 at 1:23 a.m. CDT

1 Response
Aman Negi gravatar
##Expected behaviour The upg4xto431.py should upgrade the Gluu server to 4.3.1 ## Actual Behaviour The Script is failing by resulting in the following error. Traceback (most recent call last): File "upg4xto431.py", line 1643, in <module> updaterObj.download_apps() File "upg4xto431.py", line 310, in download_apps for package in data['releases']['1.37.0']: From My understanding of script the Json formatting of this URL:[ Url ](https://pypi.org/pypi/grpcio/1.37.0/json)is changed thats why it it causing the issue. Can you pls look into it. Thanks

By Devrim Yatar staff 21 Jul 2022 at 3:55 a.m. CDT

Devrim Yatar gravatar
Hi Aman, Thanks for reporting the bug. I fixed https://github.com/GluuFederation/community-edition-package/commit/f790f27f0a23bcdda2511546fed7b7b3e4ae1463 Regards.