-
The container was running without issue as of this morning. A few hours ago, I stopped the container and did a routine reboot on my server. After the reboot, foundry is unable to authenticate my credentials. I did not change anything in my configuration files in that time. I tried following the solutions from the "Credentials getting mangled" and "EAI_AGAIN error" discussions, but neither of the steps in those seemed to help. I run the container with docker-compose. My compose file is
and the secrets file is
I also tried removing all the secrets lines and replacing them with directly entering the password and username as environment variables, with the same result. Here are the verbose logs for the situation.
Per the recommendation in the "Credentials getting mangled" discussion back in July I also opened a shell in the container and tried manually authenticating.
This also failed, and the output for that attempt was
My username has a - in it and my password has a _ but I was under the impression that that shouldn't be an issue when using secrets. Also, it was working without issue for the past several weeks. I don't think it's a network issue either, because when I do nslookup on foundryvtt.com I get a destination IP address instantly. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Ah so I'm not alone with this error. I also tried to reset my password since I have no trouble logging in on the foundry page to access my user account. The verbose logging variable does not give much more info on what is going wrong:
|
Beta Was this translation helpful? Give feedback.
-
I just opened a bug report, which I think is the same issue: #868 |
Beta Was this translation helpful? Give feedback.
-
Recently the FoundryVTT site changed the name of the login form fields that are used by the authentication utility to login a user. This prevented the image from automatically authenticating to retrieve license keys, or download URLs. I've updated the image to use the new form names: I will publish a new release that will include these modifications as As a workaround you may use the |
Beta Was this translation helpful? Give feedback.
-
@felddy has this happened again? Mine is now getting a failure to authenticate as well. I'm not sure what to check though. |
Beta Was this translation helpful? Give feedback.
Recently the FoundryVTT site changed the name of the login form fields that are used by the authentication utility to login a user. This prevented the image from automatically authenticating to retrieve license keys, or download URLs. I've updated the image to use the new form names:
I will publish a new release that will include these modifications as
v11.315.1
.As a workaround you may use the
FOUNDRY_RELEASE_URL
environment variable, or just theCONTAINER_CACHE
without specifying credentials.