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

Not Working , Loop Scale #3553

Closed
CjIceMan opened this issue Aug 11, 2016 · 20 comments
Closed

Not Working , Loop Scale #3553

CjIceMan opened this issue Aug 11, 2016 · 20 comments

Comments

@CjIceMan
Copy link

Stop! Before you create this issue (you can delete this section when opening the issue):

  1. Have you validated that your config.json is valid JSON? Use http://jsonlint.com/ to check.
  2. Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead.
  3. Are you running master? We work on the dev branch and then add that functionality to master. Your issue may be fixed on dev and there is no need for this issue, just wait and it will eventually be merged to master.

on DEV

Expected Behavior

Work

Actual Behavior

Loop

[07:17:33] Starting bot...
[07:17:33] Session stale, re-logging in.
[07:17:33] Login procedure started.
[07:17:34] Login successful.2016-08-11 07:17:34,730 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:35] Received level up reward: []
[07:17:35] Next egg incubates in 0.93 km
[07:17:36] Walking from (52.520428, 13.401387, 0) to (52.520428, 13.401387, 0) (0.0 m)
[07:17:36] Session stale, re-logging in.
[07:17:36] Login procedure started.
[07:17:38] Login successful.2016-08-11 07:17:38,538 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:39] Walking from (52.520428, 13.401387, 0) to (52.5210547387442, 13.401387, 0) (69.6901393285 m)
[07:17:39] {'distance_unit': '', 'distance': '', 'current_position': (52.52047260652413, 13.401370583128854), 'last_position': (52.520428, 13.401387)}
[07:17:41] Session stale, re-logging in.
[07:17:41] Login procedure started.
[07:17:44] Login successful.2016-08-11 07:17:44,910 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:48] {'distance_unit': '', 'distance': '', 'current_position': (52.52052323727114, 13.401371298377123), 'last_position': (52.52047260652413, 13.401370583128854)}
[07:17:50] Session stale, re-logging in.
[07:17:50] Login procedure started.
[07:17:51] Login successful.2016-08-11 07:17:51,977 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /home/ice/bot/PokemonGo-Bot

[07:17:52] {'distance_unit': '', 'distance': '', 'current_position': (52.520558899743016, 13.401361567431852), 'last_position': (52.52052323727114, 13.401371298377123)}
[07:17:54] Session stale, re-logging in.
[07:17:54] Login procedure started.^C
[07:17:55] Exiting bot.2016-08-11 07:17:56,540 [ cli] [INFO]
2016-08-11 07:17:56,541 [ cli] [INFO] Ran for 0:00:28
2016-08-11 07:17:56,541 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h
2016-08-11 07:17:56,541 [ cli] [INFO] Travelled 0.00km
2016-08-11 07:17:56,541 [ cli] [INFO] Visited 0 stops
2016-08-11 07:17:56,541 [ cli] [INFO] Encountered 0 pokemon, 0 caught, 0 released, 0 evolved, 0 never seen before
2016-08-11 07:17:56,542 [ cli] [INFO] Threw 0 pokeballs
2016-08-11 07:17:56,542 [ cli] [INFO] Earned 0 Stardust
2016-08-11 07:17:56,542 [ cli] [INFO]
2016-08-11 07:17:56,542 [ cli] [INFO] Highest CP Pokemon:
2016-08-11 07:17:56,542 [ cli] [INFO] Most Perfect Pokemon:

Your config.json (remove your credentials and any other private info)

{
    "auth_service": "google",
    "username": "usernamE",
    "password": "passworD",
    "location": "52.520428,13.401387",
    "gmapkey": "gpskeymaP",
    "libencrypt_location": "",
    "tasks": [
      {
        "type": "HandleSoftBan"
      },
      {
        "type": "CollectLevelUpReward"
      },
      {
        "type": "IncubateEggs",
        "config": {
          "longer_eggs_first": true
        }
      },
      {
        "type": "TransferPokemon"
      },
      {
        "type": "EvolvePokemon",
        "config": {
            "evolve_all": "none",
            "first_evolve_by": "cp",
            "evolve_above_cp": 500,
            "evolve_above_iv": 0.8,
            "logic": "or",
            "evolve_speed": 20,
            "use_lucky_egg": false
        }
      },
      {
        "type": "RecycleItems",
        "config": {
          "item_filter": {
            "Pokeball":       { "keep" : 100 },
            "Potion":         { "keep" : 10 },
            "Super Potion":   { "keep" : 20 },
            "Hyper Potion":   { "keep" : 30 },
            "Revive":         { "keep" : 30 },
            "Razz Berry":     { "keep" : 100 }
          }
        }
      },
      {
        "type": "CatchVisiblePokemon"
      },
      {
        "type": "CatchLuredPokemon"
      },
      {
        "type": "SpinFort"
      },
      {
        "type": "MoveToFort",
        "config": {
            "lure_attraction": true,
            "lure_max_distance": 2000
        }
      },
      {
        "type": "FollowSpiral",
        "config": {
          "diameter": 4,
          "step_size": 70
        }
      }
    ],
    "map_object_cache_time": 5,
    "forts": {
      "avoid_circles": true,
      "max_circle_size": 50
    },
    "websocket_server": false,
    "walk": 4.16,
    "action_wait_min": 1,
    "action_wait_max": 4,
    "debug": false,
    "test": false,
    "health_record": true,
    "location_cache": true,
    "distance_unit": "km",
    "reconnecting_timeout": 15,
    "evolve_captured": "NONE",
    "catch_randomize_reticle_factor": 1.0,
    "catch_randomize_spin_factor": 1.0,
    "catch": {
      "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"},
      "// Example of always catching Rattata:": {},
      "// Rattata": { "always_catch" : true }
    },
    "release": {
      "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"},
      "// Example of always releasing Rattata:": {},
      "// Rattata": {"always_release": true},
      "// Example of keeping 3 stronger (based on CP) Pidgey:": {},
      "// Pidgey": {"keep_best_cp": 3},
      "// Example of keeping 2 stronger (based on IV) Zubat:": {},
      "// Zubat": {"keep_best_iv": 2},
      "// Also, it is working with any": {},
      "// any": {"keep_best_iv": 3},
      "// Example of keeping the 2 strongest (based on CP) and 3 best (based on IV) Zubat:": {},
      "// Zubat": {"keep_best_cp": 2, "keep_best_iv": 3}
    },
    "vips" : {
         "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
        "any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
        "Lapras": {},
        "Moltres": {},
        "Zapdos": {},
        "Articuno": {},

        "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
        "Mewtwo": {},
        "Dragonite": {},
        "Snorlax": {},
        "// Mew evolves to Mewtwo": {},
        "Mew": {},
        "Arcanine": {},
        "Vaporeon": {},
        "Gyarados": {},
        "Exeggutor": {},
        "Muk": {},
        "Weezing": {},
        "Flareon": {}

    }
}

Steps to Reproduce

just start it

Other Information

OS:Kali
Git Commit: e9b229e
Python Version: Python 2.7.11

@pranavperfect
Copy link

Can confirm. Only showing walking from one co-ordinate to another. But doesn't actually walk.

@bibibkamal
Copy link

[11:31:43] Received level up reward: []
[11:31:43] Next egg incubates in 4.67 km
[11:31:44] Skipping Recycling of Items. 81 space left in bag.
[11:31:44] Walking from (40.771133, -73.974187, 0) to (40.771133, -73.974187, 0) (0.0 m)
[11:31:45] Skipping Recycling of Items. 81 space left in bag.
[11:31:45] Walking from (40.771133, -73.974187, 0) to (40.771763303099576, -73.974187, 0) (70.0864940835 m)
[11:31:45] {'distance_unit': '', 'distance': '', 'current_position': (40.77116422409707, -73.97421049253687), 'last_position': (40.771133, -73.974187)}
[11:31:48] Skipping Recycling of Items. 81 space left in bag.
[11:31:48] {'distance_unit': '', 'distance': '', 'current_position': (40.7711789283566, -73.97419403601465), 'last_position': (40.77116422409707, -73.97421049253687)}
[11:31:50] Skipping Recycling of Items. 81 space left in bag.
[11:31:50] {'distance_unit': '', 'distance': '', 'current_position': (40.77122105711673, -73.97418237159239), 'last_position': (40.7711789283566, -73.97419403601465)}
[11:31:52] Skipping Recycling of Items. 81 space left in bag.
[11:31:52] {'distance_unit': '', 'distance': '', 'current_position': (40.77127397829682, -73.97417406137511), 'last_position': (40.77122105711673, -73.97418237159239)}
[11:31:55] Skipping Recycling of Items. 81 space left in bag.
[11:31:55] {'distance_unit': '', 'distance': '', 'current_position': (40.77131996733965, -73.97417829964543), 'last_position': (40.77127397829682, -73.97417406137511)}
[11:31:58] Skipping Recycling of Items. 81 space left in bag.
[11:31:58] {'distance_unit': '', 'distance': '', 'current_position': (40.771365440678224, -73.97420087771077), 'last_position': (40.77131996733965, -73.97417829964543)}
[11:32:01] Skipping Recycling of Items. 81 space left in bag.
[11:32:01] {'distance_unit': '', 'distance': '', 'current_position': (40.771402885012805, -73.97420130177554), 'last_position': (40.771365440678224, -73.97420087771077)}
[11:32:03] Skipping Recycling of Items. 81 space left in bag.
[11:32:03] {'distance_unit': '', 'distance': '', 'current_position': (40.771447039458316, -73.97418166708307), 'last_position': (40.771402885012805, -73.97420130177554)}
[11:32:06] Skipping Recycling of Items. 81 space left in bag.
[11:32:06] {'distance_unit': '', 'distance': '', 'current_position': (40.771474162382205, -73.97420557468595), 'last_position': (40.771447039458316, -73.97418166708307)}

mine was stuck at this

@moe-ch
Copy link

moe-ch commented Aug 11, 2016

[01:22:22] Starting bot...
[01:22:23] Received level up reward: []
[01:22:24] Skipping Recycling of Items. 311 space left in bag.
[01:22:24] Walking from (37.8059887, -122.4099154, 0) to (37.8059887, -122.4099154, 0) (0.0 m)
[01:22:24] Skipping Recycling of Items. 311 space left in bag.
[01:22:24] Walking from (37.8059887, -122.4099154, 0) to (37.80661967662562, -122.4099154, 0) (70.1614243991 m)
[01:22:24] {'distance_unit': '', 'distance': '', 'current_position': (37.80605496953012, -122.40990282599776), 'last_position': (37.8059887, -122.4099154)}
[01:22:27] Skipping Recycling of Items. 311 space left in bag.
[01:22:27] {'distance_unit': '', 'distance': '', 'current_position': (37.80607987561164, -122.40990002411594), 'last_position': (37.80605496953012, -122.40990282599776)}
[01:22:29] Skipping Recycling of Items. 311 space left in bag.
[01:22:29] {'distance_unit': '', 'distance': '', 'current_position': (37.80613143301455, -122.40990692218901), 'last_position': (37.80607987561164, -122.40990002411594)}
[01:22:30] Skipping Recycling of Items. 311 space left in bag.
[01:22:30] {'distance_unit': '', 'distance': '', 'current_position': (37.806201539102204, -122.40990534744395), 'last_position': (37.80613143301455, -122.40990692218901)}
[01:22:32] Skipping Recycling of Items. 311 space left in bag.
[01:22:32] {'distance_unit': '', 'distance': '', 'current_position': (37.80623213050157, -122.40988949871165), 'last_position': (37.806201539102204, -122.40990534744395)}
[01:22:33] Skipping Recycling of Items. 311 space left in bag.
[01:22:33] {'distance_unit': '', 'distance': '', 'current_position': (37.806285454903396, -122.40990421022326), 'last_position': (37.80623213050157, -122.40988949871165)}
[01:22:35] Skipping Recycling of Items. 311 space left in bag.
[01:22:35] {'distance_unit': '', 'distance': '', 'current_position': (37.80633207960014, -122.40992117918685), 'last_position': (37.806285454903396, -122.40990421022326)}
[01:22:36] Skipping Recycling of Items. 311 space left in bag.
[01:22:36] {'distance_unit': '', 'distance': '', 'current_position': (37.80639306358412, -122.40989850731505), 'last_position': (37.80633207960014, -122.40992117918685)}
[01:22:38] Skipping Recycling of Items. 311 space left in bag.
[01:22:38] {'distance_unit': '', 'distance': '', 'current_position': (37.80642285880078, -122.40991875600075), 'last_position': (37.80639306358412, -122.40989850731505)}
[01:22:40] Skipping Recycling of Items. 311 space left in bag.
[01:22:40] {'distance_unit': '', 'distance': '', 'current_position': (37.806458902880685, -122.409937005766), 'last_position': (37.80642285880078, -122.40991875600075)}
[01:22:42] Skipping Recycling of Items. 311 space left in bag.
[01:22:42] {'distance_unit': '', 'distance': '', 'current_position': (37.80652057113275, -122.40990669172305), 'last_position': (37.806458902880685, -122.409937005766)}
[01:22:43] Skipping Recycling of Items. 311 space left in bag.
[01:22:43] {'distance_unit': '', 'distance': '', 'current_position': (37.80659241253305, -122.40989550208839), 'last_position': (37.80652057113275, -122.40990669172305)}
[01:22:45] Skipping Recycling of Items. 311 space left in bag.
[01:22:46] Skipping Recycling of Items. 311 space left in bag.
[01:22:46] Walking from (37.80661967662562, -122.4099154, 0) to (37.80661967662562, -122.40914932411428, 0) (67.3023224319 m)
[01:22:46] {'distance_unit': '', 'distance': '', 'current_position': (37.806611168438145, -122.40985014558932), 'last_position': (37.80661967662562, -122.4099154)}
[01:22:48] Skipping Recycling of Items. 311 space left in bag.
[01:22:48] {'distance_unit': '', 'distance': '', 'current_position': (37.80663362587909, -122.40979540085377), 'last_position': (37.806611168438145, -122.40985014558932)}
[01:22:49] Skipping Recycling of Items. 311 space left in bag.
[01:22:49] {'distance_unit': '', 'distance': '', 'current_position': (37.80662511689085, -122.40976088267976), 'last_position': (37.80663362587909, -122.40979540085377)}
[01:22:52] Skipping Recycling of Items. 311 space left in bag.
[01:22:52] {'distance_unit': '', 'distance': '', 'current_position': (37.80661431918999, -122.40970194729483), 'last_position': (37.80662511689085, -122.40976088267976)}
[01:22:53] Skipping Recycling of Items. 311 space left in bag.
[01:22:53] {'distance_unit': '', 'distance': '', 'current_position': (37.80659956393809, -122.40964377602782), 'last_position': (37.80661431918999, -122.40970194729483)}
[01:22:54] Skipping Recycling of Items. 311 space left in bag.
[01:22:54] {'distance_unit': '', 'distance': '', 'current_position': (37.80659414698023, -122.40957646185768), 'last_position': (37.80659956393809, -122.40964377602782)}
[01:22:56] Skipping Recycling of Items. 311 space left in bag.
[01:22:56] {'distance_unit': '', 'distance': '', 'current_position': (37.80657816937769, -122.40952393008699), 'last_position': (37.80659414698023, -122.40957646185768)}
[01:22:58] Skipping Recycling of Items. 311 space left in bag.
[01:22:58] {'distance_unit': '', 'distance': '', 'current_position': (37.80656651471242, -122.40943861339696), 'last_position': (37.80657816937769, -122.40952393008699)}
[01:23:00] Skipping Recycling of Items. 311 space left in bag.
[01:23:00] {'distance_unit': '', 'distance': '', 'current_position': (37.806570374717836, -122.40935944239097), 'last_position': (37.80656651471242, -122.40943861339696)}
[01:23:01] Skipping Recycling of Items. 311 space left in bag.
[01:23:01] {'distance_unit': '', 'distance': '', 'current_position': (37.80659112824587, -122.40930376296936), 'last_position': (37.806570374717836, -122.40935944239097)}
[01:23:03] Skipping Recycling of Items. 311 space left in bag.
[01:23:03] {'distance_unit': '', 'distance': '', 'current_position': (37.80659678556784, -122.40924717109061), 'last_position': (37.80659112824587, -122.40930376296936)}
[01:23:05] Skipping Recycling of Items. 311 space left in bag.
[01:23:06] Skipping Recycling of Items. 311 space left in bag.
[01:23:06] Walking from (37.80661967662562, -122.40914932411428, 0) to (37.8059887, -122.40914932411428, 0) (70.1614243991 m)
[01:23:06] {'distance_unit': '', 'distance': '', 'current_position': (37.80658617152679, -122.40915982710365), 'last_position': (37.80661967662562, -122.40914932411428)}
[01:23:08] Skipping Recycling of Items. 311 space left in bag.
[01:23:08] {'distance_unit': '', 'distance': '', 'current_position': (37.806543583362064, -122.40917603612368), 'last_position': (37.80658617152679, -122.40915982710365)}
[01:23:10] Skipping Recycling of Items. 311 space left in bag.
[01:23:10] {'distance_unit': '', 'distance': '', 'current_position': (37.80649290945773, -122.40916710186258), 'last_position': (37.806543583362064, -122.40917603612368)}
[01:23:12] Skipping Recycling of Items. 311 space left in bag.
[01:23:12] {'distance_unit': '', 'distance': '', 'current_position': (37.80646076166977, -122.4091415976555), 'last_position': (37.80649290945773, -122.40916710186258)}
[01:23:14] Skipping Recycling of Items. 311 space left in bag.
[01:23:14] {'distance_unit': '', 'distance': '', 'current_position': (37.806399074429834, -122.4091550677063), 'last_position': (37.80646076166977, -122.4091415976555)}
[01:23:15] Skipping Recycling of Items. 311 space left in bag.
[01:23:15] {'distance_unit': '', 'distance': '', 'current_position': (37.80633229636941, -122.40915119991394), 'last_position': (37.806399074429834, -122.4091550677063)}
[01:23:17] Skipping Recycling of Items. 311 space left in bag.
[01:23:17] {'distance_unit': '', 'distance': '', 'current_position': (37.806294443848174, -122.40912834954925), 'last_position': (37.80633229636941, -122.40915119991394)}
[01:23:19] Skipping Recycling of Items. 311 space left in bag.
[01:23:19] {'distance_unit': '', 'distance': '', 'current_position': (37.80622345733788, -122.40912678141183), 'last_position': (37.806294443848174, -122.40912834954925)}
[01:23:20] Skipping Recycling of Items. 311 space left in bag.
[01:23:20] {'distance_unit': '', 'distance': '', 'current_position': (37.80619408678778, -122.4091238182216), 'last_position': (37.80622345733788, -122.40912678141183)}
[01:23:22] Skipping Recycling of Items. 311 space left in bag.
[01:23:22] {'distance_unit': '', 'distance': '', 'current_position': (37.80612020075489, -122.40911650963571), 'last_position': (37.80619408678778, -122.4091238182216)}

mine is stuck on this one

@lvieirajr
Copy link

same issue +1

@Thieund
Copy link

Thieund commented Aug 11, 2016

Same here. It's moving in a loop..., by changing the location it will work again.

@yigitsayan
Copy link

same issue here, was working like 2 hours ago. Changing the location doesn't help.

@CjIceMan
Copy link
Author

Ok that error was on kali linux , if i installed Normal ubuntu it works ..... so something is wrong with kali build

@lliuyingjie
Copy link

guys guys don't bot twice or more , i met the same issue here; nothing about location for me; shut down all bots, wait for two hours , then make only one bot, everything will be ok
sorry for my bad english

@lvieirajr
Copy link

lvieirajr commented Aug 11, 2016

It has nothing to do with boting twice, or walk speed, or location, or OS...
I am boting on a Mac OS (not kali), with only one account, with the normal speed (4.16), and tried in several different locations and my bot still gets stuck...

So yeah, it is very probable that this is a bot problem, not a settings/configs or computer problem.
Also... I have been boting since the new pgoapi came up, and this only started happening yesterday (Aug 10th) in the afternoon (PST).

@Chenyu-Tsai
Copy link

same issue as @lvieirajr

@kasatria-fong
Copy link

seems to be walking. by "not walking" do you mean the web UI is not showing you that you're moving ?

@kasatria-fong
Copy link

kasatria-fong commented Aug 11, 2016

and just in case, try this:
edit pokemongo_bot/__init__.py
comment line 1006,
uncomment line 1007-1009

@lvieirajr
Copy link

No, it's not the web UI...
The log just says it is walking, but it doesn't actually do anything like you can see on @moe-ch 's comment.

@douglascamata
Copy link
Member

You are moving to a fort and then walking away from it with follow spiral before you even spin it. It's a configuration problem.

@lvieirajr
Copy link

I guess the problem that the op is talking about, is actually different then what the other folks below him are talking about...
Yeah he has a config problem definitely, but the rest is just that the bot says its walking, but it doesn't actually do anything...

[01:22:22] Starting bot...
[01:22:23] Received level up reward: []
[01:22:24] Skipping Recycling of Items. 311 space left in bag.
[01:22:24] Walking from (37.8059887, -122.4099154, 0) to (37.8059887, -122.4099154, 0) (0.0 m)
[01:22:24] Skipping Recycling of Items. 311 space left in bag.
[01:22:24] Walking from (37.8059887, -122.4099154, 0) to (37.80661967662562, -122.4099154, 0) (70.1614243991 m)
[01:22:24] {'distance_unit': '', 'distance': '', 'current_position': (37.80605496953012, -122.40990282599776), 'last_position': (37.8059887, -122.4099154)}
[01:22:27] Skipping Recycling of Items. 311 space left in bag.
[01:22:27] {'distance_unit': '', 'distance': '', 'current_position': (37.80607987561164, -122.40990002411594), 'last_position': (37.80605496953012, -122.40990282599776)}
[01:22:29] Skipping Recycling of Items. 311 space left in bag.
[01:22:29] {'distance_unit': '', 'distance': '', 'current_position': (37.80613143301455, -122.40990692218901), 'last_position': (37.80607987561164, -122.40990002411594)}
[01:22:30] Skipping Recycling of Items. 311 space left in bag.
[01:22:30] {'distance_unit': '', 'distance': '', 'current_position': (37.806201539102204, -122.40990534744395), 'last_position': (37.80613143301455, -122.40990692218901)}
[01:22:32] Skipping Recycling of Items. 311 space left in bag.
[01:22:32] {'distance_unit': '', 'distance': '', 'current_position': (37.80623213050157, -122.40988949871165), 'last_position': (37.806201539102204, -122.40990534744395)}
[01:22:33] Skipping Recycling of Items. 311 space left in bag.
[01:22:33] {'distance_unit': '', 'distance': '', 'current_position': (37.806285454903396, -122.40990421022326), 'last_position': (37.80623213050157, -122.40988949871165)}
[01:22:35] Skipping Recycling of Items. 311 space left in bag.
[01:22:35] {'distance_unit': '', 'distance': '', 'current_position': (37.80633207960014, -122.40992117918685), 'last_position': (37.806285454903396, -122.40990421022326)}
[01:22:36] Skipping Recycling of Items. 311 space left in bag.
[01:22:36] {'distance_unit': '', 'distance': '', 'current_position': (37.80639306358412, -122.40989850731505), 'last_position': (37.80633207960014, -122.40992117918685)}
[01:22:38] Skipping Recycling of Items. 311 space left in bag.
[01:22:38] {'distance_unit': '', 'distance': '', 'current_position': (37.80642285880078, -122.40991875600075), 'last_position': (37.80639306358412, -122.40989850731505)}
[01:22:40] Skipping Recycling of Items. 311 space left in bag.
[01:22:40] {'distance_unit': '', 'distance': '', 'current_position': (37.806458902880685, -122.409937005766), 'last_position': (37.80642285880078, -122.40991875600075)}
[01:22:42] Skipping Recycling of Items. 311 space left in bag.
[01:22:42] {'distance_unit': '', 'distance': '', 'current_position': (37.80652057113275, -122.40990669172305), 'last_position': (37.806458902880685, -122.409937005766)}
[01:22:43] Skipping Recycling of Items. 311 space left in bag.
[01:22:43] {'distance_unit': '', 'distance': '', 'current_position': (37.80659241253305, -122.40989550208839), 'last_position': (37.80652057113275, -122.40990669172305)}
[01:22:45] Skipping Recycling of Items. 311 space left in bag.
[01:22:46] Skipping Recycling of Items. 311 space left in bag.
[01:22:46] Walking from (37.80661967662562, -122.4099154, 0) to (37.80661967662562, -122.40914932411428, 0) (67.3023224319 m)
[01:22:46] {'distance_unit': '', 'distance': '', 'current_position': (37.806611168438145, -122.40985014558932), 'last_position': (37.80661967662562, -122.4099154)}
[01:22:48] Skipping Recycling of Items. 311 space left in bag.
[01:22:48] {'distance_unit': '', 'distance': '', 'current_position': (37.80663362587909, -122.40979540085377), 'last_position': (37.806611168438145, -122.40985014558932)}
[01:22:49] Skipping Recycling of Items. 311 space left in bag.
[01:22:49] {'distance_unit': '', 'distance': '', 'current_position': (37.80662511689085, -122.40976088267976), 'last_position': (37.80663362587909, -122.40979540085377)}
[01:22:52] Skipping Recycling of Items. 311 space left in bag.
[01:22:52] {'distance_unit': '', 'distance': '', 'current_position': (37.80661431918999, -122.40970194729483), 'last_position': (37.80662511689085, -122.40976088267976)}
[01:22:53] Skipping Recycling of Items. 311 space left in bag.
[01:22:53] {'distance_unit': '', 'distance': '', 'current_position': (37.80659956393809, -122.40964377602782), 'last_position': (37.80661431918999, -122.40970194729483)}
[01:22:54] Skipping Recycling of Items. 311 space left in bag.
[01:22:54] {'distance_unit': '', 'distance': '', 'current_position': (37.80659414698023, -122.40957646185768), 'last_position': (37.80659956393809, -122.40964377602782)}
[01:22:56] Skipping Recycling of Items. 311 space left in bag.
[01:22:56] {'distance_unit': '', 'distance': '', 'current_position': (37.80657816937769, -122.40952393008699), 'last_position': (37.80659414698023, -122.40957646185768)}
[01:22:58] Skipping Recycling of Items. 311 space left in bag.
[01:22:58] {'distance_unit': '', 'distance': '', 'current_position': (37.80656651471242, -122.40943861339696), 'last_position': (37.80657816937769, -122.40952393008699)}
[01:23:00] Skipping Recycling of Items. 311 space left in bag.
[01:23:00] {'distance_unit': '', 'distance': '', 'current_position': (37.806570374717836, -122.40935944239097), 'last_position': (37.80656651471242, -122.40943861339696)}
[01:23:01] Skipping Recycling of Items. 311 space left in bag.
[01:23:01] {'distance_unit': '', 'distance': '', 'current_position': (37.80659112824587, -122.40930376296936), 'last_position': (37.806570374717836, -122.40935944239097)}
[01:23:03] Skipping Recycling of Items. 311 space left in bag.
[01:23:03] {'distance_unit': '', 'distance': '', 'current_position': (37.80659678556784, -122.40924717109061), 'last_position': (37.80659112824587, -122.40930376296936)}
[01:23:05] Skipping Recycling of Items. 311 space left in bag.
[01:23:06] Skipping Recycling of Items. 311 space left in bag.
[01:23:06] Walking from (37.80661967662562, -122.40914932411428, 0) to (37.8059887, -122.40914932411428, 0) (70.1614243991 m)
[01:23:06] {'distance_unit': '', 'distance': '', 'current_position': (37.80658617152679, -122.40915982710365), 'last_position': (37.80661967662562, -122.40914932411428)}
[01:23:08] Skipping Recycling of Items. 311 space left in bag.
[01:23:08] {'distance_unit': '', 'distance': '', 'current_position': (37.806543583362064, -122.40917603612368), 'last_position': (37.80658617152679, -122.40915982710365)}
[01:23:10] Skipping Recycling of Items. 311 space left in bag.
[01:23:10] {'distance_unit': '', 'distance': '', 'current_position': (37.80649290945773, -122.40916710186258), 'last_position': (37.806543583362064, -122.40917603612368)}
[01:23:12] Skipping Recycling of Items. 311 space left in bag.
[01:23:12] {'distance_unit': '', 'distance': '', 'current_position': (37.80646076166977, -122.4091415976555), 'last_position': (37.80649290945773, -122.40916710186258)}
[01:23:14] Skipping Recycling of Items. 311 space left in bag.
[01:23:14] {'distance_unit': '', 'distance': '', 'current_position': (37.806399074429834, -122.4091550677063), 'last_position': (37.80646076166977, -122.4091415976555)}
[01:23:15] Skipping Recycling of Items. 311 space left in bag.
[01:23:15] {'distance_unit': '', 'distance': '', 'current_position': (37.80633229636941, -122.40915119991394), 'last_position': (37.806399074429834, -122.4091550677063)}
[01:23:17] Skipping Recycling of Items. 311 space left in bag.
[01:23:17] {'distance_unit': '', 'distance': '', 'current_position': (37.806294443848174, -122.40912834954925), 'last_position': (37.80633229636941, -122.40915119991394)}
[01:23:19] Skipping Recycling of Items. 311 space left in bag.
[01:23:19] {'distance_unit': '', 'distance': '', 'current_position': (37.80622345733788, -122.40912678141183), 'last_position': (37.806294443848174, -122.40912834954925)}
[01:23:20] Skipping Recycling of Items. 311 space left in bag.
[01:23:20] {'distance_unit': '', 'distance': '', 'current_position': (37.80619408678778, -122.4091238182216), 'last_position': (37.80622345733788, -122.40912678141183)}
[01:23:22] Skipping Recycling of Items. 311 space left in bag.
[01:23:22] {'distance_unit': '', 'distance': '', 'current_position': (37.80612020075489, -122.40911650963571), 'last_position': (37.80619408678778, -122.4091238182216)}```

@kasatria-fong
Copy link

@lvieirajr I can see the from your log that your lat long is changing, ie: you are moving. why would you say it is not moving ?

@lvieirajr
Copy link

yes, in the logs it does change the lat/long, but it doesn't actually do anything, it doesn't go to a pokestop, it doesn't catch pokemon, it just logs that is is walking and doesn't do anything for hours.

@MustafaAdam
Copy link

I am having the same problem.

I changed locations to New York and San Francisco and it works for a while only. I don't want to keep doing that because I might get softbanned as I live Abu Dhabi UAE

@LuisMayo
Copy link

Same problem from Spain, bot just walking without doing anything

Os: Raspbian Lite
Walking speed: 8

I have run the bot for three hours before It get stucked, so overtime is not the problem either
Regards~

@k4n30
Copy link
Contributor

k4n30 commented Aug 13, 2016

#3308

@k4n30 k4n30 closed this as completed Aug 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests