cyrildiagne / ar-cutpaste

Cut and paste your surroundings using AR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cut_mask.png error (on cut) + src/script.js no such file error (on paste)

DanielSalama1 opened this issue · comments

I think this is the most common Issue, i see some issues about this.
something changed after switching from local BASNET to remote BASNET (not mine), now getting these errors.

Screenshot_1

let's solve this once and for all 💯

Hmm looks like you're on Windows and the path has a hardcoded / which might break on windows. Could you try replacing src/script.js by src\script.js ? Or better, using os.path.join

I think this is the most common Issue, i see some issues about this.
something changed after switching from local BASNET to remote BASNET (not mine), now getting these errors.

Screenshot_1

let's solve this once and for all 💯

Did os.path.join work for you?