Jump to content

XML Parsing error with BABYLON.SceneLoader


F3/*X
 Share

Recommended Posts

Hi Forum

I'm reading a lot lately on your forum trying to get babylon.js working for me.

Here's my first stone on the path: I'm trying to load a scene (exported from blender -> .babylon) into the browser and stuck with the error:

 

XML Parsing Error: syntax error
Location: https://raw.githubusercontent.com/FJUHWZ/babylon_room/master/felix_babylon_room.babylon.manifest?1534768757700
Line Number 1, Column 1:

 

Do you have an idea how i could make that better. I'm searching for the simplest way of embbeding an blender-export into the html, and be able to manipulate it after with some javascript functions within the html file.

So: is there something better than SceneLoader? What do i do wrong with the link to raw.githab....?

 

Thank you so much & best wishes

F3/*X

index_180820.html

Link to comment
Share on other sites

Your scene will work fine with that error.  I don't think the framework should be trying to parse a 404 in my opinion.  I've seen other code that only checks for 200 OR presence on text on XHR response.  I'm not sure entirely the logic behind that decision. You can get around it by disabling offline viewing entirely:
http://doc.babylonjs.com/api/classes/babylon.engine#enableofflinesupport

You can set your own rules for offline this way:
http://doc.babylonjs.com/how_to/caching_resources_in_indexeddb#exceptions

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...