milktoastlab / SolanaNFTBot

A helpful bot for tracking your Solana NFT project on discord channels.
MIT License
246 stars 129 forks source link

Can't run the bot #15

Closed alagiz closed 2 years ago

alagiz commented 2 years ago

hey, thanks for the bot!

don't seem to be able to run it, though:

would appreciate any help!

alagiz commented 2 years ago

also worth mentioning that i run several docker swarm stacks on the same machine, meaning other docker images seem to run fine

alagiz commented 2 years ago

alright, it has to do with the way the image is built - i just built it myself (on linux mint 20) and it works now. so, it's about architecture, i reckon, was the image built on a MAC?

kryptoj commented 2 years ago

@ArtemAlagizov Interesting. It was built on a MAC.

kryptoj commented 2 years ago

It's a good find. Will look into building cross-platform docker images.

alagiz commented 2 years ago

alright! well, the issue is solved for me (by building the docker image locally using your source code), so feel free to close the issue when you think it is solved. and the bot works great, thanks again!

kryptoj commented 2 years ago

The official docker image should support linux/amd64. https://hub.docker.com/r/milktoastlab/solananftbot/tags

Screen Shot 2021-12-09 at 11 45 23 pm