Skip to content

Instantly share code, notes, and snippets.

@transientanima
Created November 15, 2018 18:14
Show Gist options
  • Save transientanima/48ff789e213b797d8881860fa096c5b5 to your computer and use it in GitHub Desktop.
Save transientanima/48ff789e213b797d8881860fa096c5b5 to your computer and use it in GitHub Desktop.
Error Output
ffmpeg version N-86304-gf6ba58d Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7.1.0 (GCC)
configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
libavutil 55. 63.100 / 55. 63.100
libavcodec 57. 96.101 / 57. 96.101
libavformat 57. 72.101 / 57. 72.101
libavdevice 57. 7.100 / 57. 7.100
libavfilter 6. 90.100 / 6. 90.100
libswscale 4. 7.101 / 4. 7.101
libswresample 2. 8.100 / 2. 8.100
libpostproc 54. 6.100 / 54. 6.100
Input #0, mp3, from 'C:\Users\aisom\Music\YouTube\Added\Jay Rock - WIN.mp3':
Metadata:
encoder : Lavf58.17.103
artist : Jay Rock
title : WIN
Duration: 00:03:36.43, start: 0.023021, bitrate: 265 kb/s
Stream #0:0: Audio: mp3, 48000 Hz, stereo, s16p, 265 kb/s
Metadata:
encoder : Lavc58.27
Stream mapping:
Stream #0:0 -> #0:0 (mp3 (native) -> pcm_s16le (native))
Press [q] to stop, [?] for help
Output #0, s16le, to 'pipe:1':
Metadata:
title : WIN
artist : Jay Rock
encoder : Lavf57.72.101
Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Metadata:
encoder : Lavc57.96.101 pcm_s16le
System.InvalidOperationException: The connection is not initialized
at DSharpPlus.VoiceNext.VoiceNextConnection.<SendSpeakingAsync>d__159.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at DSharpPlus.VoiceNext.VoiceNextConnection.<SendAsync>d__157.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Gakushi.Commander.<Play>d__2.MoveNext() in C:\Users\aisom\Documents\Gakushi\Gakushi\Commander.cs:line 79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment