Keslinger Posted March 6, 2017 Share Posted March 6, 2017 Hey, all! I've noticed that Firefox (51.0.1 is my version) throws errors when loading all .babylon files that were exported from Blender. The files load fine, though. Should I be concerned with this? It doesn't happen in Chrome, but I'd like to remove the clutter from the Inspector so I don't lose any actual issues in Firefox. Error: (all .babylon files cause this) XML Parsing Error: not well-formed Location: http://whirlinggizmo.com/skintest/assets/wearables/m_shirt_fireman/m_shirt_fireman.babylon Line Number 1, Column 1: Playground Link: http://babylonjs-playground.com/#WDMRY#17 Thanks! Quote Link to comment Share on other sites More sharing options...
JCPalmer Posted March 7, 2017 Share Posted March 7, 2017 I see that on my system as well. JSON is not XML??? WTF. I do not have a lot of .babylon files. One I generated with 2.77 and exporter 5.0.2 does not produce the messages. I will try generating a new one on 2.78 with 5.2.0 like yours. Not today though. Will advise. Quote Link to comment Share on other sites More sharing options...
Vousk-prod. Posted March 14, 2017 Share Posted March 14, 2017 I also once had this error many month ago, but, saddly, I absolutly don't remember how I solved it... sorry. It was server side, I think (mime types?). Quote Link to comment Share on other sites More sharing options...
davrous Posted March 14, 2017 Share Posted March 14, 2017 Hello, Yes, it's probably a MIME type issue. You need to add the .babylon file extension as "application/babylon" for instance to change that. As you're running on top of Apache, you should read this doc: http://www.htaccess-guide.com/adding-mime-types/ David Quote Link to comment Share on other sites More sharing options...
Nodragem Posted September 14, 2018 Share Posted September 14, 2018 Hello @davrous, I've got the same problem when loading .babylonjs file that were exported from Blender. I am not sure how to resolve this problem, I am using Webpack-dev-server. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.