The downloader is not working in Axmol cpp-test, WASM. #2333
Unanswered
GameDev1EducaStudio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I've successfully tested the downloader in Windows (Win32), and it works fine.
https://github.com/axmolengine/axmol/tree/dev/tests/cpp-tests/Source/NetworkTest/DownloaderTest
But, when I try with the WASM version, the downloader isn't working and showing an error like this:
![image](https://private-user-images.githubusercontent.com/192576913/402769154-b3c46a64-fa44-408d-9d14-8c957b491516.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTU5MjQsIm5iZiI6MTczOTAxNTYyNCwicGF0aCI6Ii8xOTI1NzY5MTMvNDAyNzY5MTU0LWIzYzQ2YTY0LWZhNDQtNDA4ZC05ZDE0LThjOTU3YjQ5MTUxNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMTUzNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01ZGY2YWIxZTkyNTBhNmQ0ZmYwMjExOTFmMWMwZjMxZTEwM2Y5NTJmNDVkYWE3M2YxNTE5YmFlMGQxMThkNDgyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.qazq4q9fwmsCH9owTzcGPAKxA5qiZ-3RJtscv6-zOjo)
Detail of errors:
I tried using the CORS Unblock Chrome extension to solve the error. The error message disappeared but it still can't download the file.
![image](https://private-user-images.githubusercontent.com/192576913/402770776-a24c2b7e-ae40-46d4-bd3c-a844b96533ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTU5MjQsIm5iZiI6MTczOTAxNTYyNCwicGF0aCI6Ii8xOTI1NzY5MTMvNDAyNzcwNzc2LWEyNGMyYjdlLWFlNDAtNDZkNC1iZDNjLWE4NDRiOTY1MzNlZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMTUzNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zYWM5MzhjOGNlZGJmZjcxMDRiMjg3NDlhMDg5MWNkMWIzNjQ1M2JlNWE3ZGZkYTFkMDkxOTJmNzllZjJiYWFlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.nKy31tV31y-siZTq4jV-wyg4vRYWenKhOHm1I9fML-o)
My question is, is this still an issue? Or there is a way to use the downloader in WASM?
Thanks for your time, have a nice day everyone.
Beta Was this translation helpful? Give feedback.
All reactions