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

Error in grpc _channel.py #3

Open
valentinlageard opened this issue Apr 6, 2023 · 0 comments
Open

Error in grpc _channel.py #3

valentinlageard opened this issue Apr 6, 2023 · 0 comments

Comments

@valentinlageard
Copy link

valentinlageard commented Apr 6, 2023

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:

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'
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

1 participant