We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If windows packages are failing a lot it is likely it's a kodi mirror involving the msys2 packages.
First add a temp commit adding the verbose flag -v to the curl command in both these files:
-v
depends/windows/mingw/03-use-curl.patch
depends/windowsstore/mingw/03-use-curl.patch
Then go the log and search for Transfer returned error. The mirror listed prior to this will be the problem mirror. Check a few more to be sure.
Transfer returned error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If windows packages are failing a lot it is likely it's a kodi mirror involving the msys2 packages.
First add a temp commit adding the verbose flag
-v
to the curl command in both these files:depends/windows/mingw/03-use-curl.patch
depends/windowsstore/mingw/03-use-curl.patch
Then go the log and search for
Transfer returned error
. The mirror listed prior to this will be the problem mirror. Check a few more to be sure.The text was updated successfully, but these errors were encountered: