livepeer / go-livepeer

Official Go implementation of the Livepeer protocol
http://livepeer.org
MIT License
546 stars 171 forks source link

Websocket connection reset by peer #330

Closed ericxtang closed 6 years ago

ericxtang commented 6 years ago

As a broadcaster, I get the following errors when the mediaserver is trying to get the deposit info.

E0313 22:25:55.260645   28736 mediaserver.go:134] Error getting deposit: read tcp 10.0.2.15:35712->107.23.196.150:443: read: connection reset by peer
E0313 22:25:55.261037   28736 listener.go:48] Error RTMP gotStream handler: ErrBroadcast
I0313 22:28:30.634413   28736 listener.go:32] RTMP server got upstream: rtmp://localhost:1935/
Couldn't connect to the event server Post http://viz.livepeer.org:8081/metrics: dial tcp 13.58.252.248:8081: i/o timeout
E0313 22:28:31.842623   28736 mediaserver.go:134] Error getting deposit: write tcp 10.0.2.15:35712->107.23.196.150:443: i/o timeout
E0313 22:28:31.842668   28736 listener.go:48] Error RTMP gotStream handler: ErrBroadcast
ericxtang commented 6 years ago

Actually... I'm not sure if this is still an issue... I might have been running an older version of the software. Will monitor - if I don't see it happening I'll close this issue.

j0sh commented 6 years ago

Has this been fixed ?

ericxtang commented 6 years ago

Yeah this is fixed in https://github.com/livepeer/go-livepeer/pull/338