Skip to content

bug: CL_VERSION mismatch — plugin reports 1.2.1 but manifest is 1.4.1 #53

@agent01baarathi

Description

@agent01baarathi

Problem

cloudlink.py hardcodes CL_VERSION = "1.2.1" but manifest.json declares "version": "1.4.1".

The healthcheck on startup compares CL_VERSION against the version returned by the API. Since these don't match, the plugin will always log a "New version available" warning on every RotorHazard startup — even when fully up to date.

Fix

# cloudlink.py
CL_VERSION = "1.4.1"

Impact

  • False upgrade warning logged on every startup
  • Confusing for race operators

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions