An Awoken script says nothing happened
An Awoken script says nothing happened
Read the bridge’s boot line first. It names what was picked for each job, and it is printed on every start without needing debugging turned on, precisely so this is a five second check.Anything reading
none that should not be is the answer.It did not detect my framework, inventory or dispatch
It did not detect my framework, inventory or dispatch
Almost always start order. Detection is a resource state check that happens once, at load time, so anything starting after the bridge is invisible to it.If the order is already right, name it explicitly in
server.cfg
config/core.lua and detection stops mattering.It picked the wrong one
It picked the wrong one
You are running two of something. Detection takes the first it finds, which is a guess, and a server with two dispatch systems is a server that should say which it means.
config/core.lua
A script errors calling an export at startup
A script errors calling an export at startup
The bridge had not started yet. A script calling an export of a resource that has not started gets an error, not a nil.Every Awoken script goes below
ensure awoken_bridge in your server.cfg.A script says it needs a newer bridge api
A script says it needs a newer bridge api
An adapter broke after I updated the resource it talks to
An adapter broke after I updated the resource it talks to
It happens: these are other people’s APIs and they change. Every file under
modules/ ships readable for exactly this reason, so you are not stuck waiting.Open modules/<kind>/<resource>.lua, fix the call, restart. If it is a public resource, send us the change and we will ship it for everyone.Nothing is being logged
Nothing is being logged
Config.Logs.enabled is false by default, and the bridge warns at boot if logging is on with no key set. For Discord the value is the full webhook URL; for Fivemerr or Fivemanage it is the API key.Crime limits are not doing anything
Crime limits are not doing anything
The activity ceiling is off by default. An empty ladder is no ceiling, so installing the bridge does not quietly change how much crime your server allows. Set your limits in
Config.Activity.The console says 'Could not check for updates'
The console says 'Could not check for updates'
Either the version file has not been published yet or your server cannot reach
raw.githubusercontent.com. It is a notice, not a fault. Config.updateNotifications = false silences the check and the banner together.Still stuck
Support
How to reach us, and what to include so the first reply is a useful one.