Error: context deadline exceeded #1444

Open
opened 2025-11-20 05:30:31 -05:00 by saavagebueno · 27 comments
Owner

Originally created by @Cikaros on GitHub (Nov 22, 2024).

After each restart, the message Error: context deadline exceeded appears. When executing netbird status, it prompts Error: failed to connect to daemon error: context deadline exceeded. If the daemon is not running please run: netbird service install netbird service start. It is necessary to execute netbird service uninstall && netbird service install && netbird service start to restore normal operation, but the error Error: context deadline exceeded still occurs after the next restart.

ubuntu 22.04 arm64
netbird v0.32.0

Originally created by @Cikaros on GitHub (Nov 22, 2024). After each restart, the message `Error: context deadline exceeded` appears. When executing `netbird status`, it prompts `Error: failed to connect to daemon error: context deadline exceeded. If the daemon is not running please run: netbird service install netbird service start`. It is necessary to execute `netbird service uninstall && netbird service install && netbird service start` to restore normal operation, but the error `Error: context deadline exceeded` still occurs after the next restart. ubuntu 22.04 arm64 netbird v0.32.0
saavagebueno added the waiting-feedbacktriage-needed labels 2025-11-20 05:30:31 -05:00
Author
Owner

@mlsmaycon commented on GitHub (Nov 22, 2024):

@Cikaros can you share the file generated by the command:

netbird debug for 1m -SA

@mlsmaycon commented on GitHub (Nov 22, 2024): @Cikaros can you share the file generated by the command: netbird debug for 1m -SA
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

image

Every time the system is restarted, the initial error will occur.

netbird.debug.3494745759.zip

@Cikaros commented on GitHub (Nov 22, 2024): <img width="757" alt="image" src="https://github.com/user-attachments/assets/ba6d7cfd-c79e-460e-bce6-e1207eecdc73"> Every time the system is restarted, the initial error will occur. [netbird.debug.3494745759.zip](https://github.com/user-attachments/files/17870667/netbird.debug.3494745759.zip)
Author
Owner

@mlsmaycon commented on GitHub (Nov 22, 2024):

Thanks @Cikaros the context deadline here might be related to the daemon service not being started. Everytime you run netbird service install you must netbird service start so it cat talk to the cli commands.

If it was running and then stopped, can you please check if the file /var/log/netbird.err is not empty, and if is not, please share with us the last updated date with ls -l /var/log/netbird.err and share its content.

@mlsmaycon commented on GitHub (Nov 22, 2024): Thanks @Cikaros the context deadline here might be related to the daemon service not being started. Everytime you run `netbird service install` you must `netbird service start` so it cat talk to the cli commands. If it was running and then stopped, can you please check if the file `/var/log/netbird.err` is not empty, and if is not, please share with us the last updated date with `ls -l /var/log/netbird.err` and share its content.
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

There is no issue without restarting Linux; however, after I restart Linux, I must run netbird service uninstall && netbird service install to restart the daemon service.

@Cikaros commented on GitHub (Nov 22, 2024): There is no issue without restarting Linux; however, after I restart Linux, I must run netbird service uninstall && netbird service install to restart the daemon service.
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

I do not know the reason, and there is no output in the log either.

@Cikaros commented on GitHub (Nov 22, 2024): I do not know the reason, and there is no output in the log either.
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

It is quite strange that the daemon can only start normally after reinstallation.

@Cikaros commented on GitHub (Nov 22, 2024): It is quite strange that the daemon can only start normally after reinstallation.
Author
Owner

@mlsmaycon commented on GitHub (Nov 22, 2024):

Sorry, I missed you running on Linux. The error file will be /var/log/netbird/netbird.err. Please run the same ls command.

@mlsmaycon commented on GitHub (Nov 22, 2024): Sorry, I missed you running on Linux. The error file will be /var/log/netbird/netbird.err. Please run the same ls command.
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

I know, but the result is the same

@Cikaros commented on GitHub (Nov 22, 2024): I know, but the result is the same
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

May I ask what other methods are available to check the operation of the guardian service? I suspect the issue lies within the guardian service, but I do not see any error logs.

@Cikaros commented on GitHub (Nov 22, 2024): May I ask what other methods are available to check the operation of the guardian service? I suspect the issue lies within the guardian service, but I do not see any error logs.
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

I checked the systemctl status after restarting Linux, and its status was not active.
image

@Cikaros commented on GitHub (Nov 22, 2024): I checked the systemctl status after restarting Linux, and its status was not active. <img width="1484" alt="image" src="https://github.com/user-attachments/assets/9d740ba6-d984-4f27-a4e8-f54f5c60f4f8">
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

The log folder does not exist after attempting to restart...I didn't take the initiative to delete it

image
@Cikaros commented on GitHub (Nov 22, 2024): The log folder does not exist after attempting to restart...I didn't take the initiative to delete it <img width="677" alt="image" src="https://github.com/user-attachments/assets/95ca9c83-f4b6-41fe-af12-b5579781fb4e">
Author
Owner

@mlsmaycon commented on GitHub (Nov 22, 2024):

You can try the following:

journalctl -u netbird.service

The fact that you don't have the logs might indicate that the /var/log is unavailable during boot and netbird startup time.

@mlsmaycon commented on GitHub (Nov 22, 2024): You can try the following: ```shell journalctl -u netbird.service ``` The fact that you don't have the logs might indicate that the /var/log is unavailable during boot and netbird startup time.
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

It is very strange; it seems as if it has not started at all.
image

@Cikaros commented on GitHub (Nov 22, 2024): It is very strange; it seems as if it has not started at all. <img width="582" alt="image" src="https://github.com/user-attachments/assets/6c8646fd-d37f-4831-a89b-787f2c2be6ab">
Author
Owner

@mlsmaycon commented on GitHub (Nov 22, 2024):

Can you share the text from the /etc/systemd/system/netbird.service?

@mlsmaycon commented on GitHub (Nov 22, 2024): Can you share the text from the `/etc/systemd/system/netbird.service`?
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

image
@Cikaros commented on GitHub (Nov 22, 2024): <img width="1485" alt="image" src="https://github.com/user-attachments/assets/f60711a6-ff6b-4c8f-9f6d-b745e32d3e9d">
Author
Owner

@mlsmaycon commented on GitHub (Nov 22, 2024):

Can you add the following line before ExecStart=...?

ExecStartPre=-/usr/bin/mkdir -p /var/log/netbird

Then run:

sudo systemctl daemon-reload
@mlsmaycon commented on GitHub (Nov 22, 2024): Can you add the following line before `ExecStart=...`? ``` ExecStartPre=-/usr/bin/mkdir -p /var/log/netbird ``` Then run: ``` sudo systemctl daemon-reload ```
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

image image
@Cikaros commented on GitHub (Nov 22, 2024): <img width="1500" alt="image" src="https://github.com/user-attachments/assets/a907f325-b522-4bab-a4c8-e21ece9508b9"> <img width="1223" alt="image" src="https://github.com/user-attachments/assets/0decc74a-4317-4366-bd3d-b6ed44d388c9">
Author
Owner

@Cikaros commented on GitHub (Nov 22, 2024):

debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline

debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 58094 files and directories currently installed.)

sudo apt-get update
sudo apt-get install dialog
sudo apt-get install apt-utils

It has been discovered that there are issues during the installation process, and even after handling them, they remain unresolved. Currently, an attempt is being made to run it using Docker.

@Cikaros commented on GitHub (Nov 22, 2024): debconf: unable to initialize frontend: Dialog debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.) debconf: falling back to frontend: Readline --- debconf: delaying package configuration, since apt-utils is not installed (Reading database ... 58094 files and directories currently installed.) ``` sudo apt-get update sudo apt-get install dialog sudo apt-get install apt-utils ``` It has been discovered that there are issues during the installation process, and even after handling them, they remain unresolved. Currently, an attempt is being made to run it using Docker.
Author
Owner

@mlsmaycon commented on GitHub (Nov 23, 2024):

@Cikaros can you share your distribution name and version?

@mlsmaycon commented on GitHub (Nov 23, 2024): @Cikaros can you share your distribution name and version?
Author
Owner

@Cikaros commented on GitHub (Nov 23, 2024):

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy

@Cikaros commented on GitHub (Nov 23, 2024): No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.5 LTS Release: 22.04 Codename: jammy
Author
Owner

@Guik commented on GitHub (Nov 23, 2024):

FYI: I have same behavior on Mac Os, service start only after an upgrade. Then after a reboot I have to run "sudo netbird service start"

@Guik commented on GitHub (Nov 23, 2024): FYI: I have same behavior on Mac Os, service start only after an upgrade. Then after a reboot I have to run "sudo netbird service start"
Author
Owner

@mlsmaycon commented on GitHub (Nov 23, 2024):

@Guik can you share the output of netbird debug for 1m -SA?

@mlsmaycon commented on GitHub (Nov 23, 2024): @Guik can you share the output of `netbird debug for 1m -SA`?
Author
Owner

@Cikaros commented on GitHub (Dec 2, 2024):

From the observed behavior, it appears that the tun network card is lost every time the system is restarted.

@Cikaros commented on GitHub (Dec 2, 2024): From the observed behavior, it appears that the tun network card is lost every time the system is restarted.
Author
Owner

@nazarewk commented on GitHub (Apr 28, 2025):

Hello @Cikaros,

We're currently reviewing our open issues and would like to verify if this problem still exists in the latest NetBird version.

Could you please confirm if the issue is still there?

We may close this issue temporarily if we don't hear back from you within 2 weeks, but feel free to reopen it with updated information.

Thanks for your contribution to improving the project!

@nazarewk commented on GitHub (Apr 28, 2025): Hello @Cikaros, We're currently reviewing our open issues and would like to verify if this problem still exists in the [latest NetBird version](https://github.com/netbirdio/netbird/releases). Could you please confirm if the issue is still there? We may close this issue temporarily if we don't hear back from you within **2 weeks**, but feel free to reopen it with updated information. Thanks for your contribution to improving the project!
Author
Owner

@LouisWayne commented on GitHub (May 10, 2025):

I'm experiencing the same issue: context deadline exceeded.

Logs:

 INFO ./caller_not_available:0: WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: "api.netbird.io:443", ServerName: "api.netbird.io:443", }. Err: connection error: desc = "transport: authentication handshake failed: context deadline exceeded"
 INFO util/grpc/dialer.go:89: DialContext error: context deadline exceeded
 INFO management/client/grpc.go:57: createConnection error: context deadline exceeded
 ERRO management/client/grpc.go:65: failed creating connection to Management Service: context deadline exceeded
 ERRO client/internal/login.go:97: failed connecting to the Management service https://api.netbird.io:443 context deadline exceeded
Error: foreground login failed: backoff cycle failed: context deadline exceeded

Details:

  • Upgraded to latest version: Netbird v0.43.3
  • This setup worked previously; issue started suddenly
  • OS: Ubuntu Server 24
  • TLS handshake works: curl -v https://api.netbird.io - host solved correctly
  • Port reachable: nc -vz api.netbird.io 443 succeeds

It looks like a gRPC TLS handshake or auth issue specific to the client. Any guidance on how to proceed?

@LouisWayne commented on GitHub (May 10, 2025): I'm experiencing the same issue: `context deadline exceeded`. ## Logs: ``` INFO ./caller_not_available:0: WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: "api.netbird.io:443", ServerName: "api.netbird.io:443", }. Err: connection error: desc = "transport: authentication handshake failed: context deadline exceeded" INFO util/grpc/dialer.go:89: DialContext error: context deadline exceeded INFO management/client/grpc.go:57: createConnection error: context deadline exceeded ERRO management/client/grpc.go:65: failed creating connection to Management Service: context deadline exceeded ERRO client/internal/login.go:97: failed connecting to the Management service https://api.netbird.io:443 context deadline exceeded Error: foreground login failed: backoff cycle failed: context deadline exceeded ``` ## Details: - Upgraded to latest version: Netbird v0.43.3 - This setup worked previously; issue started suddenly - OS: Ubuntu Server 24 - TLS handshake works: `curl -v https://api.netbird.io` - host solved correctly - Port reachable: `nc -vz api.netbird.io 443` succeeds --- It looks like a gRPC TLS handshake or auth issue specific to the client. Any guidance on how to proceed?
Author
Owner

@Cikaros commented on GitHub (May 11, 2025):

I've encountered this too, it's the sIGNAL log from my self-deployment.

2025-05-11T07:12:38Z INFO signal/cmd/run.go:194: running without TLS
2025-05-11T07:12:38Z INFO signal/cmd/run.go:103: running metrics server: :9090/metrics
2025-05-11T07:12:38Z INFO signal/cmd/run.go:131: running gRPC server: [::]:80
2025-05-11T07:12:38Z INFO signal/cmd/run.go:141: running gRPC backward compatibility server: [::]:10000
2025-05-11T07:12:38Z INFO signal/cmd/run.go:144: signal server version 0.43.3
2025-05-11T07:12:38Z INFO signal/cmd/run.go:145: started Signal Service
2025-05-11T07:12:43Z INFO ./caller_not_available:0: 2025/05/11 07:12:43 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:12:45Z INFO ./caller_not_available:0: 2025/05/11 07:12:45 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:16:52Z INFO ./caller_not_available:0: 2025/05/11 07:16:52 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:01Z INFO ./caller_not_available:0: 2025/05/11 07:17:01 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:15Z INFO ./caller_not_available:0: 2025/05/11 07:17:15 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:15Z INFO ./caller_not_available:0: 2025/05/11 07:17:15 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:25Z INFO ./caller_not_available:0: 2025/05/11 07:17:25 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:17:31Z INFO ./caller_not_available:0: 2025/05/11 07:17:31 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:04Z INFO ./caller_not_available:0: 2025/05/11 07:27:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:28Z INFO ./caller_not_available:0: 2025/05/11 07:32:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:28Z INFO ./caller_not_available:0: 2025/05/11 07:32:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:32:28Z INFO ./caller_not_available:0: 2025/05/11 07:32:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:27Z INFO ./caller_not_available:0: 2025/05/11 07:37:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:37:27Z INFO ./caller_not_available:0: 2025/05/11 07:37:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:03Z INFO ./caller_not_available:0: 2025/05/11 07:42:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:03Z INFO ./caller_not_available:0: 2025/05/11 07:42:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:04Z INFO ./caller_not_available:0: 2025/05/11 07:42:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:12Z INFO ./caller_not_available:0: 2025/05/11 07:42:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:14Z INFO ./caller_not_available:0: 2025/05/11 07:42:14 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:25Z INFO ./caller_not_available:0: 2025/05/11 07:42:25 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:42:25Z INFO ./caller_not_available:0: 2025/05/11 07:42:25 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:04Z INFO ./caller_not_available:0: 2025/05/11 07:47:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:04Z INFO ./caller_not_available:0: 2025/05/11 07:47:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing"
@Cikaros commented on GitHub (May 11, 2025): I've encountered this too, it's the sIGNAL log from my self-deployment. ``` 2025-05-11T07:12:38Z INFO signal/cmd/run.go:194: running without TLS 2025-05-11T07:12:38Z INFO signal/cmd/run.go:103: running metrics server: :9090/metrics 2025-05-11T07:12:38Z INFO signal/cmd/run.go:131: running gRPC server: [::]:80 2025-05-11T07:12:38Z INFO signal/cmd/run.go:141: running gRPC backward compatibility server: [::]:10000 2025-05-11T07:12:38Z INFO signal/cmd/run.go:144: signal server version 0.43.3 2025-05-11T07:12:38Z INFO signal/cmd/run.go:145: started Signal Service 2025-05-11T07:12:43Z INFO ./caller_not_available:0: 2025/05/11 07:12:43 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:12:45Z INFO ./caller_not_available:0: 2025/05/11 07:12:45 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:16:52Z INFO ./caller_not_available:0: 2025/05/11 07:16:52 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:01Z INFO ./caller_not_available:0: 2025/05/11 07:17:01 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:04Z INFO ./caller_not_available:0: 2025/05/11 07:17:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:15Z INFO ./caller_not_available:0: 2025/05/11 07:17:15 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:15Z INFO ./caller_not_available:0: 2025/05/11 07:17:15 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:25Z INFO ./caller_not_available:0: 2025/05/11 07:17:25 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:17:31Z INFO ./caller_not_available:0: 2025/05/11 07:17:31 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:03Z INFO ./caller_not_available:0: 2025/05/11 07:27:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:04Z INFO ./caller_not_available:0: 2025/05/11 07:27:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:13Z INFO ./caller_not_available:0: 2025/05/11 07:27:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:27:28Z INFO ./caller_not_available:0: 2025/05/11 07:27:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:13Z INFO ./caller_not_available:0: 2025/05/11 07:32:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:28Z INFO ./caller_not_available:0: 2025/05/11 07:32:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:28Z INFO ./caller_not_available:0: 2025/05/11 07:32:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:32:28Z INFO ./caller_not_available:0: 2025/05/11 07:32:28 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:03Z INFO ./caller_not_available:0: 2025/05/11 07:37:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:12Z INFO ./caller_not_available:0: 2025/05/11 07:37:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:13Z INFO ./caller_not_available:0: 2025/05/11 07:37:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:27Z INFO ./caller_not_available:0: 2025/05/11 07:37:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:37:27Z INFO ./caller_not_available:0: 2025/05/11 07:37:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:03Z INFO ./caller_not_available:0: 2025/05/11 07:42:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:03Z INFO ./caller_not_available:0: 2025/05/11 07:42:03 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:04Z INFO ./caller_not_available:0: 2025/05/11 07:42:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:12Z INFO ./caller_not_available:0: 2025/05/11 07:42:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:13Z INFO ./caller_not_available:0: 2025/05/11 07:42:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:14Z INFO ./caller_not_available:0: 2025/05/11 07:42:14 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:25Z INFO ./caller_not_available:0: 2025/05/11 07:42:25 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:42:25Z INFO ./caller_not_available:0: 2025/05/11 07:42:25 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:04Z INFO ./caller_not_available:0: 2025/05/11 07:47:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:04Z INFO ./caller_not_available:0: 2025/05/11 07:47:04 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:12Z INFO ./caller_not_available:0: 2025/05/11 07:47:12 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:13Z INFO ./caller_not_available:0: 2025/05/11 07:47:13 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" 2025-05-11T07:47:27Z INFO ./caller_not_available:0: 2025/05/11 07:47:27 WARNING: [core] [Server #1]grpc: Server.processUnaryRPC failed to write status: connection error: desc = "transport is closing" ```
Author
Owner

@coderMohammed1 commented on GitHub (Aug 4, 2025):

I have similar issue with my phone. (Android)

@coderMohammed1 commented on GitHub (Aug 4, 2025): I have similar issue with my phone. (Android)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1444