module 'pychromecast' has no attribute 'get_chromecasts_as_dict'.
When I launch mkchromecast on Fedora 38, I get:
/usr/lib/python3.11/site-packages/mkchromecast/cast.py:102: SyntaxWarning: "is not" with a literal. Did you mean "!="? if iface is not None and iface[0]['addr'] is not '127.0.0.1': Mkchromecast v0.3.9 Creating Pulseaudio Sink... Open Pavucontrol and Select the Mkchromecast Sink. Starting Local Streaming Server [Done] Selected backend: parec Selected audio codec: mp3 Default bitrate used: 192k Default sample rate used: 44100Hz. PID of main process: 39337 PID of streaming process: 39341
- Serving Flask app 'mkchromecast.audio'
- Debug mode: off WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Running on all addresses (0.0.0.0)
- Running on http://127.0.0.1:5000
- Running on http://192.168.1.114:5000 Press CTRL+C to quit Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mkchromecast/cast.py", line 112, in _get_chromecasts return list(pychromecast.get_chromecasts_as_dict().keys()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pychromecast' has no attribute 'get_chromecasts_as_dict'. Did you mean: 'get_chromecast_from_host'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/mkchromecast", line 302, in