Skip to content

Error message is incorrect when plugin manifest is invalid #14271

@laurent22

Description

@laurent22

Example: chrubble/google-keep-to-joplin#2

The manifest is missing the app_min_version but instead the error says that it doesn't support Joplin Desktop (even though it's supposed to).

That was the manifest:

	"google-keep-to-joplin": {
		"manifest_version": 1,
		"id": "google-keep-to-joplin",
		"name": "Google Keep to Joplin Importer",
		"description": "Import your notes from Google Keep Takeout (JSON format) directly into Joplin. Transfers note titles, content, labels as tags, and attachments where supported. Designed for seamless migration from Google Keep to Joplin.",
		"version": "1.0.0",
		"platforms": [
			"desktop",
			"web",
			"mobile"
		],
		"author": "chrubble",
		"homepage_url": "https://github.com/chrubble/google-keep-to-joplin",
		"repository_url": "https://github.com/chrubble/google-keep-to-joplin",
		"keywords": [
			"joplin-plugin",
			"import",
			"google keep",
			"takeout",
			"notes",
			"migration"
		],
		"min_app_version": "2.8",
		"icon": "icon.png",
		"_publish_hash": "sha256:c22457a635c9cce563f3cc60fb2a8d6fa5fff3b5a66417ebdbcf66661ab550a1",
		"_publish_commit": "main:31ab80140024f6c81b817c6bc477fbe7e15f98c5",
		"_npm_package_name": "joplin-plugin-google-keep-to-joplin-importer",
		"_obsolete_reason": "Invalid manifest, no published source code, and unmaintained"
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIt's a bugdesktopAll desktop platformshighHigh priority issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions