-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client stops working (Event { type: 'error', message: undefined })? #172
Comments
Please note that this repeatedly happens: few hours after smee restart, the event |
Can I somehow configure the client to log more info? |
I don't think we have any additional debug logs that could be enabled. I'd recommend to clone the repository to your machine, run
and
then the |
Here is the
Could something be changed here to help resolve the problem? |
This might be related to issue #179. |
Agreed. In general because of how smee.io is hosted, the server might restart and drop the connection. We intended smee-client to be used more as a development tool, but I think it's really interesting that people are setting it up as a systemd service. I'll follow up in #179 because I think that comment is a solid path forward. |
My smee client is started as a system process, and works OK for some time, a few hours, and then it seems like the process is "ready", but notifications aren't received.
Could it be that
Sep 03 03:09:02 smee[9587]: Event { type: 'error', message: undefined }
is the problem?After I restart the service with
sudo /etc/init.d/smee restart
, it starts working again, and the status is very similar:It is just that there is no
Event { type: 'error', message: undefined }
any more.Thanks.
The text was updated successfully, but these errors were encountered: