ethereum / ens-registrar-dapp

Registrar DApp for the Ethereum Name Service
MIT License
94 stars 56 forks source link

Unresponsive Bid button (Parity on MacOS Sierra w/chrome) #89

Open test1342 opened 7 years ago

test1342 commented 7 years ago

Hi, I love this project and you guys are awesome! but recent attempts to bid have resulted in not even an error message.

I believe I was originally able to get 1 bid through for "airfare" but there is no indication now that it was a successful bid on the ens site. I think this is the etherscan data for the bid though: https://etherscan.io/tx/0x7556464b34b32f2da28a4e976d582d90a64052727c9c3f8f63f81cf5f8566209

Here is the console data for a test bid of "dominion.eth" that resulted in the unresponsive bid button:

a6c126a….js:207 launchRatio 0.015255255869703081 a6c126a….js:207 name: dominion a6c126a….js:3 Exception from Tracker afterFlush function: a6c126a….js:3 ReferenceError: BigNumber is not defined at h.TemplateInstance.r.randomHash (a6c126a….js:207) at h.TemplateInstance.r.createHashesArray (a6c126a….js:207) at h.TemplateInstance. (a6c126a….js:207) at a6c126a….js:107 at Function.e._withTemplateInstanceFunc (a6c126a….js:107) at n (a6c126a….js:107) at h.View. (a6c126a….js:107) at a6c126a….js:106 at Object.h._withCurrentView (a6c126a….js:106) at a6c126a….js:106 /packages/ethereum_dapp-styles/fonts/SourceSansPro-ExtraLightIt.otf:1 GET https://registrar.ens.domains/packages/ethereum_dapp-styles/fonts/SourceSansPro-ExtraLightIt.otf /packages/ethereum_dapp-styles/icons/Simple-Line-Icons.woff:1 GET https://registrar.ens.domains/packages/ethereum_dapp-styles/icons/Simple-Line-Icons.woff /packages/ethereum_dapp-styles/icons/Simple-Line-Icons.ttf:1 GET https://registrar.ens.domains/packages/ethereum_dapp-styles/icons/Simple-Line-Icons.ttf a6c126a….js:207 upsert dominion 0 a6c126a….js:209 update Reveal Names:
a6c126a….js:207 Uncaught ReferenceError: BigNumber is not defined at h.TemplateInstance.r.randomHash (a6c126a….js:207) at h.TemplateInstance.r.createHashesArray (a6c126a….js:207) at Object.n (a6c126a….js:207) at a6c126a….js:107 at Function.e._withTemplateInstanceFunc (a6c126a….js:107) at h.View. (a6c126a….js:107) at a6c126a….js:106 at Object.h._withCurrentView (a6c126a….js:106) at h._DOMRange. (a6c126a….js:106) at HTMLFormElement. (a6c126a….js:106) r.randomHash @ a6c126a….js:207 r.createHashesArray @ a6c126a….js:207 n @ a6c126a….js:207 (anonymous) @ a6c126a….js:107 e._withTemplateInstanceFunc @ a6c126a….js:107 (anonymous) @ a6c126a….js:107 (anonymous) @ a6c126a….js:106 h._withCurrentView @ a6c126a….js:106 (anonymous) @ a6c126a….js:106 (anonymous) @ a6c126a….js:106 dispatch @ a6c126a….js:96 g.handle @ a6c126a….js:96

test1342 commented 7 years ago

Here is a second attempt with screenshot and text:

screen shot 2017-05-05 at 12 44 23 am

GET https://registrar.ens.domains/packages/ethereum_dapp-styles/icons/Simple-Line-Icons.ttf a6c126a….js:207 upsert dominion 0 a6c126a….js:207 Uncaught ReferenceError: BigNumber is not defined at h.TemplateInstance.r.randomHash (a6c126a….js:207) at h.TemplateInstance.r.createHashesArray (a6c126a….js:207) at Object.n (a6c126a….js:207) at a6c126a….js:107 at Function.e._withTemplateInstanceFunc (a6c126a….js:107) at h.View. (a6c126a….js:107) at a6c126a….js:106 at Object.h._withCurrentView (a6c126a….js:106) at h._DOMRange. (a6c126a….js:106) at HTMLFormElement. (a6c126a….js:106) r.randomHash @ a6c126a….js:207 r.createHashesArray @ a6c126a….js:207 n @ a6c126a….js:207 (anonymous) @ a6c126a….js:107 e._withTemplateInstanceFunc @ a6c126a….js:107 (anonymous) @ a6c126a….js:107 (anonymous) @ a6c126a….js:106 h._withCurrentView @ a6c126a….js:106 (anonymous) @ a6c126a….js:106 (anonymous) @ a6c126a….js:106 dispatch @ a6c126a….js:96 g.handle @ a6c126a….js:96 a6c126a….js:209 update Reveal Names:

test1342 commented 7 years ago

Hi, I'd like to update that the issue is no longer there and I am able to place bids fairly consistently now upon refreshing the page!