JabLuszko
JabLuszko
I can login, get device list for more info, however I cannot toggleDevice - the ewelink API returns HTTP 500, however payload/URL seems correct according to theirs docs in https://github.com/CoolKit-Technologies/apiDocs/blob/master/en/APICenter.md#http-update-device-status...
I guess it was mentioned few times on mailling list already, but hey, this is the new tracker :-) It would be nice if Steam would support SRV records. It...
This will make other devices in the same area re-scan mons (for example Spotlight hours) everytime it sees a mon. For same devices (like one device in area) - there...
5.0 is supposedly crashing MAD and with Grenn's rework there is no point in fixing that, I guess :P
Probably add it to https://github.com/Map-A-Droid/MAD/blob/ec9cc6b4d62e4a599011c7ad3d1165da8b90bca2/mapadroid/db/DbStatsSubmit.py#L53 However there is no timestamp in trs_stats_detect_seen_type and I think joining pokemon/trs_spawn table on cleanup is not the best idea - so add missing timestamp?
Handle it more gracefully. log => ValueError : MADev did not return proper json url/apk => Internal Server Error The server encountered an internal error and was unable to complete...
We have code for sending weather in raids webhook https://github.com/Map-A-Droid/MAD/blob/3a1d88cc252e16cb88f9b91f86489827fb52673c/mapadroid/webhook/webhookworker.py#L323 but the underlying data in DB is never updated. No idea what should be here - current weather or only...
According to dkmur ``` alter table trs_stats_detect add index timestamp_scan (timestamp_scan); alter table trs_stats_detect_mon_raw add index timestamp_scan (timestamp_scan); alter table trs_stats_detect_fort_raw add index timestamp_scan (timestamp_scan); alter table trs_stats_location add index...
Seems like patch_23 is broken if you (kinda) follow the official docs and install database schema manually from `scripts/SQL/rocketmap.sql` and then try to start MAD it will try to go...
 At the moment if devices in different modes shares the same area some gyms are getting scanned few times and "wasting" the raids_mitm jumps. For example let's...