samuelvanderwaal/metaboss

root bin metaboss line 1: Not: Command not found

mega7mega opened this issue · 3 comments

after running the installation script on windows ubuntu when i try to run metaboss. file is there.

root bin metaboss line 1: Not: Command not found
image

i also compiled the source.. same problem

after running the installation script on windows ubuntu when i try to run metaboss. file is there.

root bin metaboss line 1: Not: Command not found image

i also compiled the source.. same problem

Did you get a successful message after running the install script and did you try restarting the terminal?

yes to both. in the end i had to use the windows binary.
when using the windows binary i noticed that in parse.rs there is a function convert_local_to_remote_data
which sends an error if creators is set to null. it would be nice to have that work with creators set to null or not defined because i am changing token data not nfts.

yes to both. in the end i had to use the windows binary. when using the windows binary i noticed that in parse.rs there is a function convert_local_to_remote_data which sends an error if creators is set to null. it would be nice to have that work with creators set to null or not defined because i am changing token data not nfts.

A PR for that was already merged into main and so that feature will be in the next release.