Open Aradiv opened 4 years ago
IITC-Mobile doesn't check the actuall response code when trying to update an userscript.
This leads to destroyed plugins whenever the update failes due to an server side error response (everything not a 200 with the actuall userscript)
Solution:
IITC Mobile needs to check the response code when requesting the new plugin data and only proceed updating if it gets an 200 OK.
@Aradiv Part of #257
IITC-Mobile doesn't check the actuall response code when trying to update an userscript.
This leads to destroyed plugins whenever the update failes due to an server side error response (everything not a 200 with the actuall userscript)
Solution:
IITC Mobile needs to check the response code when requesting the new plugin data and only proceed updating if it gets an 200 OK.