-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error downloading Plugin after updating #110
Comments
Just to make sure it wasn't something funky with PowerShell I tried just using .NET functions with the same result
|
After noticing this ffecting other apps I've done some more investigation and found the issue to be with my DNS over HTTPS resolver. I have switched DNS providers and I am now seeing the same code finish in 2 seconds
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm still getting these errors when IINACT updates. On #106 you said that this was an issue downloading the files. However after looking over FetchDependencies.cs I found the URL that the plugin attempts to connect to in order to download the FFXIV_ACT_PLUGIN and I can connect to the URL from my browser just fine and download the files and they download in less than a second.
I don't really know C# to troubleshoot well enough but I do know PowerShell which also leverages .NET and so I ran a test:
When downloading via .NET framework the download is taking 37 seconds which, from looking at the FetchDependencies.cs file, times out after 37 seconds. I'm not sure how I can go about testing what is causing the delay.
The text was updated successfully, but these errors were encountered: