Carnaux / NFT-Marker-Creator

This editor creates NFT markers for ARTOOKIT 5.x

Home Page:https://carnaux.github.io/NFT-Marker-Creator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abhishekQ opened this issue · comments

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?

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?

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.

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

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.