nextcloud / suspicious_login

Detect and warn about suspicious IPs logging into Nextcloud
GNU Affero General Public License v3.0
86 stars 25 forks source link

InvalidArgumentException daily during IPv6 training #933

Open scottr58 opened 2 months ago

scottr58 commented 2 months ago

in Nextcloud 28.0.5, the suspicious_login v6.0.0 app is generating a daily error "InvalidArgumentException: Datasets must have the same number of columns, 80 expected, but 16 given". This is a hosted private instance and I'm the only user. I have limited access to the server and configuration information, if any.

Unsure if this is related, but every login event generates a suspicious login message to my email. All actual logins are IPv4.

Tutul- commented 3 weeks ago

same as #860

hagenbuch commented 5 days ago

I am still having the same problem on version 30.0.2 and "solved" it like mentioned in #860 by deleting the contents of tables oc_login_address, oc_login_flow_v2, oc_login_ips_aggregated, oc_suspicious_login and oc_suspicious_login_model.

However, I think this should still be considered as a bug IMHO.