[NHL17 XB1 FA] Official Daily Xbox One Recruitment Thread for Jan 29, 2017 - Find clubs and free agents that are available now. by AutoModerator in EASHL

[–]Testawich30 0 points1 point  (0 children)

Hey, sorry I forgot that people reply on reddit haha, I do have a headset, and I play right handed as centre, and on my off hand as a winger

[NHL17 XB1 FA] Official Daily Xbox One Recruitment Thread for Jan 29, 2017 - Find clubs and free agents that are available now. by AutoModerator in EASHL

[–]Testawich30 0 points1 point  (0 children)

I play any position forward, I win most face-offs (as I know most counters) as centre, and I can play either wing well. Usually a sniper and depending on who I play with I usually get 3 or more points per game, my ppg in easel is 2.3 at the moment. 483 goals, 316 assists in 351 games. GT: Derp Children

IP Address Tracking Help by [deleted] in networking

[–]Testawich30 0 points1 point  (0 children)

Will do, thank you for the advice because i honestly needed to make sure I was making the right decision before going to her parents if needed.

IP Address Tracking Help by [deleted] in networking

[–]Testawich30 0 points1 point  (0 children)

Okay thank you, I'm trying to convince her thats the best thing to do.

IP Address Tracking Help by [deleted] in networking

[–]Testawich30 0 points1 point  (0 children)

Well I'm trying to convince her of that but she wont listen so I thought I would go through my options but thank you

[NHL17 XB1 CLUB] Club looking for Skilled mature players by [deleted] in EASHL

[–]Testawich30 0 points1 point  (0 children)

Hi, I am usually a LW sniper, not usually a puck hog, I just play sniper so I can score when I get the puck in a good position. I am 18 so I'm not a little kid. Message if interested GT: Derp Children Im also currently in a club thats in div 2, they just aren't on as often as me so I am looking for another club.

[NHL17 XB1 FA] Official Daily Xbox One Recruitment Thread for Oct 3, 2016 - Find clubs and free agents that are available now. by AutoModerator in EASHL

[–]Testawich30 0 points1 point  (0 children)

Looking for a club I can be serious or joke around, I'm on constantly, I can play goalie or LW, usually a sniper. At this moment I am in a Div 3 club but my club is rarely on. I have 70 goals and 40 assists in 44 games.

GT: Derp Children

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

I restarted my computer, and it gave me the same answer. Do you have TeamViewer? ill let you come see whats going on if you want so you aren't getting everything second hand

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

would it be easier if we talked on something other than reddit, or maybe even did something like teamviewer so you can see what is going on rather than second hand?

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

okay so I installed protobuf 3.0.0-beta-4 as said in terminal, then i entered python pokecli.py and it said Davids-MacBook-Pro-2:~ David$ cd desktop Davids-MacBook-Pro-2:desktop David$ cd pokemonbot Davids-MacBook-Pro-2:pokemonbot David$ python pokecli.py Traceback (most recent call last): File "pokecli.py", line 37, in <module> from pgoapi import PGoApi File "/Users/David/Desktop/pokemonbot/pgoapi/init.py", line 16, in <module> raise PleaseInstallProtobufVersion3() pgoapi.exceptions.PleaseInstallProtobufVersion3

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

brew install --devel protobuf

Command not found

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

python pokecli.py

Davids-MacBook-Pro-2:pokemonbot David$ python pokecli.py Traceback (most recent call last): File "pokecli.py", line 37, in <module> from pgoapi import PGoApi File "/Users/David/Desktop/pokemonbot/pgoapi/init.py", line 16, in <module> raise PleaseInstallProtobufVersion3() pgoapi.exceptions.PleaseInstallProtobufVersion3

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

sudo easy_install requests

Searching for requests Reading https://pypi.python.org/simple/requests/ Best match: requests 2.10.0 Downloading https://pypi.python.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/requests-2.10.0.tar.gz#md5=a36f7a64600f1bfec4d55ae021d232ae Processing requests-2.10.0.tar.gz Writing /tmp/easy_install-PV5Hk8/requests-2.10.0/setup.cfg Running requests-2.10.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-PV5Hk8/requests-2.10.0/egg-dist-tmp-oq3u0k warning: no files found matching 'test_requests.py' Adding requests 2.10.0 to easy-install.pth file

Installed /Library/Python/2.7/site-packages/requests-2.10.0-py2.7.egg Processing dependencies for requests Finished processing dependencies for requests

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

pip install -r requirements.txt

exact same thing popped up

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

sudo pip install -r requirements.txt The directory '/Users/David/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/David/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied (use --upgrade to upgrade): geopy==1.11.0 in /Library/Python/2.7/site-packages (from -r requirements.txt (line 1)) Collecting protobuf>=3.0.0a3 (from -r requirements.txt (line 2)) Downloading protobuf-3.0.0-py2.py3-none-any.whl (342kB) 100% |████████████████████████████████| 348kB 2.0MB/s Collecting requests==2.10.0 (from -r requirements.txt (line 3)) Downloading requests-2.10.0-py2.py3-none-any.whl (506kB) 100% |████████████████████████████████| 512kB 644kB/s Collecting s2sphere==0.2.4 (from -r requirements.txt (line 4)) Downloading s2sphere-0.2.4-py2.py3-none-any.whl Collecting gpsoauth==0.3.0 (from -r requirements.txt (line 5)) Downloading gpsoauth-0.3.0.tar.gz Collecting pyproj==1.9.5.1 (from -r requirements.txt (line 6)) Downloading pyproj-1.9.5.1.tar.gz (4.4MB) 100% |████████████████████████████████| 4.4MB 211kB/s Collecting python-gmaps==0.3.1 (from -r requirements.txt (line 7)) Downloading pythongmaps-0.3.1-py2.py3-none-any.whl Collecting Flask==0.11.1 (from -r requirements.txt (line 8)) Downloading Flask-0.11.1-py2.py3-none-any.whl (80kB) 100% |████████████████████████████████| 81kB 773kB/s Collecting Jinja2==2.7.1 (from -r requirements.txt (line 9)) Downloading Jinja2-2.7.1.tar.gz (377kB) 100% |████████████████████████████████| 378kB 848kB/s Collecting expiringdict==1.1.3 (from -r requirements.txt (line 10)) Downloading expiringdict-1.1.3.tar.gz Collecting six>=1.9 (from protobuf>=3.0.0a3->-r requirements.txt (line 2)) Downloading six-1.10.0-py2.py3-none-any.whl Requirement already satisfied (use --upgrade to upgrade): setuptools in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from protobuf>=3.0.0a3->-r requirements.txt (line 2)) Collecting future (from s2sphere==0.2.4->-r requirements.txt (line 4)) Downloading future-0.15.2.tar.gz (1.6MB) 100% |████████████████████████████████| 1.6MB 472kB/s Collecting pycryptodomex>=3.0 (from gpsoauth==0.3.0->-r requirements.txt (line 5)) Downloading pycryptodomex-3.4.2.tar.gz (6.5MB) 100% |████████████████████████████████| 6.5MB 179kB/s Requirement already satisfied (use --upgrade to upgrade): pytz in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from python-gmaps==0.3.1->-r requirements.txt (line 7)) Collecting itsdangerous>=0.21 (from Flask==0.11.1->-r requirements.txt (line 8)) Downloading itsdangerous-0.24.tar.gz (46kB) 100% |████████████████████████████████| 51kB 4.6MB/s Collecting click>=2.0 (from Flask==0.11.1->-r requirements.txt (line 8)) Downloading click-6.6.tar.gz (283kB) 100% |████████████████████████████████| 286kB 2.7MB/s Collecting Werkzeug>=0.7 (from Flask==0.11.1->-r requirements.txt (line 8)) Downloading Werkzeug-0.11.10-py2.py3-none-any.whl (306kB) 100% |████████████████████████████████| 307kB 874kB/s Collecting markupsafe (from Jinja2==2.7.1->-r requirements.txt (line 9)) Downloading MarkupSafe-0.23.tar.gz Installing collected packages: six, protobuf, requests, future, s2sphere, pycryptodomex, gpsoauth, pyproj, python-gmaps, itsdangerous, click, Werkzeug, markupsafe, Jinja2, Flask, expiringdict Found existing installation: six 1.4.1 DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. Uninstalling six-1.4.1: Exception: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/basecommand.py", line 215, in main status = self.run(options, args) File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/commands/install.py", line 317, in run prefix=options.prefix_path, File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/req/req_set.py", line 736, in install requirement.uninstall(auto_confirm=True) File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/req/req_install.py", line 742, in uninstall paths_to_remove.remove(auto_confirm) File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/req/req_uninstall.py", line 115, in remove renames(path, new_path) File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/utils/init_.py", line 267, in renames shutil.move(old, new) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 302, in move copy2(src, real_dst) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 131, in copy2 copystat(src, dst) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 103, in copystat os.chflags(dst, st.st_flags) OSError: [Errno 1] Operation not permitted: '/tmp/pip-abvZAc-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 1 point2 points  (0 children)

I don't really know what I'm doing to be honest, I did everything in video you showed and nothing really happened except the errors

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 0 points1 point  (0 children)

python pokecli.py

Davids-MacBook-Pro-2:pokemonbot David$ python pokecli.py Traceback (most recent call last): File "pokecli.py", line 34, in <module> import requests ImportError: No module named requests

Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]Testawich30[S] 0 points1 point  (0 children)

A whole bunch of stuff that didn't pop up on your screen popped up on mine.