Skip to content
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

Larger number of errors when left open for a few days show up in the terminal #360

Open
mrakgr opened this issue Dec 23, 2024 · 1 comment

Comments

@mrakgr
Copy link

mrakgr commented Dec 23, 2024

zeta@zeta:~/Morpheus-Lumerin-Node/proxy-router$ make run
go run cmd/main.go
Loaded config: {App:{ResetKeychain:false} Blockchain:{ChainID:42161 EthNodeAddress: EthLegacyTx:false ExplorerApiUrl:https://api-sepolia.arbiscan.io/api ExplorerRetryDelay:0s ExplorerMaxRetries:0 UseSubscriptions:false PollingInterval:10s MaxReconnects:30 Multicall3Addr:<nil>} Environment:development Marketplace:{DiamondContractAddress:0xDE819AaEE474626E3f34Ef0263373357e5a6C71b MorTokenAddress:0x092bAaDB7DEf4C3981454dD9c0A0D7FF07bCFc86 WalletPrivateKey:<nil>} Log:{Color:true FolderPath: IsProd:false JSON:false LevelApp:debug LevelConnection:info LevelProxy:info LevelScheduler:info LevelContract: LevelRPC:info LevelBadger:} Proxy:{Address:0.0.0.0:3334 StoragePath:./data/ StoreChatContext:true ForwardChatContext:true ModelsConfigPath:/home/zeta/inference-servers/morpheus_models_mainnet_config.json RatingConfigPath:./rating-config.json} System:{Enable:false LocalPortRange:1024 65535 NetdevMaxBacklog:100000 RlimitHard:524288 RlimitSoft:524288 Somaxconn:100000 TcpMaxSynBacklog:100000} Web:{Address:0.0.0.0:6932 PublicUrl:http://64.21.190.98:6932}}
2024-12-21T11:04:18.132069227   INFO    APP     proxy-router TO BE SET AT BUILD TIME
2024-12-21T11:04:18.410342936   INFO    RPC     using eth node address configured in env
2024-12-21T11:04:18.500240667   INFO    APP     connected to ethereum node: wss://arb-mainnet.g.alchemy.com/v2/dBszKLqctpSsxLtxSQ2BUQG6CivlEWaN, chainID: 42161
2024-12-21T11:04:18.505364232   INFO    BADGER  All 4 tables opened in 0s
2024-12-21T11:04:18.506640032   INFO    BADGER  Discard stats nextEmptySlot: 0
2024-12-21T11:04:18.506683638   INFO    BADGER  Set nextTxnTs to 217
2024-12-21T11:04:18.506915279   INFO    BADGER  Deleting empty file: ./data//000012.vlog
2024-12-21T11:04:18.50753036    WARN    Using env wallet. Private key persistance unavailable
2024-12-21T11:04:18.507551131   INFO    APP     using polling for blockchain events
2024-12-21T11:04:18.507586856   WARN    RATING_LOADER   failed to load rating config file, using defaults
2024-12-21T11:04:18.507661088   INFO    RATING_LOADER   rating algorithm: default
2024-12-21T11:04:18.507725305   INFO    RATING_LOADER   provider filtering is disabled
2024-12-21T11:04:18.514830577   INFO    MODEL_LOADER    models config loaded from file: /home/zeta/inference-servers/morpheus_models_mainnet_config.json
2024-12-21T11:04:18.644787105   INFO    MODEL_LOADER    modelID 0x82c..bc5, name nvidia/Llama-3.1-Nemotron-70B-Instruct-HF: loaded and validated
2024-12-21T11:04:18.764598607   INFO    MODEL_LOADER    modelID 0x248..151, name Qwen/Qwen2.5-Coder-32B-Instruct: loaded and validated
2024-12-21T11:04:18.886959859   INFO    MODEL_LOADER    modelID 0xaf8..88e, name cognitivecomputations/dolphin-2.9.2-qwen2-72b: loaded and validated
2024-12-21T11:04:18.999315938   INFO    MODEL_LOADER    modelID 0x9aa..c7b, name meta-llama/Llama-3.2-3B-Instruct: loaded and validated
2024-12-21T11:04:19.104743922   INFO    MODEL_LOADER    modelID 0x0bf..2dd, name meta-llama/Llama-3.2-3B-Instruct: loaded and validated
2024-12-21T11:04:19.21127795    INFO    MODEL_LOADER    modelID 0xb03..3cd, name mlabonne/Hermes-3-Llama-3.1-8B-lorablated: loaded and validated
2024-12-21T11:04:19.31950543    INFO    MODEL_LOADER    modelID 0x6df..11d, name NousResearch/Hermes-2-Theta-Llama-3-8B: loaded and validated
2024-12-21T11:04:19.4382849     INFO    MODEL_LOADER    modelID 0x122..ac1, name NousResearch/Hermes-2-Theta-Llama-3-8B: loaded and validated
2024-12-21T11:04:19.438700729   INFO    API docs available at http://64.21.190.98:6932/swagger/index.html
2024-12-21T11:04:19.438730955   INFO    proxy state: running
2024-12-21T11:04:19.438791667   INFO    HTTP    http server is listening: 0.0.0.0:6932
2024-12-21T11:04:19.456711606   INFO    Wallet address: 0xEaaa28d9b875926e7511e2cE4Bdc93658c4269bc
2024-12-21T11:04:19.665545274   WARN    ETH balance is too low: 0.005 ETH (< 0.100 ETH)
2024-12-21T11:04:19.665611824   INFO    MOR balance: 6.658 MOR
2024-12-21T11:04:19.665759167   INFO    SESSION_CLOSER  Session autoclose started
2024-12-21T11:04:19.665880721   INFO    TCP     tcp server is listening: 0.0.0.0:3334
2024-12-21T11:04:19.665975895   INFO    started watching events, address 0xDE819AaEE474626E3f34Ef0263373357e5a6C71b
2024-12-21T11:04:19.775558436   INFO    PROVIDER_CHECK  provider is registered in blockchain, url: 64.21.190.98:3334
2024-12-21T11:04:19.776277344   WARN    failed to connect to provider: dial tcp 64.21.190.98:3334: connect: connection refused
2024-12-21T11:04:19.776395192   WARN    PROVIDER_CHECK  provider 0xEaaa28d9b875926e7511e2cE4Bdc93658c4269bc is not reachable from localhost by address 64.21.190.98:3334: provider request failed: code: 500, msg: <nil>, error: failed to connect to provider: dial tcp 64.21.190.98:3334: connect: connection refused
2024-12-21T11:04:20.415448958   ERROR   SRC     error reading messageEOF        {"SrcAddr": "209.97.177.236:45431"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T11:04:20.417622077   INFO    PROVIDER_CHECK  provider is reachable from internet
2024-12-21T11:04:20.751074957   INFO    PROVIDER_CHECK  provider has 8 bids available
2024-12-21T11:04:20.751142149   INFO    PROVIDER_CHECK  model 0x0bf..2dd, active bids 1
2024-12-21T11:04:20.751159195   INFO    PROVIDER_CHECK  model 0xb03..3cd, active bids 1
2024-12-21T11:04:20.751171203   INFO    PROVIDER_CHECK  model 0x6df..11d, active bids 1
2024-12-21T11:04:20.751184674   INFO    PROVIDER_CHECK  model 0x122..ac1, active bids 1
2024-12-21T11:04:20.751198194   INFO    PROVIDER_CHECK  model 0x82c..bc5, active bids 1
2024-12-21T11:04:20.751210903   INFO    PROVIDER_CHECK  model 0x248..151, active bids 1
2024-12-21T11:04:20.75122212    INFO    PROVIDER_CHECK  model 0xaf8..88e, active bids 1
2024-12-21T11:04:20.751233257   INFO    PROVIDER_CHECK  model 0x9aa..c7b, active bids 1
2024-12-21T16:22:06.645942077   ERROR   SRC     error reading messageinvalid character '\x12' looking for beginning of value    {"SrcAddr": "45.140.17.52:60684"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:34:12.057459247   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "157.245.135.223:55854"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:34:12.192738612   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "157.245.135.223:55866"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:34:12.327612052   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "157.245.135.223:55868"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:40.759699206   ERROR   SRC     error reading messageEOF        {"SrcAddr": "206.189.232.47:50508"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:42.329744275   ERROR   SRC     error reading messageEOF        {"SrcAddr": "206.189.232.47:50512"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:42.397267649   ERROR   SRC     error reading messageinvalid character 'G' looking for beginning of value       {"SrcAddr": "206.189.232.47:50520"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:42.537763915   ERROR   SRC     error reading messageinvalid character 'O' looking for beginning of value       {"SrcAddr": "206.189.232.47:50534"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:42.674316142   ERROR   SRC     error reading messageinvalid character 'O' looking for beginning of value       {"SrcAddr": "206.189.232.47:50548"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:42.811155583   ERROR   SRC     error reading messageinvalid character '\u0080' looking for beginning of value  {"SrcAddr": "206.189.232.47:50562"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:42.947097099   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:50568"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.080827278   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:50572"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.214936501   ERROR   SRC     error reading messageinvalid character 'H' looking for beginning of value       {"SrcAddr": "206.189.232.47:50588"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.349877226   ERROR   SRC     error reading messageinvalid character '\x16' looking for beginning of value    {"SrcAddr": "206.189.232.47:50602"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.485613492   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "206.189.232.47:50618"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.620155627   ERROR   SRC     error reading messageinvalid character '\x16' looking for beginning of value    {"SrcAddr": "206.189.232.47:50622"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.759029447   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:50624"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:43.89362406    ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:50632"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.033350926   ERROR   SRC     error reading messageinvalid character 'l' looking for beginning of value       {"SrcAddr": "206.189.232.47:50646"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.168503221   ERROR   SRC     error reading messageinvalid character 'G' looking for beginning of value       {"SrcAddr": "206.189.232.47:50654"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.312961163   ERROR   SRC     error reading messageinvalid character '\x01' looking for beginning of value    {"SrcAddr": "206.189.232.47:50666"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.454371417   ERROR   SRC     error reading messagejson: cannot unmarshal number into Go value of type morrpcmesssage.RPCMessage      {"SrcAddr": "206.189.232.47:50676"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.598861527   ERROR   SRC     error reading messagejson: cannot unmarshal number into Go value of type morrpcmesssage.RPCMessage      {"SrcAddr": "206.189.232.47:50688"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.742010895   ERROR   SRC     error reading messageinvalid character 'O' looking for beginning of value       {"SrcAddr": "206.189.232.47:50692"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:44.879589129   ERROR   SRC     error reading messageinvalid character 'T' looking for beginning of value       {"SrcAddr": "206.189.232.47:50704"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.013670999   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "206.189.232.47:50718"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.14704439    ERROR   SRC     error reading messageinvalid character 'D' looking for beginning of value       {"SrcAddr": "206.189.232.47:50732"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.280355978   ERROR   SRC     error reading messageinvalid character ':' looking for beginning of value       {"SrcAddr": "206.189.232.47:50740"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.41591745    ERROR   SRC     error reading messageinvalid character 'J' looking for beginning of value       {"SrcAddr": "206.189.232.47:50750"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.549882274   ERROR   SRC     error reading messageinvalid character '\x01' looking for beginning of value    {"SrcAddr": "206.189.232.47:50758"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.684681716   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:50770"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.823591148   ERROR   SRC     error reading messageinvalid character '\x12' looking for beginning of value    {"SrcAddr": "206.189.232.47:50786"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:45.959123877   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:50800"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.099080107   ERROR   SRC     error reading messageinvalid character 'G' looking for beginning of value       {"SrcAddr": "206.189.232.47:36784"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.247417039   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:36796"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.382370744   ERROR   SRC     error reading messageinvalid character '\x10' looking for beginning of value    {"SrcAddr": "206.189.232.47:36808"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.517022904   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:36818"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.65091644    ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:36832"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.787966087   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "206.189.232.47:36838"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:46.923195878   ERROR   SRC     error reading messageinvalid character '\x01' looking for beginning of value    {"SrcAddr": "206.189.232.47:36854"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:47.057026888   ERROR   SRC     error reading messageinvalid character '\x03' looking for beginning of value    {"SrcAddr": "206.189.232.47:36860"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:47.191044291   ERROR   SRC     error reading messageinvalid character '\x00' looking for beginning of value    {"SrcAddr": "206.189.232.47:36866"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-21T19:40:47.325084938   ERROR   SRC     error reading messageinvalid character '\x01' looking for beginning of value    {"SrcAddr": "206.189.232.47:36874"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100
2024-12-22T13:13:51.736522964   ERROR   SRC     error reading messageinvalid character '\x12' looking for beginning of value    {"SrcAddr": "45.140.17.52:61873"}
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/proxyctl.(*Proxy).run.NewTCPHandler.func5
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/handlers/tcphandlers/tcp.go:31
github.com/MorpheusAIs/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport.(*TCPServer).startAccepting.func1
        /home/zeta/Morpheus-Lumerin-Node/proxy-router/internal/repositories/transport/tcp_server.go:100

If these errors aren't necessarily errors, why have them show up at the top? I wish you'd clean up the proxy router.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mrakgr and others