Giter Site home page Giter Site logo

Comments (15)

Scags104 avatar Scags104 commented on September 27, 2024 3

Thanks for the patience.

Please refresh HACS and try out beta 1.8.4 - https://github.com/romedtino/simple-wyze-vac/releases/tag/1.8.4

I think this resolves it but just in case, for now I'll leave it in beta.

Thanks.

that did the trick thank you!

from simple-wyze-vac.

romedtino avatar romedtino commented on September 27, 2024 1

Please standby. I think I've figured out the issue. It's related to more protobuf woes.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
androidtvremote2 0.0.7 requires protobuf>=4.21, but you have protobuf 3.20.3 which is incompatible.
grpcio-reflection 1.51.1 requires protobuf>=4.21.6, but you have protobuf 3.20.3 which is incompatible.
grpcio-status 1.51.1 requires protobuf>=4.21.6, but you have protobuf 3.20.3 which is incompatible.

No need to comment that you're also having the issue. I'll update this issue when I have a resolution.

from simple-wyze-vac.

romedtino avatar romedtino commented on September 27, 2024 1

Thanks for the patience.

Please refresh HACS and try out beta 1.8.4 - https://github.com/romedtino/simple-wyze-vac/releases/tag/1.8.4

I think this resolves it but just in case, for now I'll leave it in beta.

Thanks.

from simple-wyze-vac.

Scags104 avatar Scags104 commented on September 27, 2024

@romedtino can you please advise

Thanks

from simple-wyze-vac.

romedtino avatar romedtino commented on September 27, 2024

It seems like Home Assistant didn't install the dependencies for Simple Wyze Vac. Have you tried

  • Uninstall Simple Wyze Vac through HACS
  • Restart Home Assistant
  • Reinstall Simple Wyze Vac through HACS
  • Restart Home Assistant

If you still get the same error, connect to your Home Assistant installation and do a pip list does it show wyze-sdk? If it does, is it version 10.3.0? If it doesn't show, is there some nuance in your home assistant installation that prevents you from installing the python dependencies?

I'm also not familiar with what's in Home Assistant Beta 5, might be something new that prevents the dependency from installing correctly?

from simple-wyze-vac.

Scags104 avatar Scags104 commented on September 27, 2024

@romedtino

Seems i cant uninstall the integration since wyze-sdk is no longer installed, confirmed with pip list.

Dependency issue with wyze-sdk with new 2023.5.0bx poissibly?

from simple-wyze-vac.

motoridersd avatar motoridersd commented on September 27, 2024

I installed 2023.5.0b6 today and the error started happening after booting into it. Just installed b7 and issue is still there. 2023.5 definitely broke something.

I reverted back to a 2023.4.6 backup because other things were also broken and everything works again.

from simple-wyze-vac.

brianhanifin avatar brianhanifin commented on September 27, 2024

I also have this error. I am running Home Assistant OS 10.1 with Home Assistant 2023.05.0b7.

I was unable to remove the devices before I removed the integration. However, I was able to remove, restart, then reinstall the integration.

When I checked pip list (via the Advanced SSH & Web Terminal addon, wyze-sdk was missing. I was able to manually pip install wyze-sdk and version 1.10.0 is now installed.

After restarting a second time... oh shoot. Home Assistant won't startup and I'm having trouble gaining command line access.

from simple-wyze-vac.

motoridersd avatar motoridersd commented on September 27, 2024

Oh yeah. Forgot to mention I ran into the same problem when installing wyze-sdk via pip

I had console access and saw core was crashing with some php errors.

I restored a backup of my VM in Proxmox and was back up and running on 2023.4.6

from simple-wyze-vac.

brianhanifin avatar brianhanifin commented on September 27, 2024

Oh, good. I was able to restore a backup from early this morning, then after I restarted we are backup! Thank you for the suggestion @motoridersd!

This is surprising behavior. I believe I have installed using pip at the OS command line in the past and not had any problems. Oh well.

from simple-wyze-vac.

brianhanifin avatar brianhanifin commented on September 27, 2024

I tried reinstalling Simple Wyze Vac using HACS and the wyze-sdk is still missing in the pip list.

  OS Version:               Home Assistant OS 10.1
  Home Assistant Core:      2023.5.0

  Home Assistant URL:       http://homeassistant.local:8123
  Observer URL:             http://homeassistant.local:4357
➜  ~ pip list
Package    Version
---------- -------
awake      1.0
packaging  21.3
pathspec   0.11.1
pip        22.3.1
pulsemixer 1.5.1
pyparsing  3.0.9
PyYAML     6.0
retrying   1.3.3
setuptools 65.6.0
six        1.16.0
yamllint   1.31.0

from simple-wyze-vac.

romedtino avatar romedtino commented on September 27, 2024

2023.5.0 just rolled out. I haven't had the chance to take a look but it seems to be ignoring this line in the manifest.json

"requirements": ["https://github.com/romedtino/wyze-sdk/archive/refs/tags/10.3.0.zip#wyze-sdk==10.3.0"],

Not sure if 2023.5.0 introduced something that prevents that from working anymore. I'd have to take a look.

Also, please note, I use a slightly modified version of wyze-sdk (Fixes some protobuf issues) so the one in PyPi is not the exact version to install

from simple-wyze-vac.

dinki avatar dinki commented on September 27, 2024

Here to report having the same problem as others with the requirements.

from simple-wyze-vac.

BrandonG777 avatar BrandonG777 commented on September 27, 2024

I'm also having the issue after upgrading.

from simple-wyze-vac.

kennethpangky avatar kennethpangky commented on September 27, 2024

Just some info, I removed the the HACs integration, rebooted and installed it again. Didn't throw any errors, but when I tried to add it back via Devices & Services I got this error.

"Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble"

from simple-wyze-vac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.