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
It's not easy to identify a root cause when uploading a plugin failure occurs. The plugin-uploader outputs the following messages when I try to upload a plugin:
$ kintone-plugin-uploader --base-url https://xxx.kintone.com my-plugin.zipOpen https://xxx.kintone.com/login?saml=offTrying to log in...Navigate to https://xxx.kintone.com/k/admin/system/plugin/Trying to upload my-plugin.zipAn error occurred TimeoutError: waiting for selector `.ocean-ui-dialog` to be hidden failed: timeout 60000ms exceeded ...stack trace
The plugin is actually invalid, and I can confirm what is incorrect on my browser by uploading a plugin manually.
What
I propose two solutions; 1) get error messages in the dialog and notify them to a user, and 2) save a screenshot of the browser when the plugin-uploader fails.
The text was updated successfully, but these errors were encountered:
Package
Why
It's not easy to identify a root cause when uploading a plugin failure occurs. The plugin-uploader outputs the following messages when I try to upload a plugin:
The plugin is actually invalid, and I can confirm what is incorrect on my browser by uploading a plugin manually.
What
I propose two solutions; 1) get error messages in the dialog and notify them to a user, and 2) save a screenshot of the browser when the plugin-uploader fails.
The text was updated successfully, but these errors were encountered: