core: Withings integration no longer functional: 'Arrow' object has no attribute 'int_timestamp'
The problem
Up until the last few days, the two Withings integrations that I have configured (for the wife and I) have been fairly stable for pulling Withings/Nokia Sleep data.
Recently, this integration has failed and no longer seems to initialise during startup — the following error is returned
'Arrow' object has no attribute 'int_timestamp'
I believe Withings have/are in the process of moving to a new version of their API; however, I’m not sure if that is what is causing the issue here.
What is version of Home Assistant Core has the issue?
core-2021.5.5
What was the last working version of Home Assistant Core?
core-2021.5.5
What type of installation are you running?
Home Assistant Core
Integration causing the issue
Withings
Link to integration documentation on our website
https://www.home-assistant.io/integrations/withings/
Example YAML snippet
(Integration configured via the frontend UI)
Anything in the logs that might be useful for us?
[homeassistant.config_entries] Config entry 'Jamie' for withings integration not ready yet: 'Arrow' object has no attribute 'int_timestamp'; Retrying in background
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 10
- Comments: 24 (2 by maintainers)
Not stale, this integration still does not work at all
There hasn’t been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Maybe the GitHub actions bot should ping the developer of the plug-in about the fact that people keep saying the issue isn’t stale rather than repeatedly trying to close out a still-extant issue.
There hasn’t been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Definitely still a current issue. I just re-added this integration by resolving the callback issue described here and immediately encountered this issue. Am on version 2023.2.2. Why is this ticket still unresolved after roughly 1.5 yrs?
It seems that the Arrow library is being resolved to version 0.14.7 in the docker image which is too old to include the int_timestamp function referenced in the withings-api dependency as it was introduced in version 0.17.0. I don’t really know enough about how Home Assistant installs dependencies (yet) to provide a permanent fix, but as a temporary workaround I just ran
pip install withings-api
inside the container.any news on this please @vangorra