threefoldfoundation / tf_app

Threefold mobile application backend
Apache License 2.0
0 stars 3 forks source link

Error in ERC20 transaction #391

Closed bart-at-mobicage closed 5 years ago

bart-at-mobicage commented 5 years ago
TypeError: null is not an object (evaluating 'e.transactions')
file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/main.js:1:121243
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:468561
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169786
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
notifyNext@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:398907
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:517517
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169786
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:403020
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:468659
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:376640
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
notifyNext@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:562346
_next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:517517
next@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:169458
l@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:660864
onInvokeTask@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/vendor.js:1:91857
runTask@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/polyfills.js:3:10844
invokeTask@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/polyfills.js:3:16801
p@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/polyfills.js:2:27654
v@file:///var/mobile/Containers/Data/Application/F7F6EADF-65F8-4469-A27A-F2EC3272F081/Library/Caches/embedded_apps/threefold-testnet/build/polyfills.js:2:27894

2019-04-24 16 38 23 2019-04-24 16 38 28 2019-04-24 16 38 32

LeeSmet commented 5 years ago

This problem seems to be caused by a lack of funds to pay the registration fee, after aquiring enough tokens the error no longer happened

lucasvanhalst commented 5 years ago

Fixed on staging, this was due to a change in the explorer api (http response 204 instead of 400 'unreconigzed hash')