adrianstevens / Xamarin-Plugins

Cross-platform Plugins for Xamarin, Xamarin.Forms and Windows
https://www.nuget.org/packages/Xam.Plugin.SimpleAudioPlayer/
MIT License
133 stars 53 forks source link

Null Reference Exception on Android. iOS untested. #69

Closed Jakar510 closed 2 years ago

Jakar510 commented 4 years ago

Android Exception. iOS untested.

System.NullReferenceException: Object reference not set to an instance of an object. at Plugin.SimpleAudioPlayer.SimpleAudioPlayerImplementation.Load (System.IO.Stream audioStream) [0x00000] in F:\dev\open\Xamarin-Plugins\SimpleAudioPlayer\SimpleAudioPlayer\Plugin.SimpleAudioPlayer.Android\SimpleAudioPlayerImplementation.cs:93

adrianstevens commented 3 years ago

Hi @Jakar510 - can you provide more details? Where is the audio file located and how are you loading it?

adrianstevens commented 2 years ago

closing issue