Open Ragul184 opened 3 years ago
getting this error. checked with folder structure couldn't find anything wrong in it.
I am having the same error.. Can anyone help?
hey, was anybody able to solve this problem?
Hi is there any solution for this?
Hi is there any solution for this?
Hello @DeveshTulsian, Yeah while debugging the error I found out that the program was running successfully without any error. The problem was that the server couldn't load the .sigml file format, which is the animation file format. The server while using in local host throwing an error because it couldn't load it.
My assumption is that it may work properly when it was hosted globally. But if you can't host it there is another workaround for it.
The workaround may be visit another github project which is using .mp4 files for animation and not .sigml files. I am attaching the github link for this here. This one is using .mp4 files to render the animation in the browser. Kindly see it and if you are satisfied then reply me that it is ok!
Hi is there any solution for this?
Hello @DeveshTulsian, Yeah while debugging the error I found out that the program was running successfully without any error. The problem was that the server couldn't load the .sigml file format, which is the animation file format. The server while using in local host throwing an error because it couldn't load it.
My assumption is that it may work properly when it was hosted globally. But if you can't host it there is another workaround for it.
The workaround may be visit another github project which is using .mp4 files for animation and not .sigml files. I am attaching the github link for this here. This one is using .mp4 files to render the animation in the browser. Kindly see it and if you are satisfied then reply me that it is ok!
Hey are u able to open the html file? ,in mine its showing in console
Access to XMLHttpRequest at 'https://vhg.cmp.uea.ac.uk/tech/jas/vhg2017/avatars/marc.jar' (redirected from 'http://vhg.cmp.uea.ac.uk/tech/jas/vhg2017/avatars/marc.jar') from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
and I checked http://islfromtext.in/avatarfinal.php too it's also throwing the same error.
even i am unable to load the animation
Access to XMLHttpRequest at 'https://vhg.cmp.uea.ac.uk/tech/jas/vhg2017/avatars/marc.jar' (redirected from 'http://vhg.cmp.uea.ac.uk/tech/jas/vhg2017/avatars/marc.jar') from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
@shoebham were u able to solve the problem
@VSaipreetham I was not able to resolve the CORS issue , so I downloaded all the files the project needs from here and changed the configuration to not request the files from the server, along with many changes as per my requirements you can have a look at my project I made something on similar lines.
We have cloned the project and run it in local host. We ran index.html for front end in one server and ran flask server for backend. The code was working fine and what we spoke is perfectly recognized and the output was shown. But the animation wont give any response. When opened the console log, it is giving an 405 Error like this:
This was the console log for the file...👆
Can you consider it as urgent and can you help us to resolve this issue please?