Code Monkey home page Code Monkey logo

Comments (4)

CodeFoodPixels avatar CodeFoodPixels commented on May 29, 2024

Is there anything in the logs?

from robovac.

jwilldwill avatar jwilldwill commented on May 29, 2024

This error originated from a custom integration.

Logger: custom_components.robovac.config_flow
Source: custom_components/robovac/tuyawebapi.py:165
Integration: Eufy Robovac (documentation, issues)
First occurred: 6:52:13 PM (1 occurrences)
Last logged: 6:52:13 PM

Unexpected exception
Traceback (most recent call last):
File "/config/custom_components/robovac/config_flow.py", line 130, in async_step_user
valid_data = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/robovac/config_flow.py", line 112, in validate_input
await hass.async_add_executor_job(get_eufy_vacuums, data)
File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/robovac/config_flow.py", line 102, in get_eufy_vacuums
for home in tuya_client.list_homes():
^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/robovac/tuyawebapi.py", line 216, in list_homes
return self._request(action="tuya.m.location.list", version="2.1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/robovac/tuyawebapi.py", line 141, in _request
self.acquire_session()
File "/config/custom_components/robovac/tuyawebapi.py", line 211, in acquire_session
session_response = self.request_session(self.username, self.country_code)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/robovac/tuyawebapi.py", line 203, in request_session
session_response = self._request(
^^^^^^^^^^^^^^
File "/config/custom_components/robovac/tuyawebapi.py", line 165, in _request
raise Exception(
Exception: No 'result' key in the response - the entire response is {'t': 1692316332957, 'success': False, 'errorCode': 'USER_PASSWD_WRONG', 'status': 'error', 'errorMsg': 'Incorrect account ID or password'}.

from robovac.

DerBaer1986 avatar DerBaer1986 commented on May 29, 2024

Same here

from robovac.

CodeFoodPixels avatar CodeFoodPixels commented on May 29, 2024

This is the same as #2.

There's a fix in the latest beta release: https://github.com/CodeFoodPixels/robovac/releases/tag/v1.1.0.beta.1

from robovac.

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.