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

TCP Server Sink block issue #158

Open
hunterbeach opened this issue Nov 9, 2017 · 4 comments
Open

TCP Server Sink block issue #158

hunterbeach opened this issue Nov 9, 2017 · 4 comments

Comments

@hunterbeach
Copy link

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.

@guruofquality
Copy link
Contributor

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.

@hunterbeach
Copy link
Author

Unfortunately, even in lineedit mode it still doesn't evaluate with the same error.

@guruofquality
Copy link
Contributor

Fixed upstream, generation wise the combobox expected a string, so it was funny for bool and integer types: pothosware/gr-pothos@64c0ca0

@hunterbeach
Copy link
Author

Awesome, I will wait for the binary distribution to catch up because building from source on Windows 10 seems to be a huge pain.

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