Hi, the error persist in the upload page “required field extensionName in s2e file cannot be empty.”. I parse the json without error, but the upload page give me the error.
Is the server is down ?
Hi, the error persist in the upload page “required field extensionName in s2e file cannot be empty.”. I parse the json without error, but the upload page give me the error.
Is the server is down ?
Hi plna,
Here is guidance for writing extension, you may have a look.
Please take a screen shot of the error page. And you can upload your file here, we may have a test.
Hi plna,
I am afraid your zip file missed something. Below is the folder of the “Demo” extension when unzipped:
There is no src folder in My extention.
Isn’t the src folder the place to attach a new header file?
My extention don’t need New hearder file.
And
src folder(same demo foler) was added, but result is same.
Sorry, Have you edited the /s2e file? Below guidance contains clear steps:http://download.makeblock.com/mblock/mblock_extension_guide.pdf
I don’t know what you mean.
I edited my s2e file.
My s2e file parse the json without error.
In a program, it is added.
Why Can’t upload in a web?
Are there any differences between the web and the program?
I’m not sure, but maybe we should add a section _" translators"{ "_at the end.
In such cases, I took the DEMO extension, inserted my code into it and tried to unload it at each stage - so you can find out where you have an error.
There’s a bug in the message part. “required field extensionName in s2e file cannot be empty.” may also means that your JSON (.s2e) file is not valid. Check your text in tools like https://jsonlint.com/ and fix the errors may help. This .s2e format is quite strict - an extra comma, or line breaks, or single quote, can make the system fail to read.
The upload was successful today!!
I don’t know why.(It was the same file as yesterday)
Thank you all for your response.