qbcore-framework / qb-core

FiveM RP Framework Core :muscle:
GNU General Public License v3.0
580 stars 962 forks source link

[BUG] Error QB-Core #1113

Open Furia4 opened 3 months ago

Furia4 commented 3 months ago

Summary

[ script:qb-core] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:739: SCRIPT ERROR: bad argument #1 to 'next' (table expected, got nil) [ script:qb-core] > (@oxmysql/dist/build.js:22252) [ script:qb-core] > runMicrotasks (:0) [ script:qb-core] > processTicksAndRejections (node:internal/process/task_queues:96) [ script:qb-core] [ script:qb-core] > TriggerCallback (@qb-core/server/functions.lua:456) [ script:qb-core] > handler (@qb-core/server/events.lua:105) [ script:qb-core] > (@oxmysql/dist/build.js:22252) [ script:qb-core] > runMicrotasks (:0) [ script:qb-core] > processTicksAndRejections (node:internal/process/task_queues:96)

Reproduction

Just update the qb-core

Expected behavior

Give me a solucion please

Actual behavior

Show many errors in server

Additional context

No response

Last Updated

Today

Custom Resources

Yes many … qb-inventory, qb-multichar, qb-citywall

Resource Rename

No

JustinMurphyy commented 1 month ago

Could be SQL Port or Database issue if it is searching for a table and returns a nil value. (table expected, got nil) -processTicksAndRejections.