You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to use Thread.Sleep(1000); before you call something like var list = fmCore.Clubs.ToList(); because the loading is running async and it needs time to load.
System.NullReferenceException: Object reference not set to an instance of an object.
at FMScoutFramework.Core.FMCore.GetListFromStoreT
setup solution as in http://www.fmscout.com/a-fmscout-framework.html for visualstudio
builded dll and app
when debugging it points me to
> FMScoutFramework.dll!FMScoutFramework.Core.FMCore.GetListFromStore<FMScoutFramework.Core.Entities.InGame.Player>() Line 41 C#
and that is
objectManager is null
any help please
The text was updated successfully, but these errors were encountered: