Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. ERROR:gnuradio.grc.core.FlowGraph:Failed to evaluate variable block signal_vals
  2. Traceback (most recent call last):
  3. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 227, in renew_namespace
  4. value = eval(variable_block.value, namespace, variable_block.namespace)
  5. File "<string>", line 1, in <module>
  6. NameError: name 'value' is not defined
  7. Traceback (most recent call last):
  8. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  9. value = self.parent_flowgraph.evaluate(expr)
  10. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  11. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  12. File "<string>", line 1, in <module>
  13. NameError: name 'signal_vals' is not defined
  14.  
  15. During handling of the above exception, another exception occurred:
  16.  
  17. Traceback (most recent call last):
  18. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  19. evaluated = str(block.params[key].evaluate())
  20. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  21. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  22. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  23. name 'signal_vals' is not defined
  24. Traceback (most recent call last):
  25. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  26. value = self.parent_flowgraph.evaluate(expr)
  27. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  28. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  29. File "<string>", line 1, in <module>
  30. NameError: name 'signal_vals' is not defined
  31.  
  32. During handling of the above exception, another exception occurred:
  33.  
  34. Traceback (most recent call last):
  35. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  36. evaluated = str(block.params[key].evaluate())
  37. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  38. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  39. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  40. name 'signal_vals' is not defined
  41. Traceback (most recent call last):
  42. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  43. value = self.parent_flowgraph.evaluate(expr)
  44. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  45. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  46. File "<string>", line 1, in <module>
  47. NameError: name 'signal_vals' is not defined
  48.  
  49. During handling of the above exception, another exception occurred:
  50.  
  51. Traceback (most recent call last):
  52. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  53. evaluated = str(block.params[key].evaluate())
  54. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  55. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  56. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  57. name 'signal_vals' is not defined
  58. Traceback (most recent call last):
  59. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  60. value = self.parent_flowgraph.evaluate(expr)
  61. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  62. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  63. File "<string>", line 1, in <module>
  64. NameError: name 'signal_vals' is not defined
  65.  
  66. During handling of the above exception, another exception occurred:
  67.  
  68. Traceback (most recent call last):
  69. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  70. evaluated = str(block.params[key].evaluate())
  71. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  72. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  73. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  74. name 'signal_vals' is not defined
  75. Traceback (most recent call last):
  76. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  77. value = self.parent_flowgraph.evaluate(expr)
  78. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  79. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  80. File "<string>", line 1, in <module>
  81. NameError: name 'signal_vals' is not defined
  82.  
  83. During handling of the above exception, another exception occurred:
  84.  
  85. Traceback (most recent call last):
  86. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  87. evaluated = str(block.params[key].evaluate())
  88. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  89. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  90. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  91. name 'signal_vals' is not defined
  92. Traceback (most recent call last):
  93. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  94. value = self.parent_flowgraph.evaluate(expr)
  95. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  96. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  97. File "<string>", line 1, in <module>
  98. NameError: name 'signal_vals' is not defined
  99.  
  100. During handling of the above exception, another exception occurred:
  101.  
  102. Traceback (most recent call last):
  103. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  104. evaluated = str(block.params[key].evaluate())
  105. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  106. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  107. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  108. name 'signal_vals' is not defined
  109. Traceback (most recent call last):
  110. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  111. value = self.parent_flowgraph.evaluate(expr)
  112. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  113. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  114. File "<string>", line 1, in <module>
  115. NameError: name 'signal_vals' is not defined
  116.  
  117. During handling of the above exception, another exception occurred:
  118.  
  119. Traceback (most recent call last):
  120. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  121. evaluated = str(block.params[key].evaluate())
  122. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  123. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  124. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  125. name 'signal_vals' is not defined
  126. Traceback (most recent call last):
  127. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  128. value = self.parent_flowgraph.evaluate(expr)
  129. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  130. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  131. File "<string>", line 1, in <module>
  132. NameError: name 'signal_vals' is not defined
  133.  
  134. During handling of the above exception, another exception occurred:
  135.  
  136. Traceback (most recent call last):
  137. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  138. evaluated = str(block.params[key].evaluate())
  139. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  140. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  141. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  142. name 'signal_vals' is not defined
  143. Traceback (most recent call last):
  144. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 228, in evaluate
  145. value = self.parent_flowgraph.evaluate(expr)
  146. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/FlowGraph.py", line 249, in evaluate
  147. return self._eval_cache.setdefault(expr, eval(expr, self.namespace, local_namespace))
  148. File "<string>", line 1, in <module>
  149. NameError: name 'signal_vals' is not defined
  150.  
  151. During handling of the above exception, another exception occurred:
  152.  
  153. Traceback (most recent call last):
  154. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/gui/VariableEditor.py", line 197, in set_value
  155. evaluated = str(block.params[key].evaluate())
  156. File "/home/sinc4fun/gnuradio_install/lib/python3.7/dist-packages/gnuradio/grc/core/params/param.py", line 230, in evaluate
  157. raise Exception('Value "{}" cannot be evaluated:\n{}'.format(expr, e))
  158. Exception: Value "signal_vals.sampRate" cannot be evaluated:
  159. name 'signal_vals' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement