Closed Pharb closed 4 years ago
Merging #166 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #166 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 717 717
Branches 120 120
=========================================
Hits 717 717
Impacted Files | Coverage Δ | |
---|---|---|
web-extension/popup.js | 100.00% <ø> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9f765c1...9358cba. Read the comment docs.
Checked again with latest https://github.com/gopasspw/gopass/commit/1ff797ecfa875e0020fdd6334f66048229a46c3d master.
RELEASE_NOTES=Improve error handling for gopass 1.10 upgrade
Handle:
- Native host has exited
- Error when communicating with the native messaging host
- An unexpected error occurred (=> strange Firefox behaviour, probably broken in the browser?)
- Native application tried to send a message...
Hey, how can I debug such errors? I'm currently facing "Native host has exited" and "Error when communicating with the native messaging host."
Dev-Tools are giving me:
DevTools failed to load source map: Could not load content for chrome-extension://kkhfnlkhiapbiehimabddjbimfaijdhk/vendor/browser-polyfill.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME"
RELEASE_NOTES=Improve error handling for gopass 1.10 upgrade
Handle: