I compressed the theme and toml file into zip format, clicked the upload button in the extension store, and then he refreshed the page and showed that only zip format can be uploaded #218

Open
opened 2024-07-19 16:10:57 +02:00 by cysx · 2 comments

I uploaded the screen recording and the zip file, hoping to help you determine what the problem is

I uploaded the screen recording and the zip file, hoping to help you determine what the problem is
cysx added the
Priority
Normal
Type
Report
labels 2024-07-19 16:10:57 +02:00
Owner

Looking at the blender_manifest.toml in the archive, I can tell that it's not utf-8 encoded (values of name, tagline and maintainer fields appear as [broken?] non-ascii one-byte-encoded strings).

I recommend re-saving the manifest file and ensuring it is saved as utf-8, updating the zip and trying an upload on the website again.

The manifest has two more issues (that will be reported by the upload form, once the encoding is fixed):

  • Manifest value error: blender_version_min should follow a semantic version. e.g., "4.2.0"
  • Manifest value error: license expects a list of supported licenses. e.g., ['SPDX:GPL-2.0-or-later']. Unknown value: GNU General Public License v3.0 or later.
Looking at the blender_manifest.toml in the archive, I can tell that it's not utf-8 encoded (values of `name`, `tagline` and `maintainer` fields appear as [broken?] non-ascii one-byte-encoded strings). I recommend re-saving the manifest file and ensuring it is saved as utf-8, updating the zip and trying an upload on the website again. The manifest has two more issues (that will be reported by the upload form, once the encoding is fixed): - Manifest value error: blender_version_min should follow a semantic version. e.g., "4.2.0" - Manifest value error: license expects a list of supported licenses. e.g., ['SPDX:GPL-2.0-or-later']. Unknown value: GNU General Public License v3.0 or later.
Author

Looking at the blender_manifest.toml in the archive, I can tell that it's not utf-8 encoded (values of name, tagline and maintainer fields appear as [broken?] non-ascii one-byte-encoded strings).

I recommend re-saving the manifest file and ensuring it is saved as utf-8, updating the zip and trying an upload on the website again.

The manifest has two more issues (that will be reported by the upload form, once the encoding is fixed):

  • Manifest value error: blender_version_min should follow a semantic version. e.g., "4.2.0"
  • Manifest value error: license expects a list of supported licenses. e.g., ['SPDX:GPL-2.0-or-later']. Unknown value: GNU General Public License v3.0 or later.

I did it with libreoffice, thank you for the answer, I'll try again

> Looking at the blender_manifest.toml in the archive, I can tell that it's not utf-8 encoded (values of `name`, `tagline` and `maintainer` fields appear as [broken?] non-ascii one-byte-encoded strings). > > I recommend re-saving the manifest file and ensuring it is saved as utf-8, updating the zip and trying an upload on the website again. > > The manifest has two more issues (that will be reported by the upload form, once the encoding is fixed): > - Manifest value error: blender_version_min should follow a semantic version. e.g., "4.2.0" > - Manifest value error: license expects a list of supported licenses. e.g., ['SPDX:GPL-2.0-or-later']. Unknown value: GNU General Public License v3.0 or later. I did it with libreoffice, thank you for the answer, I'll try again
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/extensions-website#218
No description provided.