AGN Troubleshooter
FiveM · GTA V support

← Error library

high confirmed QBCore · AGN-KB-QB-0002

No such export in resource

The message

No such export

One AGN script is asking another for something it does not have. It is on our side.

What you see

  • A feature silently does nothing, or throws in the F8 console
  • Started after a resource update or a rename

What usually causes it

  • The target resource is stopped, errored on start, or not installed
  • The export name changed between versions
  • The exporting resource failed to load because of a syntax error earlier in its own startup
  • A stale manifest: the module is missing with no script error at all after an ensure, because the cached manifest was reused

Worth checking first

  • Check the exporting resource is started and did not error at boot
  • Check the export exists in the current version of that resource
  • Check whether a refresh was run before the ensure

Safe steps, one at a time

  • Player-side: nothing โ€” report the exact text
  • Staff: run refresh before ensure when a module has gone missing without an error; a cached manifest produces exactly this symptom
  • Staff: confirm the exporting resource started cleanly before chasing the caller

These are suggestions, not instructions. Do only what you are comfortable with, back up anything important first, and stop if a step does not match what is on your screen. Advice, risk and responsibility.

When to stop and ask staff

Always staff.

Looks like

AGN resource / QBCore

What staff will need

  • Exact error text with both resource names
  • Whether the exporting resource is running
  • Recent changes to either resource

Applies to

Note both resources' versions on the case.

Last reviewed Fri Sep 18.

Source documentation