-
Notifications
You must be signed in to change notification settings - Fork 44.9k
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
playbin.props.uri ... AttributeError: 'NoneType' object has no attribute 'props' #2074
Comments
This seems to be a common problem on linux with the python playsound.py module.
|
Do a pip install mpg123 or otherwise install it on your system. |
My fault. Did following command sudo apt-get install mpg123 It started working. Thanks |
I am having the dreaded NoneType 'props' problem here as well, I found this thread after posting about it here: TaylorSMarks/playsound#142 However I am not looking for alternative solutions just yet, is this not fixable in playsound itself? I have scripts already relying on it's function and it would be nice to have this working since many others use it as well |
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days. |
This issue was closed automatically because it has been stale for 10 days with no activity. |
Using the --speak flag breaks the script even with all the requirements.
Not sure if this is a bug on linux or perhaps a simple python setup issue,
but after some time I haven't been able to fix it.
Anyone have any ideas?
(note the "Response content: b'{"detail":"Not Found"}' " in the beginning too)
The text was updated successfully, but these errors were encountered: