Jeff Piazza

Results 89 comments of Jeff Piazza

You have a camera set up, but do you have a replay kiosk that's talking to it? A replay camera primarily communicates with the replay kiosk; it uses the server...

Sorry this got overlooked. If you were able to refresh or close the page, then at least that much of the browser was functional. When you say "freezing," do you...

Do you have (and could you attach) any server logs from this? Probably nothing wrong with your set-up. My first guess is the PHP request exceeded some timeout value, but...

/var/log/nginx/error.log and /var/log/nginx/access.log. If there is one, /var/log/php.log or the like.

From the error log: PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/derbynet/ajax/action.schedule.reschedule.inc on line 254 To adjust the timeout, edit /etc/php/8.2/fpm/php.ini, uncomment the max_execution_time variable and...

Probably fastcgi.conf is where you'd find the timeout value, but I can't be sure. You might grep for fastcgi_read_timeout among the /etc/nginx files. Including not-checked-in racers is definitely a bug,...

The NewBold devices, like the older (P-Series) FastTrack timers, are "compatible" but not discoverable as many of the other supported timers are. Here's the footnote in https://derbynet.org/builds/docs/Timer%20Operation.pdf about this: >...

Just after a heat completes, if there's another heat scheduled to follow it, a "prepare heat" will be sent for the new heat. That's likely what you're describing. I'm going...

Sorry about this -- -no-gate-watcher doesn't behave quite as I'd remembered it. This is specific to a FastTrack timer that doesn't support the LR ("laser reset") command. Stuart from MicroWizard...

This particular timer also doesn't support the "RG" command used to interrogate the gate state. -no-gate-watcher turns off the RG commands, but the LR's (also not supported on this timer)...