-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth.json token expired? #141
Comments
Hello, that never runs out. I have had the same auth.json for more than 1 year. You may have removed the device from your Apple account or not used it for too long. |
Every time I update anisette server I have to delete auth and re-enter Credentials/2FA. After that everything works fine but it gives the weirdest errors beforehand. |
Did you see the small edit in the readme of the docker command? (explanation) Recreating the Anisette container should solve your problem |
I recreated it this way and now, for the first time there are files inside the mapped location. So I guess the problem will be gone from now on. Will see with the next update if this does the trick. Seems promising. |
well, I just tested it: I have to delete auth.json and re-enter my credentials but 2FA ist not necessary anymore. Weird but at least I know the trick now. |
I seem to have it working now for good. Tested this including purging and deleting images. Login data persists. I was using a different network than standard configuration before, maybe that was a problem though that would be strange. Maybe it also has something to do with the Synology DSM I am running it on; who knows? I felt like writing this down just in case anyone else has this problem. Was thinking about a pull request to the readme but don't really know where to put this or if this is appreciated. In the end this is just the standard confing from readme translated to a yaml and added "knowledge of the blank shell" for this specific usecase. So for everyone using Synology DSM and Container Manager here is my docker-compose file that works fine for me. There is just 3 things to do in total:
docker-compose.yaml
|
How long should the device registration live on? I registered the macless-haystack on the 30th of October and today it stopped working. Removing the auth.json and redoing the registration it now works again, any idea why and how long the auth.json is valid? The response from the fetch was empty and the json.loads was not able to parse the empty string the server sent.
The text was updated successfully, but these errors were encountered: