Access Store in Katalon Studio


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-store/docs/user/access-store-in-KS.html

If you need to change the Katalong username, try this

C:\Users\USER\ .katalon\application.properties
email=Mail@Mail.com (Edit it and change the email address).

for mac would be also nice. if someone knows

Hello Rabit, unfortunately I do not use mac. Sorry for the delay in my response. regards

hello,
is there a way to install a plugin behind a proxy ?

Even when configuring proxy in Menu “Window \ Katalon Studio preferences Tab Katalon\Proxy”, I get following error message when clicking on “Plugin Store \ Reload plugins” :

Error reloading plugins
com.kms.katalon.plugin.models.ReloadPluginsException: Unexpected error occurs during executing reload plugins under account: username: my@mailaddress, endpoint: https://store.katalon.com/api/products/ks?appVersion=6.2.1
at com.kms.katalon.plugin.service.PluginService.reloadPlugins(PluginService.java:184)
at com.kms.katalon.composer.handlers.ReloadPluginsHandler$1.run(ReloadPluginsHandler.java:63)
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:196)
at com.kms.katalon.plugin.service.PluginService.reloadPlugins(PluginService.java:71)
… 2 more

1 Like

Same problem here, the store is not working behind a proxy.
Near every big compagny have proxies :hushed:

@8887bdb192, personnally, I finally achieved to install some plugins behind my proxy.
Parametrizing proxy in menu “Window, \ Katalon preferency \proxy in manual mode” let plugins to install.
I had some PKIX problem and solve it by adding my company certificate to java (see this post for more informations about solving this pkix issue here: Unable to upload Report from Katalon Studio to Katalon Analytics) .
Only problem for me is that I cannot let proxy configured as I need to test on internal company website and proxy is set for tests as for plugins and analytics.

If an exclusion list is developped, it will allow me to use again some Katalon plugins (see this tread Basic Report plugin - Proxy Setup Issue and linked issue https://github.com/katalon-studio/katalon-studio/issues/179)

Reload Plugins location has moved:
image