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

This is deprecated and will stop working in Home Assistant 2024.11 #27

Open
vednolacni opened this issue Jun 6, 2024 · 8 comments
Open

Comments

@vednolacni
Copy link

image

@ChristophCaina
Copy link

Detected that custom integration 'overseerr' accesses hass.helpers.discovery.
This is deprecated and will stop working in Home Assistant 2024.11,
it should be updated to import functions used from discovery directly at custom_components/overseerr/__init__.py, line 198:
hass.helpers.discovery.load_platform("sensor", DOMAIN, {}, config),
please report it to the author of the 'overseerr' custom integration

Detected that custom integration 'overseerr' accesses hass.components.webhook.
This is deprecated and will stop working in Home Assistant 2024.9,
it should be updated to import functions used from webhook directly at custom_components/overseerr/__init__.py, line 205:
hass.components.webhook.async_register(DOMAIN, "Overseerr", webhook_id, handle_webhook),
please report it to the author of the 'overseerr' custom integration

@RobertD502
Copy link

RobertD502 commented Jul 31, 2024

@vednolacni @ChristophCaina
Use the changes I made in #25 to comply with the deprecations. I'm not sure if this integration is maintained any longer.

@vednolacni
Copy link
Author

@RobertD502 thanks m8!

@ChristophCaina
Copy link

ChristophCaina commented Jul 31, 2024

Thanks!
I will have a look into the changes (if not already done... ) as I am already planning to create a fork for jellyseerr (using the same code-base) and extend the API Calls...

@AnshulJ999
Copy link

image
I get any internal server error like this. Is this already deprecated?

I saw that PR by Robert but I don't know how to add/install that in HAOS. Appreciate any help.

@RobertD502
Copy link

image

I get any internal server error like this. Is this already deprecated?

I saw that PR by Robert but I don't know how to add/install that in HAOS. Appreciate any help.

When exactly are you getting the internal server error? I highly doubt this is related to the integration as any integration would never itself cause home assistant to present an internal server error in this manner.

@AnshulJ999
Copy link

AnshulJ999 commented Aug 5, 2024

Ah sorry I didn't clarify. I am getting this error while trying to access Overseerr at http://homeassistant.local:5055/

image

This is what the add-on page looks like. It used to work fine earlier, I was using it for a few months prior. Now it doesn't load.

a0d7b954_overseerr_2024-08-05T17-27-45.959Z.log

I attached the log file too. Not sure why this is happening now. HA works fine for me.

EDIT: Sorry for the confusion. This appears on google as the first result; didn't know it's not the add-on. Found a solution on the add-on repo. Thanks to Robert.

@RobertD502
Copy link

RobertD502 commented Aug 5, 2024

That is the overseerr add-on and not the overseerr integration (this github repo is for the integration). Issues faced with the add-on need to be addressed in the github repo where the addon originates from, which in this case is the repo for Home Assistant Community Add-ons. Link to the repo dealing with the Overseerr Home Assistant community add-on.

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

4 participants