I changed the session cookie on the website as I was having issues but now MLM will not accept the new mam_id.
On MLM's webpage I get this error: mam_id is invalid, all features are disabled: HTTP status client error (403 Not Authorized) for url (https://www.myanonamouse.net/jsonLoad.php?snatch_summary=true)
It looks like it tries to use the mam_id stored in it's database file, errors out because that one is no longer valid and then tries to use the mam_id from the config file but gets stuck at that point.
These are the log entries when MLM starts:
2026-07-30T10:49:10.917588089+02:00 INFO mlm_db: Migrations started
at mlm_db/src/lib.rs:199
in mlm_db::migrate
2026-07-30T10:49:10.977332972+02:00 INFO mlm_db: Migrations done
at mlm_db/src/lib.rs:210
in mlm_db::migrate
2026-07-30T10:49:10.977586186+02:00 INFO mlm_mam::api: Restoring mam_id
at mlm_mam/src/api.rs:85
2026-07-30T10:49:11.108421288+02:00 WARN mlm_mam::api: Stored mam_id failed with HTTP status client error (403 Not Authorized) for url (https://www.myanonamouse.net/jsonLoad.php?snatch_summary=true), falling back to config value
at mlm_mam/src/api.rs:112
I changed the session cookie on the website as I was having issues but now MLM will not accept the new mam_id.
On MLM's webpage I get this error:
mam_id is invalid, all features are disabled: HTTP status client error (403 Not Authorized) for url (https://www.myanonamouse.net/jsonLoad.php?snatch_summary=true)It looks like it tries to use the mam_id stored in it's database file, errors out because that one is no longer valid and then tries to use the mam_id from the config file but gets stuck at that point.
These are the log entries when MLM starts: