COLLADA 2 GLTF converter collapse

hey,
would like to convert SKP models to Gltf using the online converter and it keep collapsing everytime i load an archive or a .dae file in it.

it does however extract a .glb file, and after i approve of it's download my browser get stuck for a long time...

the last few times i've tried to do so i also got a chrome notification saying:

RuntimeError: Failed to load shader: blob:http%3A//cesiumjs.org/...

and it goes a long way down...

what am i missing?

also, just in case i won't be able to solve this, are there alternatives for converting the files?

tnx ahead!

בתאריך יום שבת, 30 ביולי 2016 בשעה 14:38:39 UTC+3, מאת omri...@gmail.com:

hey,
would like to convert SKP models to Gltf using the online converter and it keep collapsing everytime i load an archive or a .dae file in it.

it does however extract a .glb file, and after i approve of it's download my browser get stuck for a long time...

the last few times i've tried to do so i also got a chrome notification saying:

RuntimeError: Failed to load shader: blob:http%3A//cesiumjs.org/...

and it goes a long way down...

what am i missing?

also, just in case i won't be able to solve this, are there alternatives for converting the files?

tnx ahead!

BTW,
when i'm trying to load the converted file to sand castle i get the following error in the console:
RuntimeError: Failed to load shader: http://localhost:8080/Apps/SampleData/my_models/building%206040FS.glsl
Error
    at new RuntimeError (http://localhost:8080/Source/Core/RuntimeError.js:43:19)
    at http://localhost:8080/Source/Scene/Model.js:1197:40
    at Object.then (http://localhost:8080/Source/ThirdParty/when.js:217:33)
    at http://localhost:8080/Source/ThirdParty/when.js:297:13
    at processQueue (http://localhost:8080/Source/ThirdParty/when.js:647:4)
    at _resolve (http://localhost:8080/Source/ThirdParty/when.js:333:4)
    at promiseReject (http://localhost:8080/Source/ThirdParty/when.js:366:11)
    at Object.then (http://localhost:8080/Source/ThirdParty/when.js:217:33)
    at http://localhost:8080/Source/ThirdParty/when.js:298:7
    at processQueue (http://localhost:8080/Source/ThirdParty/when.js:647:4)

Hello,

It sounds like your model might reference an external shader file. Make sure you include all files needed by the model when you’re uploading it to the converter. You can do this either by drag/dropping multiple files, or zipping all files into a zip folder and uploading that.

Best,

Hannah