Code Monkey home page Code Monkey logo

Comments (4)

Max6025 avatar Max6025 commented on August 20, 2024 1

where is the file in homeassistant config? i.e. the pwd

from ha-shinobi.

elad-bar avatar elad-bar commented on August 20, 2024 1

@chemelli74 according to the original error, the request was not autorized, it has nothing to do with the workaround,
the issue is in line 464 where the code is trying to load the details of the monitor and it holds nothing (because it failed),
will release full fix for that issue, both to protect the api call and the handling of the empty data

from ha-shinobi.

chemelli74 avatar chemelli74 commented on August 20, 2024

Investigated a bit more.
I changed the code as follow around line 461:

from:

  if monitor is None:
                        _LOGGER.debug("Invalid monitor details found")

to:

  if monitor is None or not monitor.get("ke"):
                        _LOGGER.debug("Invalid monitor details found")

and added a log line around line 315:

if self.status == ConnectivityStatus.Connected:
            _LOGGER.warning("Simone - load_monitors in update()")
            await self._load_monitors()

This is the resulting log:

2024-04-15 19:04:37.885 INFO (MainThread) [custom_components.shinobi.managers.rest_api] Status changed from 'Connected with temporary API key' to 'Connected to the API'
2024-04-15 19:04:37.886 WARNING (MainThread) [custom_components.shinobi.managers.rest_api] Simone - load_monitors in update()
2024-04-15 19:04:37.895 WARNING (MainThread) [custom_components.shinobi.managers.rest_api] Invalid monitor details found
2024-04-15 19:04:37.906 INFO (MainThread) [custom_components.shinobi.managers.websockets] Status changed from 'None' to 'Connected to the API'
2024-04-15 19:04:37.906 INFO (MainThread) [custom_components.shinobi.managers.websockets] Starting to listen connected
2024-04-15 19:04:38.962 WARNING (MainThread) [custom_components.shinobi.managers.rest_api] Simone - load_monitors in update()
2024-04-15 19:04:38.973 WARNING (MainThread) [custom_components.shinobi.managers.rest_api] Simone - load_monitors in update()

You can see that the call fails only the 1st time.
And on top of that, noticed that "update()" is called even 3 times in 1 second.

from ha-shinobi.

Max6025 avatar Max6025 commented on August 20, 2024

@chemelli74

from ha-shinobi.

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.