#Console spammed with message

55 messages · Page 1 of 1 (latest)

pseudo bobcat
#

This is a plugin that prevents cars from being unlocked but it spams this in the console at absurd speeds and it only happens when vehicles are in the safezone for an extended period of time, any fix?

crude pawn
#

Would have to look at the actual code to figure out the issue.

#

Perhaps you have something misconfigured in the plugin config?

#

Otherwise the plugin developer has to fix it.

pseudo bobcat
#

I haven't got an idea

pseudo bobcat
#

turning the safezone unlock timer up to an insanely high number seemed to work

agile sparrow
#

the plugin itself is broken somewhere, whoever made it has to check/fix that

#

as jdance mentioned lol

delicate kraken
#

Yeah you will actually need to go into the code

#

And then look at what's causing it

#

Idk if you are the dev or someone else though

pseudo bobcat
#

any idea on what this means?

delicate kraken
#

there's an unexpected character somewhere

#

a . or , that doesn't belong in there

#

at line 1, position 329

#

at least i think that's what the error means

#

Are your plugins and rocketmod up to date?

daring kettle
#

Either by the developer or you if you have access to it.

delicate kraken
#

I don't think op is the owner of the plugin

daring kettle
#

Don't need to be, as long as they have the code, always can edit the code if it's open source.

delicate kraken
#

oh interesting, i'm still learning everything on the many technical issues this game can have

#

trying to become a supporter lmao

daring kettle
#

Keep at it, sure you will get there.

delicate kraken
#

That's very kind of you, thank you 🙂

daring kettle
#

Buy yea, as Jdance said, the developer would need to fix it.

pseudo bobcat
#

alright

#

thank you

vernal pier
delicate kraken
#

ahh

delicate kraken
vernal pier
#

@delicate kraken This is how youd read that exception btw, might be good to know

#

The actual error that was thrown is at the top in red

#

then its a bunch of Json stuff because it cant be parsed

#

then the Plugin shows up for like one line

#

and finally its Rocket because the plugin uses a Rocket event called OnPlayerInventoryAdded

pseudo bobcat
#

So what would the fix to this be? because I'm still as clueless as ever

#

to fix this?

#

wait i think i found it

#

is it the little }{ part?

vernal pier
#

use a json linter

pseudo bobcat
#

i added a comma between it and now it doesnt spam the console anymore

vernal pier
#

cool

pseudo bobcat
#

ill keep that in mind next time something like this happens

#

thank you

raw aspen
raw aspen