-
Notifications
You must be signed in to change notification settings - Fork 27
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
TCP Server Sink block issue #158
Comments
Its probably a generation issue here: https://github.com/pothosware/gr-pothos/wiki I will update when it fixed. But you should be able to manually enter the value of true or false, no quotes if you put the parameter into lineedit mode (click the little arrow to the right of the parameter widget) and you can enter any arbitrary input. |
Unfortunately, even in lineedit mode it still doesn't evaluate with the same error. |
Fixed upstream, generation wise the combobox expected a string, so it was funny for bool and integer types: pothosware/gr-pothos@64c0ca0 |
Awesome, I will wait for the binary distribution to catch up because building from source on Windows 10 seems to be a huge pain. |
When configuring the TCP Server Sink block, everything except the "Nonblocking mode" evaluates. The error under the textbox is "Exception: EvalEnvironment::eval(): expression is empty". This happens with both "On" and "Off" selected, as well as manually typing in "True" or "False". As a result, the TCP sink can't be used because it believes that property is empty. I'm running Pothos 0.5.1 on Windows 10 currently.
The text was updated successfully, but these errors were encountered: