Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug in gpx where tasks were never called #1403

Merged
merged 2 commits into from
Jul 29, 2016
Merged

Fixed a bug in gpx where tasks were never called #1403

merged 2 commits into from
Jul 29, 2016

Conversation

5andr0
Copy link
Contributor

@5andr0 5andr0 commented Jul 29, 2016

In FarmPokestopsGPXTask UseNearbyPokestopsTask clears pokestops before it retrieves new ones from var pokestopList = await GetPokeStops(session);
Therefore pokestopList will be empty, the while (pokestopList.Any()) loop is never entered and all the tasks are never called.

Affected tasks have been:

RecycleItemsTask
SnipePokemonTask
EvolvePokemonTask
TransferDuplicatePokemonTask
RenamePokemonTask

@NecronomiconCoding NecronomiconCoding merged commit ba01ebf into NecronomiconCoding:master Jul 29, 2016
schnapster pushed a commit to schnapster/NecroBot that referenced this pull request Dec 8, 2016
Fixed a bug in gpx where tasks were never called
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants