You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
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.
The text was updated successfully, but these errors were encountered: