Lost audio can't not play
See original GitHub issueSummary
not play audio
Reproduction Steps
-re update 2.0.0a at 06/3/2022 -test music
- bot join no error log but no audio
Minimal Reproducible Code
#code test for audio
#am use eval command
from discord import FFmpegPCMAudio
a = await ctx.author.voice.channel.connect()
source = FFmpegPCMAudio("https://radio.garden/api/ara/content/listen/P7TysNHJ/channel.mp3?1646558234850")
ctx.voice_client.play(source)
Expected Results
bot join and play audio
Actual Results
nothing bot just join and has no audio
Intents
all
System Information
- Python v3.10.1-final
- discord.py v2.0.0-alpha
- discord.py pkg_resources: v2.0.0a3733+g07a1311
- aiohttp v3.7.4.post0
- system info: Windows 10 10.0.19042
Checklist
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
Additional Context
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Fix sound or audio problems in Windows - Microsoft Support
Select and hold (or right-click) the Speakers icon on the taskbar, and then select Open Volume mixer.
Read more >How to fix audio problems on your Windows PC | PCWorld
Test by playing a song. Right-click the volume icon and click Open Volume Mixer.
Read more >Solved: No Sound on Youtube! - Wondershare Recoverit
Part 1: Fast Solutions to Fix No Sound on YouTube · Method 1: Check YouTube Volume/Mute Button · Method 2: Check System Sounds...
Read more >[Fixed] No Sound on Windows 10 - Quickly & Easily
If the audio device has been muted, you won't hear sound from it. Check if your speaker or headphone has been muted by...
Read more >How To Fix No Sound On YouTube - Online Tech Tips
If even the incognito window doesn't fix your no sound on YouTube issue, you might want to switch to another browser to see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thank
This should be fixed in the latest commit.