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
The event parser currently can;t support rosters. This is essentially because the league and roster data structures are complicated and have nested pointers. The c code needs to be refactored and /or the python interface needs to be defined with nested pointers so that rosters can be used.