add more debug
This commit is contained in:
@@ -112,6 +112,12 @@ class DiscordBotManager:
|
|||||||
|
|
||||||
LOGGER.info(f"Checking opus status before transmitter init: {opus.is_loaded()}")
|
LOGGER.info(f"Checking opus status before transmitter init: {opus.is_loaded()}")
|
||||||
|
|
||||||
|
try:
|
||||||
|
encoder = opus.OpusEncoder()
|
||||||
|
LOGGER.info(f"Manually created OpusEncoder successfully: {encoder}")
|
||||||
|
except Exception as e:
|
||||||
|
LOGGER.error(f"MANUAL ENCODER CREATION FAILED: {e}", exc_info=True)
|
||||||
|
|
||||||
# Create and start the new AudioTransmitter
|
# Create and start the new AudioTransmitter
|
||||||
transmitter = AudioTransmitter(
|
transmitter = AudioTransmitter(
|
||||||
voice_client=voice_client,
|
voice_client=voice_client,
|
||||||
|
|||||||
Reference in New Issue
Block a user