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
I'm trying to build Skydive myself but I'm getting the following error when trying to capture flows from a specific interface:
2025-01-15T12:09:37.273Z ERROR flow/server.go:41 (*WSTableServer).OnTableQuery rigorous-open5gs: Unable to decode search flow message Namespace:"Flow" Type:"TableQuery" UUID:"1a91ac40-33f4-4476-8564-0d0e242e40a5" Status:200 Obj:"{\"Type\":\"SearchQuery\",\"query\":{\"Filter\":{\"BoolFilter\":{\"Op\":1,\"Filters\":[{\"TermStringFilter\":{\"Key\":\"CaptureID\",\"Value\":\"ff492b7d-5e79-4962-b419-d4ab189265a9\"}}]}},\"PaginationRange\":{\"To\":30},\"Dedup\":true}}"
Also getting a bunch of errors that look like this:
2025-01-15T12:09:47.273Z ERROR flow/client.go:47 (*WSTableClient).lookupFlows rigorous-open5gs: Unable to send message to agent rigorous-open5gs: Timeout
I followed the documentation, all I did was getting the source code and compiling and installing it with make install
make install
Any ideas? @lebauce 😔
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to build Skydive myself but I'm getting the following error when trying to capture flows from a specific interface:
Also getting a bunch of errors that look like this:
I followed the documentation, all I did was getting the source code and compiling and installing it with
make install
Any ideas? @lebauce 😔
The text was updated successfully, but these errors were encountered: