TaylorSMarks / playsound

Pure Python, cross platform, single function module with no dependencies for playing sounds.
Other
504 stars 118 forks source link

Cannot specify extra characters after a string enclosed in quotation marks. #136

Open TeraStack-codes opened 1 year ago

TeraStack-codes commented 1 year ago

When in a while loop... It works first 1 or 2 times Then it generates an error.

Also, it worked after I downgraded playsound to v1.2.2 So this error is being generated due to changes in 1.3

BettyJJ commented 1 year ago

75 was from a year ago and I can't believe this bug still exists...

TaylorSMarks commented 1 year ago

What’s truly remarkable is the number of people who complain without offering a PR to fix the issue.Did my FOSS help you? Cool.No? Sorry, did we have some kind of agreement that you were paying me to fix this? (No, I don’t want your money. But if you’ve got a good fix for this and a good regression test that reliably passes/fails on Travis CI based on whether a fix is in place or not, I’d love to review and merge it.)Sent from my iPhoneOn Mar 25, 2023, at 13:03, BettyJJ @.***> wrote:

75 was from a year ago and I can't believe this bug still exists...

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

BettyJJ commented 1 year ago

My understanding from reading #75 was that there was a PR and you just didn't release the new version to PyPI. Sorry if I misunderstood. I appreciate all the work you've put into this project.