urbit / bitcoin-wallet

Repository for issue triaging and (eventually) the bitcoin wallet code
MIT License
4 stars 1 forks source link

White screen + console error when opening bitcoin-wallet #24

Closed ynx0 closed 3 years ago

ynx0 commented 3 years ago

Console error

react-dom.production.min.js:209 
TypeError: this.props.tx.txid.dat.slice(...).replaceAll is not a function
    at r.value (transaction.js:80)
    at Na (react-dom.production.min.js:182)
    at Pa (react-dom.production.min.js:181)
    at gl (react-dom.production.min.js:263)
    at cs (react-dom.production.min.js:246)
    at ls (react-dom.production.min.js:246)
    at $l (react-dom.production.min.js:239)
    at react-dom.production.min.js:123
    at t.unstable_runWithPriority (scheduler.production.min.js:19)
    at Di (react-dom.production.min.js:122)
el @ index.2fa306f66a2d4f9dd6c3.js:52
r.callback @ index.2fa306f66a2d4f9dd6c3.js:52
fo @ index.2fa306f66a2d4f9dd6c3.js:52
ol @ index.2fa306f66a2d4f9dd6c3.js:52
hs @ index.2fa306f66a2d4f9dd6c3.js:52
t.unstable_runWithPriority @ index.2fa306f66a2d4f9dd6c3.js:60
Di @ index.2fa306f66a2d4f9dd6c3.js:52
ds @ index.2fa306f66a2d4f9dd6c3.js:52
$l @ index.2fa306f66a2d4f9dd6c3.js:52
(anonymous) @ index.2fa306f66a2d4f9dd6c3.js:52
t.unstable_runWithPriority @ index.2fa306f66a2d4f9dd6c3.js:60
Di @ index.2fa306f66a2d4f9dd6c3.js:52
qi @ index.2fa306f66a2d4f9dd6c3.js:52
Vi @ index.2fa306f66a2d4f9dd6c3.js:52
Wl @ index.2fa306f66a2d4f9dd6c3.js:52
enqueueSetState @ index.2fa306f66a2d4f9dd6c3.js:52
A.setState @ index.2fa306f66a2d4f9dd6c3.js:44
value @ index.js:1
value @ index.js:4465
(anonymous) @ index.js:1
eventSource.onmessage @ channel.js:264

transaction.js:80 
Uncaught TypeError: this.props.tx.txid.dat.slice(...).replaceAll is not a function
    at r.value (transaction.js:80)
    at Na (react-dom.production.min.js:182)
    at Pa (react-dom.production.min.js:181)
    at gl (react-dom.production.min.js:263)
    at cs (react-dom.production.min.js:246)
    at ls (react-dom.production.min.js:246)
    at $l (react-dom.production.min.js:239)
    at react-dom.production.min.js:123
    at t.unstable_runWithPriority (scheduler.production.min.js:19)
    at Di (react-dom.production.min.js:122)
value @ index.js:4465
Na @ index.2fa306f66a2d4f9dd6c3.js:52
Pa @ index.2fa306f66a2d4f9dd6c3.js:52
gl @ index.2fa306f66a2d4f9dd6c3.js:52
cs @ index.2fa306f66a2d4f9dd6c3.js:52
ls @ index.2fa306f66a2d4f9dd6c3.js:52
$l @ index.2fa306f66a2d4f9dd6c3.js:52
(anonymous) @ index.2fa306f66a2d4f9dd6c3.js:52
t.unstable_runWithPriority @ index.2fa306f66a2d4f9dd6c3.js:60
Di @ index.2fa306f66a2d4f9dd6c3.js:52
qi @ index.2fa306f66a2d4f9dd6c3.js:52
Vi @ index.2fa306f66a2d4f9dd6c3.js:52
Wl @ index.2fa306f66a2d4f9dd6c3.js:52
enqueueSetState @ index.2fa306f66a2d4f9dd6c3.js:52
A.setState @ index.2fa306f66a2d4f9dd6c3.js:44
value @ index.js:1
value @ index.js:4465
(anonymous) @ index.js:1
eventSource.onmessage @ channel.js:264

Frontend app appears to be bricked cause refeshing doesn't solve it, still get blank screen. No printfs in ship's log either.