Advertisement
Guest User

Untitled

a guest
Jul 20th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.53 KB | None | 0 0
  1. $ ./getTimeline
  2. Processing 2764026803
  3. Getting data from API: 2764026803
  4. SELECT summonerId, subType, gameId, createDate, championId, mapId, gameType, goldEarned, timePlayed, championsKilled, numDeaths, assists, minionsKilled, turretsKilled, win, championId01, summonerId01, teamId01, championId02, summonerId02, teamId02, championId03, summonerId03, teamId03, championId04, summon erId04, teamId04, championId05, summonerId05, teamId05, championId06, summonerId06, teamId06, championId07, summonerId07, teamId07, championId08, summonerI d08, teamId08, championId09, summonerId09, teamId09, ipEarned, totalDamageTaken, totalTimeCrowdControlDealt, totalDamageDealtToChampions, wardsPlaced, tota lHeal, teamId, kda, kc, le, gKills, gDeaths, gAssists, rkda, rkc, rle, bKills, bDeaths, bAssists FROM summoner_games WHERE gameId = 2764026803 AND WHERE su mmonerId = 315389 ORDER BY createDate DESC
  5. DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE summonerId = 315389 ORDER BY createDate DESC' at line 1 at /home/matt/lolstats/updateLE line 34.
  6. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE summonerId = 3 15389 ORDER BY createDate DESC' at line 1 at /home/matt/lolstats/updateLE line 34.
  7. SELECT summonerId, subType, gameId, createDate, championId, mapId, gameType, goldEarned, timePlayed, championsKilled, numDeaths, assists, minionsKilled, turretsKilled, win, championId01, summonerId01, teamId01, championId02, summonerId02, teamId02, championId03, summonerId03, teamId03, championId04, summon erId04, teamId04, championId05, summonerId05, teamId05, championId06, summonerId06, teamId06, championId07, summonerId07, teamId07, championId08, summonerI d08, teamId08, championId09, summonerId09, teamId09, ipEarned, totalDamageTaken, totalTimeCrowdControlDealt, totalDamageDealtToChampions, wardsPlaced, tota lHeal, teamId, kda, kc, le, gKills, gDeaths, gAssists, rkda, rkc, rle, bKills, bDeaths, bAssists FROM summoner_games WHERE gameId = 2764026803 AND WHERE su mmonerId = 78101386 ORDER BY createDate DESC
  8. DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE summonerId = 78101386 ORDER BY createDate DESC' at line 1 at /home/matt/lolstats/updateLE line 34.
  9. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE summonerId = 7 8101386 ORDER BY createDate DESC' at line 1 at /home/matt/lolstats/updateLE line 34.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement