Skip to content

Please consider fixing issues detected by repository checker #987

Description

@ioBroker-Bot

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter tvprogram for common errors and appropiate suggestions to keep this adapter up to date.

This check is based on the current head revisions (master / main branch) of the adapter repository

Please see the result of the check below.

ioBroker.tvprogram

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release

ERRORS:

  • ❗ [E3027] "test-and-release.yml": testing for OS windows, macos is missing in job "adapter-tests". Add corresponding tests to "test-and-release.yml" or adapt package.json "os" accordingly.
  • ❗ [E5602] i18n directory "widgets/tvprogram/i18n" is missing required language "de".

WARNINGS:

  • 👀 [W0028] Minimum node.js version 22 recommended. The current engines.node clause ">= 20" allows Node.js 20.0.0 as minimum. Please update it to require at least ">=22" at package.json.
  • 👀 [W0034] @iobroker/adapter-core 3.3.2 specified. 3.4.1 (or newer) is current. Please update dependencies at package.json
  • 👀 [W0066] "@types/node":"^25.9.3" at package.json allows major version greater than 20. Downgrade to node.js 20.x.x to avoid wrong typing is recommended.
  • 👀 [W0086] "@tsconfig/node18" should match the major node.js version from package.json engines.node (>=20). Please update to @tsconfig/node20 at package.json.
  • 👀 [W1056] admin 7.6.17 listed as dependency but 7.6.20 is recommended. Please consider updating globalDependency at io-package.json.
  • 👀 [W3027] "test-and-release.yml": testing for OS windows, macos is missing in job "adapter-tests". Add corresponding tests to "test-and-release.yml" or adapt package.json "os" accordingly.
  • 👀 [W3050] "test-and-release.yml": could not retrieve log for "check-and-lint" job in run #1210.
  • 👀 [W3052] "test-and-release.yml": could not retrieve log for job "adapter-tests (20.x)" in run #1210.
  • 👀 [W3052] "test-and-release.yml": could not retrieve log for job "adapter-tests (22.x)" in run #1210.
  • 👀 [W3052] "test-and-release.yml": could not retrieve log for job "adapter-tests (24.x)" in run #1210.
  • 👀 [W5060] Package "dayjs" is listed in dependencies of package.json but not imported or required by any scanned source file. Dependency might be unused.
  • 👀 [W5060] Package "sortablejs" is listed in dependencies of package.json but not imported or required by any scanned source file. Dependency might be unused.
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "es".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "fr".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "it".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "nl".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "pl".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "pt".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "ru".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "uk".
  • 👀 [W5603] i18n directory "widgets/tvprogram/i18n" is missing language "zh-cn".
  • 👀 [W5605] i18n "admin/i18n" language "de" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "es" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "fr" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "it" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "nl" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "pl" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "pt" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "ru" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "uk" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5605] i18n "admin/i18n" language "zh-cn" has 1 outdated key(s) not present in English: rssfeed1 adapter settings
  • 👀 [W5612] "admin/jsonConfig.json/items/mainTab" attribute "label" uses key "Settings" which is not found in the English translation file at "admin/i18n/en".
  • 👀 [W5612] "admin/jsonConfig.json/items/mainTab/items/tvcount" attribute "label" uses key "TV configurations" which is not found in the English translation file at "admin/i18n/en".
  • 👀 [W8004] Please process PR [#960] "[iobroker-bot] Drop Node.js 20 support (End of Life)"
  • 👀 [W8004] Please process PR [#961] "[iobroker-bot] Add CHANGELOG_OLD.md to store older changelog entries"
  • 👀 [W8004] Please process PR [#976] "[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates"
  • 👀 [W8004] Please process PR [[[iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json #977] "[iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json"]([iobroker-bot] Align @tsconfig/nodeXX with engines.node in package.json #977)
  • 👀 [W8917] At least major versions of @types/node should not be updated by dependabot. Please add ignore block at dependabot.yml.

SUGGESTIONS:

  • 📌 [S0088] "/tsconfig.json" should contain an extends clause like "extends": "@tsconfig/node20/tsconfig.json" (see ioBroker.examples).
  • 📌 [S3056] "test-and-release.yml": workflow run #1210 for current release 4.0.4 is older than 90 days; log files might no longer be available.
  • 📌 [S3056] "test-and-release.yml": workflow run #1224 on branch "master" is older than 90 days; log files are no longer available.
  • 📌 [S5005] Plain setTimeout() found in source files (lib/tvprogramserver.js). Please use this.setTimeout() or adapter.setTimeout() instead.
  • 📌 [S5054] method "setObject()" should be avoided. Please use "setObjectNotExists()" or "extendObject()" instead.

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible - at least with next minor release. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository. Priority bugfixes will not be blocked by existing errors as long as tests pass.

Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.

You may start a new check or force the creation of a new issue at any time by adding the following comment to this issue:

@iobroker-bot recheck
or
@iobroker-bot recreate

Please note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.

Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@mcm1957 for evidence

Last update at Fri, 17 Jul 2026 01:43:10 GMT based on commit b2d89c6
ioBroker.repochecker 5.19.12

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