Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x
https://carnaux.github.io/NFT-Marker-Creator/
333 stars 160 forks source link

sometimes stuck at "Loading, please wait..." screen and marker not working #70

Open abhishekQ opened 3 years ago

abhishekQ commented 3 years ago

I am using node version marker creator. I have tested on different devices like android and IOS. In some devices stuck at "Loading, please wait..." screen, and some other devices after 'Loading of NFT data complete' marker scanning and sometimes marker not scanning. Can anyone please tell me how can I solve this issue?

hungntv commented 3 years ago

Me too. I used the image in the tutorial https://github.com/Carnaux/NFT-Marker-Creator/wiki/Creating-good-markers But it stuck and nothing happened.

Anybody here?

andersontan523 commented 3 years ago

I faced the same problem. Tried reloading the website and waited for a few seconds before it worked. But when i changed the nft source url code then no matter what i did it was stuck at the "loading please wait..." screen.

GiovanniTurri commented 3 years ago

From my experience, as I had the same issue, I solved creating a folder and inside it an other folder with all the files, so url='folderWithIndexHtml/FolderWithNFTfiles/nameOfMarker' So in my web server I have this structure: root -/folderWithIndexHtml/ --index.html --FolderWithNFTfiles/ ---nameOfMarker.fset ---nameOfMarkerfset3 ---nameOfMarker.iset ---scene.glb

So to wok you need to go to www.youwebsite.com/olderWithIndexHtml/ to see it working

Hope this helps

imanirajdoost commented 2 years ago

From my experience, as I had the same issue, I solved creating a folder and inside it an other folder with all the files, so url='folderWithIndexHtml/FolderWithNFTfiles/nameOfMarker' So in my web server I have this structure: root -/folderWithIndexHtml/ --index.html --FolderWithNFTfiles/ ---nameOfMarker.fset ---nameOfMarkerfset3 ---nameOfMarker.iset ---scene.glb

So to wok you need to go to www.youwebsite.com/olderWithIndexHtml/ to see it working

Hope this helps

I did this but no luck, still no solution?

UPDATE: I think it bugs in the recent version, I used version 3.3.3 and it's working now. So if anyone is trying to make it work in the latest version you can use

<script src="https://raw.githack.com/AR-js-org/AR.js/3.3.3/aframe/build/aframe-ar-nft.js"></script>

for AFrame version.