User Pass
Home Sign Up Contact Log In
Page:
 
Mole
offline
Link
 
I was wondering if it is possible for you to add the Play ID to the output csv, so even with plays that have the same name "HB Slam" for example, we could still which is the HB Slam from I Weak Formation vs I Strong Formation. It will help give us better tools in looking at which plays work or do not work.

Thank you for all the work you have done so far its a great tool and I love it
 
Kay
offline
Link
 
C:\ScoutingScript>ScoutingScript "http://glb2.warriorgeneral.com/game/replay/9970/1774854" "Brisbane Bogans" "Regina Rebels" "scout.csv"
[4896:4164:0228/000542:ERROR:gpu_info_collector_win.cc(102)] Can't retrieve a valid WinSAT assessment.
[4896:4164:0228/000542:ERROR:chrome_views_delegate.cc(185)] NOT IMPLEMENTED
[4896:4164:0228/000542:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[4896:4164:0228/000543:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
Processing quarter 1
Traceback (most recent call last):
File "ScoutingScript.py", line 164, in <module>
File "ScoutingScript.py", line 27, in main
File "ScoutingScript.py", line 127, in get_plays
File "ScoutingScript.py", line 52, in GetWRCount
AttributeError: 'NoneType' object has no attribute 'findAll'

What am I doing wrong?
 
Thunderoo
offline
Link
 
huh, they may have changed the format again, i'll take a look
 
Stobie
MoD
offline
Link
 
Originally posted by Thunderoo
huh, they may have changed the format again, i'll take a look


Last few days I haven't had any issues with the JSON data changing. Possibly might navigate to that, much faster page loads and you could probably do all those loads in the background without using browser rendering to speed up even faster. With the scripting I wrote with PHP I am averaging about 40-50 seconds per game. I am working on something now that will work as a job scheduler that essential queues the games up to process.
 
Kay
offline
Link
 
C:\GLBscouting>ScoutingScript "http://glb2.warriorgeneral.com/game/replay/9970/1774854" "Brisbane Bogans" "Regina Rebels" "scout.csv"
[4732:5152:0330/171335:ERROR:chrome_views_delegate.cc(185)] NOT IMPLEMENTED
[4732:5152:0330/171335:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[4732:5152:0330/171336:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
Processing quarter 1
Traceback (most recent call last):
File "ScoutingScript.py", line 164, in <module>
File "ScoutingScript.py", line 27, in main
File "ScoutingScript.py", line 127, in get_plays
File "ScoutingScript.py", line 52, in GetWRCount
AttributeError: 'NoneType' object has no attribute 'findAll'

C:\GLBscouting>[4732:5152:0330/171405:ERROR:extension_icon_image.cc(201)] Start loading extension icon for Chrome. scale = 1
[4732:5152:0330/171405:ERROR:extension_icon_image.cc(201)] Start loading extension icon for Winkel. scale = 1
[4732:5152:0330/171405:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[4732:5152:0330/171405:ERROR:extension_icon_image.cc(219)] Component extension icon for Chrome is loaded. scale = 1
[4732:5152:0330/171405:ERROR:extension_icon_image.cc(219)] Component extension icon for Winkel is loaded. scale = 1

Any help?
 
Marauder7
offline
Link
 
Take out the /1774854 and it should work

Originally posted by Kay
C:\GLBscouting>ScoutingScript "http://glb2.warriorgeneral.com/game/replay/9970/1774854" "Brisbane Bogans" "Regina Rebels" "scout.csv"
[4732:5152:0330/171335:ERROR:chrome_views_delegate.cc(185)] NOT IMPLEMENTED
[4732:5152:0330/171335:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[4732:5152:0330/171336:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
Processing quarter 1
Traceback (most recent call last):
File "ScoutingScript.py", line 164, in <module>
File "ScoutingScript.py", line 27, in main
File "ScoutingScript.py", line 127, in get_plays
File "ScoutingScript.py", line 52, in GetWRCount
AttributeError: 'NoneType' object has no attribute 'findAll'

C:\GLBscouting>[4732:5152:0330/171405:ERROR:extension_icon_image.cc(201)] Start loading extension icon for Chrome. scale = 1
[4732:5152:0330/171405:ERROR:extension_icon_image.cc(201)] Start loading extension icon for Winkel. scale = 1
[4732:5152:0330/171405:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[4732:5152:0330/171405:ERROR:extension_icon_image.cc(219)] Component extension icon for Chrome is loaded. scale = 1
[4732:5152:0330/171405:ERROR:extension_icon_image.cc(219)] Component extension icon for Winkel is loaded. scale = 1

Any help?


 
Kay
offline
Link
 

C:\GLBscouting>ScoutingScript "http://glb2.warriorgeneral.com/game/replay/9970" "Brisbane Bogans" "Regina Rebels" "scout.csv"
[76:904:0330/214604:ERROR:chrome_views_delegate.cc(185)] NOT IMPLEMENTED
[76:904:0330/214604:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[76:904:0330/214604:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[3476:4268:0330/214620:ERROR:ipc_channel_win.cc(132)] pipe error: 109
Processing quarter 1
Traceback (most recent call last):
File "ScoutingScript.py", line 164, in <module>
File "ScoutingScript.py", line 27, in main
File "ScoutingScript.py", line 127, in get_plays
File "ScoutingScript.py", line 52, in GetWRCount
AttributeError: 'NoneType' object has no attribute 'findAll'

C:\GLBscouting>[76:904:0330/214634:ERROR:extension_icon_image.cc(201)] Start loading extension icon for Chrome. scale = 1
[76:904:0330/214634:ERROR:extension_icon_image.cc(201)] Start loading extension icon for Winkel. scale = 1
[76:904:0330/214634:ERROResktop_root_window_host_win.cc(760)] NOT IMPLEMENTED
[76:904:0330/214634:ERROR:extension_icon_image.cc(219)] Component extension icon for Chrome is loaded. scale = 1
[76:904:0330/214634:ERROR:extension_icon_image.cc(219)] Component extension icon for Winkel is loaded. scale = 1
 
Kay
offline
Link
 
I installed BS4, selenium and python (3.4)
running cmd as admin
nothing. It just opens up chrome, plays one play then gets stuck
 
Marauder7
offline
Link
 
Originally posted by Kay
I installed BS4, selenium and python (3.4)
running cmd as admin
nothing. It just opens up chrome, plays one play then gets stuck


Try using only one word for Home and Away team name
 
rackhound
offline
Link
 
Originally posted by Jampy2.0
so can sum1 post the idiots guide to operating this... thx


Im with ya....Is there not a version that you just click on the link and it works like with GLB1?
 
AirMcMVP
Mod
offline
Link
 
Originally posted by Kay

C:\GLBscouting>ScoutingScript "http://glb2.warriorgeneral.com/game/replay/9970" "Brisbane Bogans" "Regina Rebels" "scout.csv"


You forgot the commas between the arguments.

C:\GLBscouting>ScoutingScript "http://glb2.warriorgeneral.com/game/replay/9970", "Brisbane Bogans", "Regina Rebels", "scout.csv"

Originally posted by rackhound
Im with ya....Is there not a version that you just click on the link and it works like with GLB1?


Nope. No one has written on for GM (yet).
 
manic
offline
Link
 
Originally posted by AirMcMVP
You forgot the commas between the arguments.


No commas
 
AirMcMVP
Mod
offline
Link
 
Originally posted by manic
No commas


I guess it works either way...I always put the comma.

FWIW, I changed the path and was able to scout the game without issue. I did run into an issue last season and had to re-install in order to start scouting again. I never tried to figure out what caused it since a fresh install fixed the issue.
Edited by AirMcMVP on Apr 9, 2014 14:20:33
 
Page:
 


You are not logged in. Please log in if you want to post a reply.