Alxandr / SpotiFire

A project to make a SpotifyClient in C#
http://nudoc.azurewebsites.net/SpotiFire
40 stars 19 forks source link

InvalidOperationException when adding or removing a Playlist through the Spotify app #46

Open ChrisBrandhorst opened 10 years ago

ChrisBrandhorst commented 10 years ago

Situation:

Action:

Result:

An unhandled exception of type 'System.InvalidOperationException' occurred in mscorlib.dll

Additional information: An attempt was made to transition a task to a final state when it had already completed.

Stack:

    [External Code] 
>   SpotiFire.Native.dll!SpotiFire::PlaylistContainer::complete() Line 154  C++
    SpotiFire.Native.dll!$WaitCallback0::Callback(System::Object^ state) Line 159   C++
    [External Code] 
Alxandr commented 10 years ago

This should probably be a problem in one of the playlist callbacks.