Advertisement
IkaMusume

Untitled

Oct 30th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.46 KB | None | 0 0
  1.  
  2. C:\RocketMap>python runserver.py -cf config/config.ini
  3. 2017-10-30 14:25:48,789 [ MainThread][ runserver][ INFO] No file "
  4. custom.css" found, using default settings.
  5. 2017-10-30 14:25:48,792 [ MainThread][ runserver][ INFO] No file "
  6. custom.js" found, using default settings.
  7. 2017-10-30 14:25:49,108 [ MainThread][ runserver][ INFO] Parsed lo
  8. cation is: 51.9034/4.4428/4.7498 (lat/lng/alt)
  9. 2017-10-30 14:25:49,112 [ MainThread][ app][ INFO] Retrievin
  10. g blacklist...
  11. 2017-10-30 14:25:49,394 [ MainThread][ models][ INFO] Connectin
  12. g to MySQL database on 0.0.0.0:3306...
  13. 2017-10-30 14:25:49,401 [ MainThread][ runserver][ ERROR] Uncaught
  14. exception
  15. Traceback (most recent call last):
  16. File "runserver.py", line 525, in <module>
  17. main()
  18. File "runserver.py", line 292, in main
  19. verify_database_schema(db)
  20. File "C:\RocketMap\pogom\models.py", line 2811, in verify_database_schema
  21. db.connect()
  22. File "C:\Python27\lib\site-packages\peewee.py", line 3404, in connect
  23. self.initialize_connection(self.__local.conn)
  24. File "C:\Python27\lib\site-packages\peewee.py", line 3316, in __exit__
  25. reraise(new_type, new_type(*exc_args), traceback)
  26. File "C:\Python27\lib\site-packages\peewee.py", line 3402, in connect
  27. **self.connect_kwargs)
  28. File "C:\Python27\lib\site-packages\playhouse\pool.py", line 128, in _connect
  29. conn = super(PooledDatabase, self)._connect(*args, **kwargs)
  30. File "C:\Python27\lib\site-packages\peewee.py", line 3929, in _connect
  31. return mysql.connect(db=database, **conn_kwargs)
  32. File "C:\Python27\lib\site-packages\pymysql\__init__.py", line 88, in Connect
  33. return Connection(*args, **kwargs)
  34. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 690, in __in
  35. it__
  36. self.connect()
  37. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 939, in conn
  38. ect
  39. raise exc
  40. OperationalError: (2003, "Can't connect to MySQL server on '0.0.0.0' ([Errno 100
  41. 49] The requested address is not valid in its context)")
  42.  
  43. C:\RocketMap>python runserver.py -cf config/config.ini
  44. 2017-10-30 14:29:05,766 [ MainThread][ runserver][ INFO] No file "
  45. custom.css" found, using default settings.
  46. 2017-10-30 14:29:05,767 [ MainThread][ runserver][ INFO] No file "
  47. custom.js" found, using default settings.
  48. 2017-10-30 14:29:05,953 [ MainThread][ runserver][ INFO] Parsed lo
  49. cation is: 51.9034/4.4428/4.7498 (lat/lng/alt)
  50. 2017-10-30 14:29:05,959 [ MainThread][ app][ INFO] Retrievin
  51. g blacklist...
  52. 2017-10-30 14:29:06,191 [ MainThread][ models][ INFO] Connectin
  53. g to MySQL database on 127.0.0.1:3306...
  54. 2017-10-30 14:29:06,283 [ MainThread][ models][ INFO] Creating
  55. table: Pokemon
  56. 2017-10-30 14:29:06,401 [ MainThread][ models][ INFO] Creating
  57. table: Pokestop
  58. 2017-10-30 14:29:06,513 [ MainThread][ models][ INFO] Creating
  59. table: Gym
  60. 2017-10-30 14:29:06,595 [ MainThread][ models][ INFO] Creating
  61. table: Raid
  62. 2017-10-30 14:29:06,703 [ MainThread][ models][ INFO] Creating
  63. table: ScannedLocation
  64. 2017-10-30 14:29:06,778 [ MainThread][ models][ INFO] Creating
  65. table: GymDetails
  66. 2017-10-30 14:29:06,849 [ MainThread][ models][ INFO] Creating
  67. table: GymMember
  68. 2017-10-30 14:29:06,928 [ MainThread][ models][ INFO] Creating
  69. table: GymPokemon
  70. 2017-10-30 14:29:06,986 [ MainThread][ models][ INFO] Creating
  71. table: Trainer
  72. 2017-10-30 14:29:07,030 [ MainThread][ models][ INFO] Creating
  73. table: MainWorker
  74. 2017-10-30 14:29:07,084 [ MainThread][ models][ INFO] Creating
  75. table: WorkerStatus
  76. 2017-10-30 14:29:07,167 [ MainThread][ models][ INFO] Creating
  77. table: SpawnPoint
  78. 2017-10-30 14:29:07,237 [ MainThread][ models][ INFO] Creating
  79. table: ScanSpawnPoint
  80. 2017-10-30 14:29:07,309 [ MainThread][ models][ INFO] Creating
  81. table: SpawnpointDetectionData
  82. 2017-10-30 14:29:07,355 [ MainThread][ models][ INFO] Creating
  83. table: Token
  84. 2017-10-30 14:29:07,447 [ MainThread][ models][ INFO] Creating
  85. table: LocationAltitude
  86. 2017-10-30 14:29:07,513 [ MainThread][ models][ INFO] Creating
  87. table: PlayerLocale
  88. 2017-10-30 14:29:07,555 [ MainThread][ models][ INFO] Creating
  89. table: HashKeys
  90. 2017-10-30 14:29:07,605 [ MainThread][ models][ INFO] Changing
  91. collation and charset on 19 tables.
  92. 2017-10-30 14:29:07,607 [ MainThread][ models][ INFO] Changing
  93. whole database, this might a take while.
  94. 2017-10-30 14:29:09,280 [ MainThread][ runserver][ INFO] Webhook d
  95. isabled.
  96. 2017-10-30 14:29:09,282 [ MainThread][ proxy][ INFO] No proxie
  97. s are configured.
  98. 2017-10-30 14:29:09,285 [ MainThread][ runserver][ INFO] Periodica
  99. l proxies refresh disabled.
  100. 2017-10-30 14:29:11,703 [ MainThread][ utils][ ERROR] Exception
  101. while obtaining player locale: ('The read operation timed out',). Using default
  102. locale.
  103. Traceback (most recent call last):
  104. File "C:\RocketMap\pogom\utils.py", line 986, in gmaps_reverse_geolocate
  105. reverse = geolocator.reverse(location)
  106. File "C:\Python27\lib\site-packages\geopy\geocoders\googlev3.py", line 266, in
  107. reverse
  108. self._call_geocoder(url, timeout=timeout), exactly_one
  109. File "C:\Python27\lib\site-packages\geopy\geocoders\base.py", line 185, in _ca
  110. ll_geocoder
  111. page = decode_page(page)
  112. File "C:\Python27\lib\site-packages\geopy\util.py", line 67, in decode_page
  113. return unicode(page.read(), encoding=encoding)
  114. File "C:\Python27\lib\socket.py", line 355, in read
  115. data = self._sock.recv(rbufsize)
  116. File "C:\Python27\lib\httplib.py", line 612, in read
  117. s = self.fp.read(amt)
  118. File "C:\Python27\lib\socket.py", line 384, in read
  119. data = self._sock.recv(left)
  120. File "C:\Python27\lib\ssl.py", line 756, in recv
  121. return self.read(buflen)
  122. File "C:\Python27\lib\ssl.py", line 643, in read
  123. v = self._sslobj.read(len)
  124. SSLError: ('The read operation timed out',)
  125. 2017-10-30 14:29:11,756 [ search-overseer][ search][ INFO] Search ov
  126. erseer starting...
  127. 2017-10-30 14:29:11,763 [ search-overseer][ search][ INFO] Added 0 a
  128. ccounts to the L30 pool.
  129. 2017-10-30 14:29:11,767 [ search-overseer][ search][ INFO] Enabling
  130. hashing key scheduler...
  131. 2017-10-30 14:29:11,770 [ search-overseer][ search][ INFO] Starting
  132. account recycler thread...
  133. 2017-10-30 14:29:11,776 [ search-overseer][ search][ INFO] Starting
  134. status database thread...
  135. 2017-10-30 14:29:11,779 [ search-overseer][ search][ INFO] Starting
  136. search worker threads...
  137. 2017-10-30 14:29:11,782 [ search-overseer][ search][ INFO] Configure
  138. d scheduler is SpeedScan.
  139. 2017-10-30 14:29:11,789 [ search-overseer][ search][ INFO] Enabling
  140. new API force Watchdog.
  141. 2017-10-30 14:29:11,792 [ search-overseer][ search][ INFO] New locat
  142. ion caught, moving search grid.
  143. 2017-10-30 14:29:13,099 [ search-overseer][ schedulers][ INFO] 397 steps
  144. created
  145. 2017-10-30 14:29:13,144 [ search-overseer][ schedulers][ INFO] Initial s
  146. pawnpoint scan, 0 of 1985 bands are done or 0.0% complete
  147. 2017-10-30 14:29:13,158 [ search-overseer][ schedulers][ INFO] No spawnp
  148. oints in hex found in SpawnPoint table. Doing initial scan.
  149. 2017-10-30 14:29:13,163 [ search-overseer][ schedulers][ INFO] Found 0 s
  150. pawn points within hex
  151. 2017-10-30 14:29:13,167 [ search-overseer][ schedulers][ INFO] Doing 0 d
  152. istance calcs to assign spawn points to scans
  153. 2017-10-30 14:29:13,173 [ search-overseer][ schedulers][ INFO] Spawn poi
  154. nts assigned
  155. 2017-10-30 14:29:13,174 [ search-overseer][ schedulers][ INFO] Refreshin
  156. g queue
  157. 2017-10-30 14:29:14,286 [ search-overseer][ schedulers][ INFO] New queue
  158. created with 397 entries in 1.105000 seconds
  159. 2017-10-30 14:29:14,789 [ search-worker-0][ search][ INFO] Waiting t
  160. o get new account from the queue...
  161. 2017-10-30 14:29:20,957 [ search-worker-0][ search][ INFO] Switching
  162. to account poke1986111.
  163. 2017-10-30 14:29:20,961 [ search-worker-0][ auth_ptc][ INFO] PTC User
  164. Login for: poke1986111
  165. 2017-10-30 14:29:22,749 [ search-worker-0][ auth_ptc][ INFO] PTC User
  166. Login successful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement