Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Nobody can create a character, meaning no new members can play on the server. #258

Open
CalebsP1992 opened this issue Dec 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CalebsP1992
Copy link

txAdmin console output:

02:37:32 PM [script:qb-multichara] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:739: SCRIPT ERROR: @qb-core/server/player.lua:641: qb-core was unable to execute a query! 02:37:32 PM [script:qb-multichara] Query: SELECT EXISTS(SELECT 1 FROM players WHERE JSON_UNQUOTE(JSON_EXTRACT(metadata, "$.fingerprint")) = ?) AS uniqueCheck 02:37:32 PM [script:qb-multichara] Invalid JSON text in argument 1 to function json_extract: "Missing a comma or '}' after an object member." at position 38. 02:37:32 PM [script:qb-multichara] > [global chunk] (@qb-core/server/player.lua:641) 02:37:32 PM [script:qb-multichara] > applyDefaults (@qb-core/server/player.lua:83) 02:37:32 PM [script:qb-multichara] > applyDefaults (@qb-core/server/player.lua:86) 02:37:32 PM [script:qb-multichara] > CheckPlayerData (@qb-core/server/player.lua:147) 02:37:32 PM [script:qb-multichara] > ref (@qb-core/server/player.lua:27) 02:37:32 PM [script:qb-multichara] > logError (@oxmysql/dist/build.js:25870) 02:37:32 PM [script:qb-multichara] > rawExecute (@oxmysql/dist/build.js:26168) 02:37:32 PM [script:qb-multichara] > processTicksAndRejections (node:internal/process/task_queues:96) 02:37:32 PM [script:qb-multichara] 02:37:32 PM [script:qb-multichara] > handler (@qb-multicharacter/server/main.lua:108) 02:37:32 PM [script:qb-multichara] > logError (@oxmysql/dist/build.js:25870) 02:37:32 PM [script:qb-multichara] > rawExecute (@oxmysql/dist/build.js:26168) 02:37:32 PM [script:qb-multichara] > processTicksAndRejections (node:internal/process/task_queues:96)

If you have an existing character, no big deal you can hop right in. But forget about creating one.

This is a huge issue for me, because I can't get any new players in my server.

image

I've already replaced all of [qb] and updated oxmysql to the latest version but the problem persists. I even commented out the discord authorization trigger event line in the [qb]/qb-multicharacter/server/main.lua file and that did not help either.

@CalebsP1992 CalebsP1992 added the bug Something isn't working label Dec 7, 2024
@CalebsP1992 CalebsP1992 changed the title [BUG] Nobody can create a character, meaning no new mwmbwers can play on the server. [BUG] Nobody can create a character, meaning no new membwers can play on the server. Dec 7, 2024
@CalebsP1992 CalebsP1992 changed the title [BUG] Nobody can create a character, meaning no new membwers can play on the server. [BUG] Nobody can create a character, meaning no new members can play on the server. Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant