#interesting cw-racingapp issue

1 messages · Page 1 of 1 (latest)

vestal oracle
#

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

rose crystal
#

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
vestal oracle
#

just seen this and im attempting the fix rn and the access colum says null on every track

rose crystal
#

Weird. It shouldn't save like that

#

You're runnign the latest version right?

vestal oracle
#

i do believe so, i just downloaded it yesterday

rose crystal
vestal oracle
#

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🙏

rose crystal
#

Not sure what you did wrong but it worked perfectly haha

vestal oracle
#

hmm I will attempt it again, I'm very confused lol

rose crystal
#

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 "{}"

vestal oracle
#

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 🙏

rose crystal
#

If you create new tracks, do they work?

vestal oracle
#

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