Closed ahmouse15 closed 1 month ago
We made some changes to the login API recently and it seems the logic for if the manifest doesn't need a signed URL (used for the test environments) was missed in the changes.
This should be fixed now!
Confirmed working, thanks! @hyperdefined
For login, the API docs recommend using the
manifest
field to download the patch manifest. As far as I am aware, that field has always contained/content/patchmanifest
leading to a full URL ofhttps://cdn.toontownrewritten.com/content/patchmanifest
which was working until just a few days ago, but that URI no longer exists. It seems it has moved tohttps://cdn.toontownrewritten.com/content/patchmanifest.txt
.With some investigation, I saw that the official launcher hardcodes the
patchmanifest.txt
URL internally, so is that now the permanent location for the patch manifest and themanifest
field deprecated? Or is this simply an error?