Will Ceolin
Will Ceolin
Not sure if it's related to this issue but a similar error is happening to a co-worker: ``` emulators: Export failed: Server Error. read ECONNRESET ``` Our emulator script: ```sh...
@yuchenshi These are the logs my co-worker shared with me when she got that error: ``` Apr 27, 2021 4:50:13 PM com.google.cloud.datastore.emulator.firestore.webchannel.FirestoreV1WebChannelAdapter$FirestoreWriteHandler onClose INFO: channel closed Apr 27, 2021 4:50:43...
@yuchenshi Sorry. I wasn't able to find a `firebase-debug.log` file. There's only `database-debug`, `firestore-debug`, `pubsub-debug`, and `ui-debug`. Not sure if this helps but the `database-debug.log` had the following warning: ```...
I'm still not able to consistently reproduce the "export failed" error but this issue is happening to 3 co-workers at the moment. In all cases, there's no `firebase-debug.log` file. Enabling...
I bought a new MacBook Air this week and the export failed error is happening every time on my new machine (I'm using the terminal, btw), which is weird because...
+1 same issue here. Did you guys find any solution?
@latitudehopper @wvanooijen92 I'm having the same issue. Did you find a solution?
@wvanooijen92 thanks, I'll have a look into it.
It depends. Even though that isn't the case here, errors should be something that requires our attention. Hence, it probably wouldn't be a good idea to hide them by default....
I've [opened a new PR](https://github.com/pantajoe/vscode-elixir-credo/pull/379) proposing that we ignore those SIGTERM erros by default. I think it's safe to ignore them and it would fix these annoying notifications. I'm not...