Giter VIP home page Giter VIP logo

nft-mint-bot-sol's Introduction

Hi 👋 I'm KENKEIYA ケン敬屋 😊

GIF


  • 😊 - Build impact services !!!
  • 🔭 - テックリードとして、メンバーの技術レビューを担当
  • 🌱 - 設計レビュー、コードレビュー、DevOps
  • 😇 - PoC / プロトタイプ開発
  • 🥅 - 技術顧問(Slackで質問受ける)



😇 My Github Stats:

nft-mint-bot-sol's People

Contributors

2qov3b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nft-mint-bot-sol's Issues

Bug - Invalid Public Key Input

I tried running the script as is, added my secret key and made a test run, but it crashes with this message... What am I missing?

future: <Task finished name='Task-1' coro=<Main.mint() done, defined at main.py:100> exception=ValueError('invalid public key input:', '<solana.account.Account object at 0x0000016D979E3D30>')>
Traceback (most recent call last):
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\publickey.py", line 35, in __init__
    self._key = base58.b58decode(value)
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\base58\__init__.py", line 124, in b58decode
    acc = b58decode_int(v, alphabet=alphabet, autofix=autofix)
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\base58\__init__.py", line 104, in b58decode_int
    raise ValueError(
ValueError: Invalid character '<'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "main.py", line 168, in mint
    return await self.send_tx(transaction, *signers, opts=self.opts)
  File "main.py", line 172, in send_tx
    txn.sign(*signers)
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\transaction.py", line 263, in sign
    self.sign_partial(*signers)
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\transaction.py", line 242, in sign_partial
    sign_data = self.serialize_message()
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\transaction.py", line 223, in serialize_message
    return self.compile_message().serialize()
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\transaction.py", line 208, in compile_message
    return Message(
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\message.py", line 59, in __init__
    self.account_keys = [PublicKey(key) for key in args.account_keys]
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\message.py", line 59, in <listcomp>
    self.account_keys = [PublicKey(key) for key in args.account_keys]
  File "C:\Users\admin\AppData\Local\Programs\Python\Python38\lib\site-packages\solana\publickey.py", line 37, in __init__
    raise ValueError("invalid public key input:", value) from err
ValueError: ('invalid public key input:', '<solana.account.Account object at 0x0000016D979E3D30>')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.