We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
× goForward.service - Start goForward on boot Loaded: loaded (/etc/systemd/system/goForward.service; enabled; preset: enabled) Active: failed (Result: exit-code) since Wed 2024-04-17 21:40:06 CST; 36s ago Duration: 10.111s Process: 1822 ExecStart=/root/goForward (code=exited, status=2) Main PID: 1822 (code=exited, status=2) CPU: 625ms
Apr 17 21:40:06 C20240408212180 goForward[1822]: panic: interface conversion: interface {} is *[]uint8, not []uint8 Apr 17 21:40:06 C20240408212180 goForward[1822]: goroutine 30 [running]: Apr 17 21:40:06 C20240408212180 goForward[1822]: csz.net/goForward/forward.(*ConnectionStats).copyBytes(0xc00011c120, {0xdc89d0, 0xc0000124b8}, {0xdc89d0, 0xc0000124a0}) Apr 17 21:40:06 C20240408212180 goForward[1822]: /home/runner/work/goForward/goForward/forward/forward.go:208 +0x394 Apr 17 21:40:06 C20240408212180 goForward[1822]: csz.net/goForward/forward.(*ConnectionStats).handleTCPConnection.func2() Apr 17 21:40:06 C20240408212180 goForward[1822]: /home/runner/work/goForward/goForward/forward/forward.go:154 +0x6c Apr 17 21:40:06 C20240408212180 goForward[1822]: created by csz.net/goForward/forward.(*ConnectionStats).handleTCPConnection Apr 17 21:40:06 C20240408212180 goForward[1822]: /home/runner/work/goForward/goForward/forward/forward.go:152 +0x451 Apr 17 21:40:06 C20240408212180 systemd[1]: goForward.service: Main process exited, code=exited, status=2/INVALIDARGUMENT Apr 17 21:40:06 C20240408212180 systemd[1]: goForward.service: Failed with result 'exit-code'. root@C20240408212180:~#
The text was updated successfully, but these errors were encountered:
已在新版本修复
Sorry, something went wrong.
No branches or pull requests
× goForward.service - Start goForward on boot
Loaded: loaded (/etc/systemd/system/goForward.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Wed 2024-04-17 21:40:06 CST; 36s ago
Duration: 10.111s
Process: 1822 ExecStart=/root/goForward (code=exited, status=2)
Main PID: 1822 (code=exited, status=2)
CPU: 625ms
Apr 17 21:40:06 C20240408212180 goForward[1822]: panic: interface conversion: interface {} is *[]uint8, not []uint8
Apr 17 21:40:06 C20240408212180 goForward[1822]: goroutine 30 [running]:
Apr 17 21:40:06 C20240408212180 goForward[1822]: csz.net/goForward/forward.(*ConnectionStats).copyBytes(0xc00011c120, {0xdc89d0, 0xc0000124b8}, {0xdc89d0, 0xc0000124a0})
Apr 17 21:40:06 C20240408212180 goForward[1822]: /home/runner/work/goForward/goForward/forward/forward.go:208 +0x394
Apr 17 21:40:06 C20240408212180 goForward[1822]: csz.net/goForward/forward.(*ConnectionStats).handleTCPConnection.func2()
Apr 17 21:40:06 C20240408212180 goForward[1822]: /home/runner/work/goForward/goForward/forward/forward.go:154 +0x6c
Apr 17 21:40:06 C20240408212180 goForward[1822]: created by csz.net/goForward/forward.(*ConnectionStats).handleTCPConnection
Apr 17 21:40:06 C20240408212180 goForward[1822]: /home/runner/work/goForward/goForward/forward/forward.go:152 +0x451
Apr 17 21:40:06 C20240408212180 systemd[1]: goForward.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Apr 17 21:40:06 C20240408212180 systemd[1]: goForward.service: Failed with result 'exit-code'.
root@C20240408212180:~#
The text was updated successfully, but these errors were encountered: