Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot migrate community marketplace rule template version after publishing #4545

Open
JanMattner opened this issue Jan 7, 2025 · 0 comments
Labels
bug An unexpected problem or unintended behavior of the Core

Comments

@JanMattner
Copy link

I have described the problem in detail already in the forum, see:
https://community.openhab.org/t/cannot-migrate-to-new-rule-template-version-after-publishing/161348/1

Expected Behavior

  1. When clicking on "Add" on my published rule template in the add-on store, it should install it without any error.

Current Behavior

What I have done and ended up in this bug:

  1. Created the forum post of my rule template, initially without the "published" tag: https://community.openhab.org/t/rule-based-voice-interpreter-4-0-0-0-4-9-9-9/161308
  2. In OH Settings, I enabled "Community Marketplace -> Show Unpublished Entries"
  3. I tried to add my rule template, but it failed because of some errors in the YAML code. (visible in the logs)
  4. I updated the forum post until it worked.
  5. I added a rule based on the template to try it.
  6. When I was happy with it, I added the "published" tag to the forum post.
  7. I removed the rule template, reloaded the OH frontend, so the new published version was visible in the add-on store.
  8. I tried to add the now "officially published" rule template, but it failed.

This is now the state I'm locked in. Sometimes, an error toast occurs stating the adding the add-on failed. When I enable TRACE logging for the org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService logger, I get 134 DEBUG messages (which apparently check for compatibility of various add-ons) and then 15 times the INFO/WARN messages about the HTTP Error 429.

Here’s the full log.

47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	WizLighting Binding [4.0.0.0;4.3.0.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	eBUS Binding 4.x [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Rule Based Voice Interpreter [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	EntsoE Binding [4.0.0.0;4.3.0.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Barometer Gauge Widget [3.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Signal Binding [4.3.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Temperature Gauge Widget [3.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Threshold Alert and Open Reminder [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Presence Simulation [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	openHAB Rules Tools [4.1.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Sony Binding [4.0.0.0;4.4.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Wind Gauge Widget [3.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Ring Binding [3.2.0;4.9.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	AndroidTV Binding [3.2.0;4.2.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Mill LAN Binding [4.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Viessmann API binding for OpenHAB 4.0 [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Growatt Solar Inverter Binding [4.0.0;4.2.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Worxlandroid Binding [4.2.0;5.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Historical energy consumption [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	UniFi binding beta [3.2.0;3.6.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Iconify icon provider [3.0.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Yandex Alice binding [4.1.0;5.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Alert when Washing Machine Finished (JS Scripting) [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget for System info [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	AquaTemp Binding [4.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Open Meteo weather forecast binding [4.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Waste Collection Belgium [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	OpenWebNet (BTicino/Legrand) Binding (Beta) [4.1.0;5.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Risco local binding [4.1.0;5.0.0) is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Time Based State Machine [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Magic Binding [4.0.0.0;4.2.0.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Nibe Uplink REST API Binding [3.3.0;4.3.0) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Weather Calculations [4.2.0;4.2.99) is NOT compatible with core version 4.3.0
47:43.2	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Secuyou Smart Lock Binding [4.0.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	BTHome Binding [4.0.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	eBUS Binding 3.x [3.4.0;3.9.9) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Ecovacs Vacuum Cleaners Binding [3.2.0;4.0.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Threshold Alert [3.2.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Thing Status Reporting [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	TailWind Smart Garage Controller Binding [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	The Doctor Binding helps find issues with your system [4.0.0;4.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Group Suite - Control Widget [3.2.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Group Suite - Modification Rule [3.2.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Sensors - Details Widget [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Sensors - List Widget [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Sensors - Management Rule [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Sensors - Activation Rule [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Radio Browser Binding [4.0.0;4.1.9] is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Debounce [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Philips Air Binding [4.0.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Viessmann API binding for 3.4.x [3.4.0;3.5.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Panasonic Projector Binding [3.2.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Time Based State Machine [3.2.0;3.4.9] is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget VigiEau French water restrictions [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Delay Start [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	MQTT Event Bus [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget French Rain Forecast [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget Ecowatt [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget Pi-Hole [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget for French Ecogaz signal [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget for French Pollen Allergy risks [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Restart Expire [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Sony Binding [3.2.0;3.9.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Freecurrency [4.2.0.0;4.2.999) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Range pattern does not match '[4.1.x]'
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Actual energy consumption [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	MyNice binding -beta [3.2.0;3.4.0] is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Thing Status Reporting [3.2.0;3.4.9] is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Expire Updater [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Energi Data Service Binding [3.4.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget for Freebox server [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget Freebox Phone [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget Netatmo Rain Gauge [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Ookla's Speedtest Binding [3.2.0;3.9.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget Netatmo Wind module [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 10 - HVAC [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 9 - Radiator Control [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 8 - Rollershutter [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 7 - Lights [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 6 - System [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 5 - Energy [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 4 - Scenes [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 3 - Security [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 2 - Weather [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	semanticHomeMenu Part 1 - Main [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Tasmota Plug Binding [3.2.0;4.0.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget for OpenUV Binding [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	List Item Widget for Air Quality binding [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	AirZone local API binding [4.1.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Weather Calculations [4.0.0;4.2.0) is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Range pattern does not match '[Alpha]'
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Debounce [3.2.0;3.4.9] is NOT compatible with core version 4.3.0
47:43.3	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	NAD A/V Receiver Binding [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	X10 Controller Binding [3.3.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	NAD A/V Receiver Binding [3.0.0;3.5.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Iconify icon provider [4.0.0.0;5.0.0.0) is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Philips Air Binding [3.0.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Virtual Solar Light Sensor [4.0.0.0;4.9.9.9] is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Vallox SE binding [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Open Reminder [3.3.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Waste Collection Belgium [3.3.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Hue Binding for API v2 [4.0.0.0;4.1.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	To Today [3.2.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Hildebrand Glowmarkt API Binding [4.0.0;5.0.0) is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Niko Home Control extended version beta [3.3.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Simatic Binding [4.0.0;4.9.0) is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	SkyQ Receiver Binding [4.0.0.0;4.4.0.0) is compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	SkyQ Receiver Binding [3.2.0;3.9.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	FreeboxOS Binding for 3.4.x [3.4.0;3.5.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	WizLighting Binding [3.2.0;3.5.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Hue Binding for API v2 [3.4.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	DSMR Smartmeter (beta) [3.2.0;4.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	HD PowerView Gen 3 [3.4.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	HD PowerView Gen 3 [4.0.0.0;4.1.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Range pattern does not match '[4.0.4]'
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	RainSoft Binding [3.2.0;4.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Value-Added Tax Transformation [3.4.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Simatic Binding [3.1.0;3.5.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Viessmann API binding for 3.3.x [3.3.0;3.4.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	JRuby Scripting with JRuby 9.4 for openHAB 3.4.x [3.4.0;3.5.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Magic Binding [3.2.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	MQTT Online Status [3.2.0;3.4.9] is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Meter Reading [3.3.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	MQTT Event Bus Subscription [3.2.0;3.4.9] is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	MQTT Event Bus Publication [3.2.0;3.4.9] is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	TP-Link Smarthome binding (Beta) [2.5.0;3.6.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Weather Calculations Binding [3.4.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bayesian Group Suite - Activation Rule [3.2.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	JavaScript Scripting (Nashorn) [3.3.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Hildebrand Glowmarkt API Binding [3.3.0;4.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Range pattern does not match '[4.1.0,)'
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Virtual Solar Light Sensor [3.3.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Bosch spexor Binding (Beta) [3.2.0.0;4.0.0.0) is NOT compatible with core version 4.3.0
47:43.4	DEBUG	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Persistence Presence Simulation [3.2.0;3.4.9) is NOT compatible with core version 4.3.0
47:43.6	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.0	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest?page=11
47:44.0	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.1	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:44.1	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.2	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:44.2	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.4	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest?page=1
47:44.4	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.5	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest?page=1
47:44.5	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.6	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:44.6	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.7	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:44.7	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:44.9	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest?page=1
47:44.9	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.0	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:45.0	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.1	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest?page=1
47:45.1	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.2	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:45.2	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.3	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:45.3	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.4	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest?page=1
47:45.4	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.5	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:45.5	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]
47:45.6	WARN	org.openhab.core.addon.marketplace.internal.community.CommunityMarketplaceAddonService	Unable to retrieve marketplace add-ons: Server returned HTTP response code: 429 for URL: https://community.openhab.org/c/marketplace/69/l/latest
47:45.6	INFO	org.openhab.core.addon.marketplace.AbstractRemoteAddonService	Re-installing missing add-ons from remote repository: [marketplace:161308]

I cannot add my rule template, but adding other rule templates can be installed and removed without any error.

As a workaround, I could probably just publish the add-on under a different name in another forum post.

After the failed installation of my rule template, usually the add-on store shows only official add-ons and no community marketplace add-ons. Most probably, the compatibility check seems to fail and then the community marketplace add-ons are removed from the store. Maybe those checks are even the reason for the HTTP error 429 "Too many requests"?

The community marketplace add-ons only show up again, after toggling the setting "Community Marketplace -> Show Unpublished Entries" again (no matter in which direction, just change and save). Then I see all community add-ons again, but when I try to add my rule template, it fails and I'm stuck again as described above.

My Environment

  • Raspberry Pi 4
  • CPU Architecture: aarch64
  • RAM: 8GB
  • Storage: 32GB (26% used)
  • OS: Raspbian GNU/Linux 11 (bullseye) -> OpenHabian
  • JAVA:
    • openjdk version “17.0.7” 2023-04-18
    • OpenJDK Runtime Environment (build 17.0.7+7-Raspbian-1deb11u1rpt1)
    • OpenJDK Client VM (build 17.0.7+7-Raspbian-1deb11u1rpt1, mixed mode, emulated-client)
  • openHAB version: 4.3.0
@JanMattner JanMattner added the bug An unexpected problem or unintended behavior of the Core label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of the Core
Projects
None yet
Development

No branches or pull requests

1 participant