Environment
- OS: Windows 10
- Browser version: Chrome 89.0.4389.90
- wage version: fce4b8b
What were you trying to do
I generated a new identity, and then tried to encrypt a file to it.
What happened
App.vue:250 Uncaught (in promise) TypeError: Failed to execute 'pipeTo' on 'ReadableStream': parameter 1 is not of type 'WritableStream'.
at o.encryptSingleFile (App.vue:250)
at App.vue:231
| |
encryptSingleFile |
@ |
App.vue:250 |
| |
(anonymous) |
@ |
App.vue:231 |
| |
Promise.then (async) |
|
|
| |
encryptSingleFile |
@ |
App.vue:250 |
| |
(anonymous) |
@ |
App.vue:231 |
| |
Promise.then (async) |
|
|
| |
(anonymous) |
@ |
App.vue:229 |
| |
prepareEncryptStream |
@ |
App.vue:221 |
| |
encryptToRecipients |
@ |
App.vue:225 |
Environment
What were you trying to do
I generated a new identity, and then tried to encrypt a file to it.
What happened