this is my first time using any kind of racing script and I have installed everything correctly and have even tried deleting everything and reinstalling.
after installing and using it for the first time everything seems to work great but after the server restarts and I attempt to use it again I get some errors and am unable to setup or see any races.
here is some screenshots of the errors
I hope to get this fixed as this looks and works amazing when it does work for me
#interesting cw-racingapp issue
1 messages · Page 1 of 1 (latest)
This might be due to to changes to how access is handled in the DB.
Could you take a picutre of the access column in the database?
Also if you happen to be devving rn, could you try a fix?
Change line 1961:
if track.Access[type] ~= nil then
To:
if track.Access && track.Access[type] ~= nil then
just seen this and im attempting the fix rn and the access colum says null on every track
i do believe so, i just downloaded it yesterday
I'll look into this soon, keep an eye out in #git-updates and #patch-notes for fix
thank you🙏
I'm sure you already know this but that quick fix did not work lol after I changed that I was unable to open the ui but I will keep an eye out for the update, thank you again🙏
Just tested that fix and it did, in fact, fix the issue 
Not sure what you did wrong but it worked perfectly haha
hmm I will attempt it again, I'm very confused lol
Patch will come soon anyway
Patch out. Please try and see if it fixes the issue
If it doesn't you might need to remove your tracks or replace all the access "null" with "{}"
that fixed it! I did have to remove all tracks and reinstall them but not a problem at all, now it works great!
thank you so much 🙏
If you create new tracks, do they work?
yeah, I had to delete all the old ones (I probably could have just replaced "null" with "{}" in db) and then added them back via track sharing and have not had any problems yet