forked from PokemonGoF/PokemonGo-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unused scannedLabel() function * Remove pogom/pgoapi if empty at startup * use pgoapi from requirements.txt instead of copying its files * gitignore src/ * Fixups for using mainline pgoapi * Update pgoapi to latest HEAD * Use get_pos_by_name from pgoapi * Update search api for new pgoapi * Removing cell ID's, this functionality is provided in pgoapi * Update search for the new pgoapi (again) * making sure we change with step location, rather than starting position * silenced logging * Increase scan reliability (PokemonGoF#3262) - Handle exceptions better - Prevent search_workers from even fully exiting - High-load backoff is now backoff based instead of randomly assigned absolute - Logins will retry `login-retries` times before throwing an exception to cause the search_worker to create a new PgoAPI instance and start over * Update pgoapi * Show a big scary warning if user hasn't updated * Use standard logging for this and for the check of the old pogom/pgoapi * Automatically remove pogom/pgoapi, regardless if its empty or not. Its not going to be useful anymore and will cause problems.
- Loading branch information
1 parent
f632c02
commit 59bb500
Showing
23 changed files
with
112 additions
and
8,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ static/dist/ | |
node_modules/ | ||
venv/ | ||
core | ||
src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.