home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.43k stars 30.68k forks source link

radio browser and co2 #125884

Open aselling opened 1 month ago

aselling commented 1 month ago

The problem

Since 2024.9 radio browser and co2 does not load.

Error occurred loading flow for integration radio_browser: Exception importing homeassistant.components.radio_browser.config_flow Error occurred loading flow for integration co2signal: Exception importing homeassistant.components.co2signal.config_flow

What version of Home Assistant Core has the issue?

2024.9.1

What was the last working version of Home Assistant Core?

2024.8.X

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

Radio Browser and CO2

Link to integration documentation on our website

No response

Diagnostics information

Unexpected exception importing platform homeassistant.components.radio_browser.application_credentials Unexpected exception importing platform homeassistant.components.radio_browser.config_flow Unexpected exception importing platform homeassistant.components.co2signal.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1296, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/util/loop.py", line 200, in protected_loop_func return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/radio_browser/init.py", line 6, in from radios import RadioBrowser, RadioBrowserError File "/usr/local/lib/python3.12/site-packages/radios/init.py", line 9, in from .models import Country, Language, Station, Stats, Tag File "/usr/local/lib/python3.12/site-packages/radios/models.py", line 12, in from mashumaro import field_options File "/usr/local/lib/python3.12/site-packages/mashumaro/init.py", line 3, in from mashumaro.mixins.dict import DataClassDictMixin File "/usr/local/lib/python3.12/site-packages/mashumaro/mixins/dict.py", line 3, in from mashumaro.core.meta.mixin import ( File "/usr/local/lib/python3.12/site-packages/mashumaro/core/meta/mixin.py", line 3, in from mashumaro.core.meta.code.builder import CodeBuilder SyntaxError: source code string cannot contain null bytes

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration (radio_browser) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `radio_browser` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign radio_browser` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


radio_browser documentation radio_browser source (message by IssueLinks)