Skip to content
Erik Wegner edited this page Jan 16, 2018 · 3 revisions

To help analyze a problem, follow this guide:

Firefox - General connection errors

  1. Open the address about:debugging. A list of all extensions opens.
  2. Find the entry for imoin. Entry for imoin
  3. Click Debug. The window for the developer tools opens.
  4. A security question for the debugging attempt opens in the background. Approve the debugging by clicking OK.
  5. Go back to the Firefox main browser window.
  6. Open the panel by clicking on the imoin toolbar icon.
  7. Click Refresh in the panel.
  8. Go back to the developer tools window.
  9. Switch to the networking tab.
  10. Examine the logged connections. Network tab
    • Does the request address look valid?
    • Which status code did the server return?
    • What response did the server send back?
Clone this wiki locally