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 am testing the gRPC api with elkpi 0.11.0 development version running on a raspi 4b with hifiberry dac+ adc pro.
I am running sushi with the config_empty.json, raspa audio frontend and a buffer size of 64.
config_empty.json
To reproduce the error, run:
from elkpy import sushicontroller as sc controller = sc.SushiController() list_of_tracks = controller.audio_graph.get_all_tracks() print(list_of_tracks) controller.close()
gives:
[{ id: 0 label: name: main input_channels: 2 input_busses: 1 output_channels: 2 output_busses: 1 processors: [1] }] Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode' Exception ignored in: <function _ChannelCallState.__del__ at 0x7fb6812d30> Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am testing the gRPC api with elkpi 0.11.0 development version running on a raspi 4b with hifiberry dac+ adc pro.
I am running sushi with the
config_empty.json
, raspa audio frontend and a buffer size of 64.To reproduce the error, run:
gives:
The text was updated successfully, but these errors were encountered: