Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
C:\RocketMap>python runserver.py -cf config/config.ini 2017-10-30 14:25:48,789 [ MainThread][ runserver][ INFO] No file " custom.css" found, using default settings. 2017-10-30 14:25:48,792 [ MainThread][ runserver][ INFO] No file " custom.js" found, using default settings. 2017-10-30 14:25:49,108 [ MainThread][ runserver][ INFO] Parsed lo cation is: 51.9034/4.4428/4.7498 (lat/lng/alt) 2017-10-30 14:25:49,112 [ MainThread][ app][ INFO] Retrievin g blacklist... 2017-10-30 14:25:49,394 [ MainThread][ models][ INFO] Connectin g to MySQL database on 0.0.0.0:3306... 2017-10-30 14:25:49,401 [ MainThread][ runserver][ ERROR] Uncaught exception Traceback (most recent call last): File "runserver.py", line 525, in <module> main() File "runserver.py", line 292, in main verify_database_schema(db) File "C:\RocketMap\pogom\models.py", line 2811, in verify_database_schema db.connect() File "C:\Python27\lib\site-packages\peewee.py", line 3404, in connect self.initialize_connection(self.__local.conn) File "C:\Python27\lib\site-packages\peewee.py", line 3316, in __exit__ reraise(new_type, new_type(*exc_args), traceback) File "C:\Python27\lib\site-packages\peewee.py", line 3402, in connect **self.connect_kwargs) File "C:\Python27\lib\site-packages\playhouse\pool.py", line 128, in _connect conn = super(PooledDatabase, self)._connect(*args, **kwargs) File "C:\Python27\lib\site-packages\peewee.py", line 3929, in _connect return mysql.connect(db=database, **conn_kwargs) File "C:\Python27\lib\site-packages\pymysql\__init__.py", line 88, in Connect return Connection(*args, **kwargs) File "C:\Python27\lib\site-packages\pymysql\connections.py", line 690, in __in it__ self.connect() File "C:\Python27\lib\site-packages\pymysql\connections.py", line 939, in conn ect raise exc OperationalError: (2003, "Can't connect to MySQL server on '0.0.0.0' ([Errno 100 49] The requested address is not valid in its context)") C:\RocketMap>python runserver.py -cf config/config.ini 2017-10-30 14:29:05,766 [ MainThread][ runserver][ INFO] No file " custom.css" found, using default settings. 2017-10-30 14:29:05,767 [ MainThread][ runserver][ INFO] No file " custom.js" found, using default settings. 2017-10-30 14:29:05,953 [ MainThread][ runserver][ INFO] Parsed lo cation is: 51.9034/4.4428/4.7498 (lat/lng/alt) 2017-10-30 14:29:05,959 [ MainThread][ app][ INFO] Retrievin g blacklist... 2017-10-30 14:29:06,191 [ MainThread][ models][ INFO] Connectin g to MySQL database on 127.0.0.1:3306... 2017-10-30 14:29:06,283 [ MainThread][ models][ INFO] Creating table: Pokemon 2017-10-30 14:29:06,401 [ MainThread][ models][ INFO] Creating table: Pokestop 2017-10-30 14:29:06,513 [ MainThread][ models][ INFO] Creating table: Gym 2017-10-30 14:29:06,595 [ MainThread][ models][ INFO] Creating table: Raid 2017-10-30 14:29:06,703 [ MainThread][ models][ INFO] Creating table: ScannedLocation 2017-10-30 14:29:06,778 [ MainThread][ models][ INFO] Creating table: GymDetails 2017-10-30 14:29:06,849 [ MainThread][ models][ INFO] Creating table: GymMember 2017-10-30 14:29:06,928 [ MainThread][ models][ INFO] Creating table: GymPokemon 2017-10-30 14:29:06,986 [ MainThread][ models][ INFO] Creating table: Trainer 2017-10-30 14:29:07,030 [ MainThread][ models][ INFO] Creating table: MainWorker 2017-10-30 14:29:07,084 [ MainThread][ models][ INFO] Creating table: WorkerStatus 2017-10-30 14:29:07,167 [ MainThread][ models][ INFO] Creating table: SpawnPoint 2017-10-30 14:29:07,237 [ MainThread][ models][ INFO] Creating table: ScanSpawnPoint 2017-10-30 14:29:07,309 [ MainThread][ models][ INFO] Creating table: SpawnpointDetectionData 2017-10-30 14:29:07,355 [ MainThread][ models][ INFO] Creating table: Token 2017-10-30 14:29:07,447 [ MainThread][ models][ INFO] Creating table: LocationAltitude 2017-10-30 14:29:07,513 [ MainThread][ models][ INFO] Creating table: PlayerLocale 2017-10-30 14:29:07,555 [ MainThread][ models][ INFO] Creating table: HashKeys 2017-10-30 14:29:07,605 [ MainThread][ models][ INFO] Changing collation and charset on 19 tables. 2017-10-30 14:29:07,607 [ MainThread][ models][ INFO] Changing whole database, this might a take while. 2017-10-30 14:29:09,280 [ MainThread][ runserver][ INFO] Webhook d isabled. 2017-10-30 14:29:09,282 [ MainThread][ proxy][ INFO] No proxie s are configured. 2017-10-30 14:29:09,285 [ MainThread][ runserver][ INFO] Periodica l proxies refresh disabled. 2017-10-30 14:29:11,703 [ MainThread][ utils][ ERROR] Exception while obtaining player locale: ('The read operation timed out',). Using default locale. Traceback (most recent call last): File "C:\RocketMap\pogom\utils.py", line 986, in gmaps_reverse_geolocate reverse = geolocator.reverse(location) File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 266, in reverse self._call_geocoder(url, timeout=timeout), exactly_one File "C:\Python27\lib\site-packages\geopy\geocoders\base.py", line 185, in _ca ll_geocoder page = decode_page(page) File "C:\Python27\lib\site-packages\geopy\util.py", line 67, in decode_page return unicode(page.read(), encoding=encoding) File "C:\Python27\lib\socket.py", line 355, in read data = self._sock.recv(rbufsize) File "C:\Python27\lib\httplib.py", line 612, in read s = self.fp.read(amt) File "C:\Python27\lib\socket.py", line 384, in read data = self._sock.recv(left) File "C:\Python27\lib\ssl.py", line 756, in recv return self.read(buflen) File "C:\Python27\lib\ssl.py", line 643, in read v = self._sslobj.read(len) SSLError: ('The read operation timed out',) 2017-10-30 14:29:11,756 [ search-overseer][ search][ INFO] Search ov erseer starting... 2017-10-30 14:29:11,763 [ search-overseer][ search][ INFO] Added 0 a ccounts to the L30 pool. 2017-10-30 14:29:11,767 [ search-overseer][ search][ INFO] Enabling hashing key scheduler... 2017-10-30 14:29:11,770 [ search-overseer][ search][ INFO] Starting account recycler thread... 2017-10-30 14:29:11,776 [ search-overseer][ search][ INFO] Starting status database thread... 2017-10-30 14:29:11,779 [ search-overseer][ search][ INFO] Starting search worker threads... 2017-10-30 14:29:11,782 [ search-overseer][ search][ INFO] Configure d scheduler is SpeedScan. 2017-10-30 14:29:11,789 [ search-overseer][ search][ INFO] Enabling new API force Watchdog. 2017-10-30 14:29:11,792 [ search-overseer][ search][ INFO] New locat ion caught, moving search grid. 2017-10-30 14:29:13,099 [ search-overseer][ schedulers][ INFO] 397 steps created 2017-10-30 14:29:13,144 [ search-overseer][ schedulers][ INFO] Initial s pawnpoint scan, 0 of 1985 bands are done or 0.0% complete 2017-10-30 14:29:13,158 [ search-overseer][ schedulers][ INFO] No spawnp oints in hex found in SpawnPoint table. Doing initial scan. 2017-10-30 14:29:13,163 [ search-overseer][ schedulers][ INFO] Found 0 s pawn points within hex 2017-10-30 14:29:13,167 [ search-overseer][ schedulers][ INFO] Doing 0 d istance calcs to assign spawn points to scans 2017-10-30 14:29:13,173 [ search-overseer][ schedulers][ INFO] Spawn poi nts assigned 2017-10-30 14:29:13,174 [ search-overseer][ schedulers][ INFO] Refreshin g queue 2017-10-30 14:29:14,286 [ search-overseer][ schedulers][ INFO] New queue created with 397 entries in 1.105000 seconds 2017-10-30 14:29:14,789 [ search-worker-0][ search][ INFO] Waiting t o get new account from the queue... 2017-10-30 14:29:20,957 [ search-worker-0][ search][ INFO] Switching to account poke1986111. 2017-10-30 14:29:20,961 [ search-worker-0][ auth_ptc][ INFO] PTC User Login for: poke1986111 2017-10-30 14:29:22,749 [ search-worker-0][ auth_ptc][ INFO] PTC User Login successful.
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
API-Flaw Profit Guide
CSS | 6 min ago | 0.99 KB
⭐ $12,000 two day
CSS | 26 min ago | 0.99 KB
Untitled
35 min ago | 0.06 KB
Schrödinger's Crit
3 days ago | 15.37 KB
PRCE internal cursor
3 days ago | 0.73 KB
AI Interaction Method
3 days ago | 1.60 KB
awkwrapper.c
C | 3 days ago | 2.35 KB
z66is_archive.zip.txt
3 days ago | 39.19 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!