sidetree.js icon indicating copy to clipboard operation
sidetree.js copied to clipboard

Broken UI - 500 error when attempting to access explorer panel

Open downTheFallLine opened this issue 3 years ago • 4 comments

  1. Go to explore panel.
  2. Click button.
  3. get a 500 error. image

downTheFallLine avatar Dec 23 '21 20:12 downTheFallLine

Thanks for opening an issue!. A couple of questions to try and get a better idea of what's going on.

  1. Which documentation are you referencing?
  2. Which OS/system are you running on?
  3. Which Ethereum chain, ganache(local), or ropsten(ltestnet)?
  4. Is the bug reproducible on https://ropsten.element.transmute.industries/?

BenjaminMoe avatar Dec 24 '21 12:12 BenjaminMoe

The documentation is at: https://github.com/transmute-industries/sidetree.js/blob/main/packages/did-method-element/docs/local-element-ropsten-install.md

The project is running on an azure server: Ubuntu 20.04.3 LTS (GNU/Linux 5.11.0-1022-azure x86_64) Running on ropsten.

Can the bug be repro on https://ropsten.element.transmute.industries/?? Yes and no.

YES, the GET to https://ropsten.element.transmute.industries/api/1.0/identifiers/history returns a 500https://ropsten.element.transmute.industries/api/1.0/identifiers/history%20returns%20a%20500. NO, the UI does not provide the error pop up, instead provides just a spinny wheel.

From: Benjamin Collins @.> Reply-To: "transmute-industries/sidetree.js" @.> Date: Friday, December 24, 2021 at 5:05 AM To: "transmute-industries/sidetree.js" @.> Cc: downTheFallLine @.>, Author @.***> Subject: Re: [transmute-industries/sidetree.js] Broken UI - 500 error when attempting to access explorer panel (Issue #336)

Thanks for opening an issue!. A couple of questions to try and get a better idea of what's going on.

  1. Which documentation are you referencing?
  2. Which OS/system are you running on?
  3. Which Ethereum chain, ganache(local), or ropsten(ltestnet)?
  4. Is the bug reproducible on https://ropsten.element.transmute.industries/?

— Reply to this email directly, view it on GitHubhttps://github.com/transmute-industries/sidetree.js/issues/336#issuecomment-1000812741, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHX4VQIIIINAADOPHJ6TSW3USROZJANCNFSM5KVOHXJQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

downTheFallLine avatar Dec 24 '21 16:12 downTheFallLine

Also, making the call with postman also fails with a 500 plus: { "code": "did_incorrect_prefix", "message": "did_incorrect_prefix: Expected DID prefix did:elem:ropsten: not given in DID." }

From: Benjamin Collins @.> Reply-To: "transmute-industries/sidetree.js" @.> Date: Friday, December 24, 2021 at 5:05 AM To: "transmute-industries/sidetree.js" @.> Cc: downTheFallLine @.>, Author @.***> Subject: Re: [transmute-industries/sidetree.js] Broken UI - 500 error when attempting to access explorer panel (Issue #336)

Thanks for opening an issue!. A couple of questions to try and get a better idea of what's going on.

  1. Which documentation are you referencing?
  2. Which OS/system are you running on?
  3. Which Ethereum chain, ganache(local), or ropsten(ltestnet)?
  4. Is the bug reproducible on https://ropsten.element.transmute.industries/?

— Reply to this email directly, view it on GitHubhttps://github.com/transmute-industries/sidetree.js/issues/336#issuecomment-1000812741, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHX4VQIIIINAADOPHJ6TSW3USROZJANCNFSM5KVOHXJQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

downTheFallLine avatar Dec 24 '21 16:12 downTheFallLine

This issue is reproduced as of today, see: https://ropsten.element.transmute.industries/api/1.0/identifiers/history it yields a 500.

Screen Shot 2022-01-19 at 1 33 10 PM .

OR13 avatar Jan 19 '22 19:01 OR13