I am using katalon 6.3.3.I tied to install plugin Basic Report plugin.
I am getting the below seen error
Error reloading plugins
com.kms.katalon.plugin.models.ReloadPluginsException: Unexpected error occurs during executing reload plugins under account: credential: xxx@xxxx.com, endpoint: https://store.katalon.com/api/products/ks?appVersion=6.3.3
at com.kms.katalon.plugin.service.PluginService.reloadPlugins(PluginService.java:189)
at com.kms.katalon.composer.handlers.ReloadPluginsHandler$1.run(ReloadPluginsHandler.java:61)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.kms.katalon.plugin.models.KStoreClientExceptionWithInfo: Unexpected error occurs during executing get latest plugins
at com.kms.katalon.plugin.service.KStoreRestClient.getLatestPlugins(KStoreRestClient.java:80)
at com.kms.katalon.plugin.service.PluginService.fetchLatestPlugins(PluginService.java:201)
at com.kms.katalon.plugin.service.PluginService.reloadPlugins(PluginService.java:74)
… 2 more
Caused by: com.kms.katalon.plugin.models.KStoreClientException: Invalid Request. Status Code: 401. Message: Unauthorized
at com.kms.katalon.plugin.service.KStoreRestClient.executeGetRequest(KStoreRestClient.java:263)
at com.kms.katalon.plugin.service.KStoreRestClient.getLatestPlugins(KStoreRestClient.java:59)
… 4 more
As mentioned in the post I didnt get any invitation to install the plugin.I could see the installed plugin in my katalon store for this account.
I tried to this too ->* Go to config/.metadata/.plugins/org.eclipse.core.runtime/.settings
- Delete com.kms.katalon.prefs file and login again
Still nothing works.
Pls help me