suurjaak / InputScope

Mouse and keyboard input heatmap visualizer, with statistics.
MIT License
87 stars 13 forks source link

Strange error #24

Closed vgaggia closed 1 year ago

vgaggia commented 1 year ago

Hey, i'm getting the error: .NET�������������System.Runtime.Remoting.RemotingException: Tcp channel protocol violation: expecting preamble. at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadAndMatchPreamble() at System.Runtime.Remoting.Channels.Tcp.TcpSocketHandler.ReadVersionAndOperation(UInt16& operation) at System.Runtime.Remoting.Channels.Tcp.TcpServerSocketHandler.ReadHeaders() at System.Runtime.Remoting.Channels.Tcp.TcpServerTransportSink.ServiceRequest(Object state) at System.Runtime.Remoting.Channels.SocketHandler.ProcessRequestNow()����

suurjaak commented 1 year ago

That is a strange error indeed.. Where are you seeing this?

vgaggia commented 1 year ago

When i click Open Statistics, it just displays in the browser

suurjaak commented 1 year ago

Can you provide a screenshot?

vgaggia commented 1 year ago

Sure, here you go

Screenshot
suurjaak commented 1 year ago

What is the result if you shut down InputScope and refresh the browser page of http://localhost:8099 ?

vgaggia commented 1 year ago

Ohh yeah its something else causing it, can i change the port?

vgaggia commented 1 year ago

I figured out how to change the port, not sure what that is running on that port on my pc i'll have to figure that out, thanks for the help!