Open robertoleonardo opened 1 year ago
for anyone who is having this issue - i think i fixed it. it appears to be the newest version of numpy - 1.26.1 -- which was released right aroun when the issue started for me. i'm forcing appdaemon to install numpy v 1.26.0 and that seems to have fixed it.
here's how: i moved 'mintapi' from the appdaemon config settings into a requirements.txt file, AFTER numpy==1.26.0. 1.26.0 meets the lowest version number required by mint api but if it's not already installed, 1.26.1 will get installed and cause issues.
here's what my addons config now looks like:
and my requirements.txt:
numpy==1.26.0
configargparse==1.5.3
future==0.18.3
keyring==23.2.1
mock==4.0.2
oathtool==2.3.0
pandas
selenium-requests==2.0.3
xmltodict==0.12.0
selenium>=4.11.2
mintapi
i probably really only needed to have one line in there -- numpy==1.26.0 -- and could've let mintapi do the rest of importing, but i've got it working with the above so i'm not going to mess with it anymore...
hi - i've been using this app successfully for a number of months but just realized today that it stopped working a few weeks back. i've been tinkering all day, including by re-setting my MFA token and such with mint -- no dice. the below bit from my log seems to reflect the issue.
Specifically, something to do with numpy. If it makes a difference (though i doubt it does), i went back in my HASS logbooks and now determined that the last date the scraper was successfully working was on 10/14 at 430 am :)
one thing i've noticed is that when i first boot appdaemon if i refresh the browser a tthe right time -- there is about a 5 second window where it says the mint app did load (and the logs earlier reflect that mini api was successfully loaded), but then within a few seconds it switches to "compile error"
i don't think i've made any changes on my end that would impact it, other than updating home assistant periodically to keep it current. home assistant version info:
app daemon - version 13.6
any ideas what's going on?