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

After (Solana) Wallet integration no devices or entities showing up #19

Open
Fl77777 opened this issue Aug 28, 2024 · 2 comments
Open

Comments

@Fl77777
Copy link

Fl77777 commented Aug 28, 2024

Hi,
after I added my solana wallet ID (add integration ->select wallet -> confirm -> enter Solana wallet ID -> confirm) no device or entity is shown for this wallet. Reloading this intetegration or restarting home assistant did not resolve this issue. Any idea?
Thanks

@KishCom
Copy link

KishCom commented Sep 27, 2024

Same here.

Logs related to the failure:

Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:361
integration: Sensor ([documentation](https://www.home-assistant.io/integrations/sensor), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+sensor%22))
First occurred: September 26, 2024 at 10:39:40 (2 occurrences)
Last logged: 12:03:51
Error while setting up helium_solana platform for sensor

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 361, in _async_setup_platform
    await asyncio.shield(awaitable)
  File "/config/custom_components/helium_solana/sensor.py", line 78, in async_setup_entry
    sensors = await get_sensors(integration, wallet, None)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/helium_solana/sensor.py", line 167, in get_sensors
    if response.status_code == 200:
       ^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'status_code'

However this repo looks abandoned :(

@github-staff github-staff deleted a comment from telfaw Oct 22, 2024
@github-staff github-staff deleted a comment from robykartis Oct 22, 2024
@ggonmar
Copy link

ggonmar commented Jan 29, 2025

Same here... Wallet data is not loading :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@KishCom @ggonmar @Fl77777 and others