-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error messages if failed to upload customize files #1302
Comments
@macrat |
Hello there i have tried to create kintone plugin but when it reaches to Succeeded: dist/plugin.zip it directly stopped to proceed how to fix it |
@pizzou (If it is problem not about customize-uploader, please open another new issue)
|
Hello there,
it still not working
…On Mon, May 9, 2022 at 8:22 AM mshrtsr ***@***.***> wrote:
@pizzou <https://github.com/pizzou>
Thank you for reporting an issue!
Please provide the following information because we have to reproduce your
situation.
(If it is problem not about customize-uploader, please open another new
issue)
Target Package
- @kintone/customize-uploader 0.0.0
Environment
- Operating System:
- Browser:
- Node.js version:
Current Behavior To Reproduce Expected Behavior
—
Reply to this email directly, view it on GitHub
<#1302 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLFFCBAB6PKX4ULYI7ZNYTVJCVJDANCNFSM5MJAHRTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for the useful tool!
I had a problem that was a bit confusing. So I want to share it.
Package
Why
Our environment have a proxy with authentication, but we don't have to use proxy when access to Kintone because it in the white list.
So, I had to remove
HTTPS_PROXY
environment variable before trykintone-custom-uploader
out. And I forgot this.I think this situation is exactly the same as when set wrong value to
HTTPS_PROXY
, or forget to setHTTPS_PROXY
even if need it.And then, I saw the below error message.
I was very confuse by this error message because it said "Not found the specified file".
And took long time to notice that it is my mistake about the proxy.
What
I'm guessing the error message that I saw was caused from
/k/v1/preview/app/customize.json
API.But the main problem in this case was the response of
/k/v1/file.json
was wrong.I hope the command to show more meaningful error message if it failed to communicate with the Kintone server like this case, for the users can understand easily what happen.
The text was updated successfully, but these errors were encountered: