B-Spec Grinder 2.5.2: Automate Remote Races

  • Thread starter yonis
  • 4,266 comments
  • 568,633 views
Please run this command in the debugger and post the results:

JSON.stringify([CONFIG.currentEvent, CONFIG.events])

=> [null,[{"id":5542,"laps":5,"maxEntrants":16,"time":5},{"id":5543,"laps":7,"maxEntrants":16,"time":10},{"id":5544,"laps":10,"maxEntrants":16,"time":20},{"id":5545,"laps":6,"maxEntrants":16,"time":5},{"id":5546,"laps":9,"maxEntrants":16,"time":10},{"id":5547,"laps":25,"maxEntrants":16,"time":20},{"id":5548,"laps":3,"maxEntrants":16,"time":5},{"id":5549,"laps":5,"maxEntrants":16,"time":10},{"id":5550,"laps":12,"maxEntrants":16,"time":20}]]

this is what I get.

Thanks
 
Mine works, but keep having server issue.
:(
Is it because my account is in Singapore?
By the way, I do have to keep my Ps3 on @ server standby right?
Just wanna clarify. Thanks
Correct, it needs to be in standby mode logged in with the account you are using on your PS3.
 
Ive been trying to use this while at work and at home, it doesnt work. It stops whenever it gets to the selecting drivers part, then waits for a good 10 minutes, then starts over. Id rather just do this manually online.

Cool idea though. I sure as hell couldnt build something like this so big respect for knowing how to do this.
 
Any idea why I am getting that error Yonis? it tries to loead my racer, then goes into a constant load loop.

I've been having that same problem for the last hour or so now. Reloading the widget eventually resolves it instead of waiting forever.
 
I've been having that same problem for the last hour or so now. Reloading the widget eventually resolves it instead of waiting forever.
I'm looking at this problem for the next update; I'm completely rewriting the driver selection code.
 
I'm looking at this problem for the next update; I'm completely rewriting the driver selection code.

While you're at it, besides choosing which friends to get bobs from, is it possible to add an option for making the widget wait until there are x number of drivers available before starting the race? Sometimes it seems the gt.com server doesn't release the drivers in time, and the widget ends up running a long 20 minute race with only 4 drivers, while there are actually 18 bobs available to choose from (but apparently still busy according to gt.com). :)

So, if you could tick a box to "wait until you get at least 14 drivers" or something before starting a race, that would be great. But these are just icing on the cake, if you're looking for stuff to do.

BTW sent donation today, thanks for all the good work. 👍
 
Ran Mine All night and Dont think I had any problems. I didnt have the Debug Window open but When I woke up it was still running Races!


Great Work Yonis!
 
Hey guys,

When you see this error (note the very small amount of time between messages):
Code:
03/02/11 12:29:01.611: ###############Server sent bad data.  Retrying.  (Attempt 1)
03/02/11 12:29:03.897: ###############Server sent bad data.  Retrying.  (Attempt 2)
03/02/11 12:29:05.171: ###############Server sent bad data.  Retrying.  (Attempt 3)
03/02/11 12:29:05.179: ###############Could not successfully retrieve data!  Will try reconnecting in 1 minute.
Try pasting this in the debug window.
Code:
CONFIG.activeDriverCount = CONFIG.queueCount = 0
Does that fix it for you?
 
Any idea why I am getting that error Yonis? it tries to loead my racer, then goes into a constant load loop.
I'm not sure, I need to take a closer look at the event selection code tonight...
 
Hi Yonis,

I tried putting the above in the evaluate window and pressing reload still got the errors:

03/03/11 07:34:36.006: RAW STATUS: Ready.
03/03/11 07:34:39.993: There's nobody to race!
03/03/11 07:34:40.896: ###############Server sent bad data. Retrying. (Attempt 1)
03/03/11 07:34:42.225: ###############Server sent bad data. Retrying. (Attempt 2)
03/03/11 07:34:43.415: ###############Server sent bad data. Retrying. (Attempt 3)
03/03/11 07:34:43.419: ###############Could not successfully retrieve data! Will try reconnecting in 1 minute.
03/03/11 07:34:43.436: Resetting state. Waiting for 1 minute(s). Will reauthenticate.


I'm sharing 6 drivers and I have 3 GT5 friends with at least 1 of them sharing a driver.

Location for my account is Australia and Server is set to Australia.
 
I tried putting the above in the evaluate window and pressing reload still got the errors:
Don't reload the Widget after pasting that code in the Evaluate field. Just hit Enter and wait for the Widget to try again.
 
Just to let people know, I was having problems with slow loading times for loading drivers etc, hanged for a very long time.

But I was running the widget on my g/f really old laptop. Iv since used it on my 3 month old vaio and it's running alot smoother.

Iv also noticed that it runs faster via a cabled connection rather than wi-fi.

Not sure if its coincidence or luck or what.
 
Don't reload the Widget after pasting that code in the Evaluate field. Just hit Enter and wait for the Widget to try again.

I set options as below and it's now working.

CONFIG.activeDriverCount = CONFIG.queueCount = 0
Free Up 0 Drivers (Was previously set to 1)
Races of Any Length (Was previously set to Max Length)

I'll send you more info when I narrow down what is causing the errors.
 
Need to be careful about setting to 0, the issue might have been the race length size.
 
I have no idea why everyone has so many errors with this widget

I've been running mine for a week with maybe 1 code problem - simple reset and I was fine

11 races in a row so far today with no problems...
 
I had this error, earlier today, when I was at work.
Code:
03/02/11 09:57:48.529: Race has started.
03/02/11 10:26:34.023: Race has started.
03/02/11 10:54:45.769: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 1)
03/02/11 10:54:49.449: ###############Server sent bad data.  Retrying.  (Attempt 2)
03/02/11 10:54:59.809: ###############Yay!  The re-request worked!
03/02/11 10:54:59.849: Race has started.
03/02/11 11:02:53.517: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 1)
03/02/11 11:03:07.097: ###############Server sent bad data.  Retrying.  (Attempt 2)
03/02/11 11:03:09.677: ###############Yay!  The re-request worked!
03/02/11 11:09:18.657: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 1)
03/02/11 11:09:33.147: ###############Server sent bad data.  Retrying.  (Attempt 2)
03/02/11 11:09:35.807: ###############Yay!  The re-request worked!
03/02/11 11:11:17.871: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 1)
03/02/11 11:11:30.211: ###############Server sent bad data.  Retrying.  (Attempt 2)
03/02/11 11:11:35.111: ###############Yay!  The re-request worked!
03/02/11 11:21:04.013: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 1)
03/02/11 11:21:35.025: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 2)
03/02/11 11:21:43.625: ###############Yay!  The re-request worked!
03/02/11 11:30:49.991: Somehow got stuck in no man's land.  Resetting and trying again.
03/02/11 11:30:50.031: Resetting state.  Waiting for 0.016666666666666666 minute(s).  Will reauthenticate.
03/02/11 11:31:42.343: ###############Waited for 30 seconds and never received a server response.  Retrying.  (Attempt 1)
03/02/11 11:31:59.783: ###############Server sent bad data.  Retrying.  (Attempt 2)
03/02/11 11:32:04.823: ###############Yay!  The re-request worked!
03/02/11 11:32:59.397: RAW STATUS: Ready.
03/02/11 11:37:42.899: Race has started.
It's been running flawlessly ever since though. Thank you, yonis for this wonderful program!
 
Yonis, Any Idea why I just got this Popup?

GrinderError.jpg
 
Back