AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/sdcard/etheroll/.config/pyethapp/keystore/' #134

Closed AndreMiras closed 5 years ago

AndreMiras commented 5 years ago

https://sentry.io/organizations/andre-5t/issues/994298505/?project=1111738&referrer=github_plugin

FileNotFoundError: [Errno 2] No such file or directory: '/sdcard/etheroll/.config/pyethapp/keystore/'
  File "main.py", line 211, in main
  File "main.py", line 63, in run
  File "main.py", line 155, in pull_accounts_rolls
  File "github.andremiras.etheroll/.buildozer/android/app/ethereum_utils.py", line 19, in get_account_list

FileNotFoundError: [Errno 2] No such file or directory: '/sdcard/etheroll/.config/pyethapp/keystore/'
AndreMiras commented 5 years ago

Happens on some devices on account creation. Possibly linked to #133

AndreMiras commented 5 years ago

Fixed with #133