Skip to content

ℹ️ Common issues

coccoinomane edited this page May 14, 2022 · 1 revision

ERC20: transfer amount exceeds allowance

This happens if you use a wallet that never reinforced before on Crabada.

You need to allow the Crabada's contract to spend TUS for you.

The simplest way is to reinforce at least once from the browser on play.crabada.com.

Non-hexadecimal digit found

Make sure you put in .env your private key, not the seed phrase.

You can export the private key directly from Metamask, in the settings of the Account.

You can recognize the private key because it is a long unreadable hex string, without the 0x at the beginning.

Mac: no module named mining or no module named bin

  1. Go to "System Preferences" on your Mac.
  2. Navigate to "Security & Privacy".
  3. Scroll down to "Full Disk Access" and click the lock in the bottom to make changes.
  4. Make sure to tick "cron" then and close it.

Your issue should be solved now.