Common questions
If you run into problems with our application, then most likely your issue is described here.
π Getting You don't have the necessary permissions
when interacting with a speaker
You don't have the necessary permissions
when interacting with a speakerThis message appears when permission checks fail. The logic is not escrowed and can be found in: editable_server/functions.lua
Pay attention to these two functions:
hasAdminPermissions
hasSpeakerPermissions
Make sure these functions are set up properly.
Also, since this resource uses ox_lib's ACL system, ensure the ox_lib is properly set up in your server.cfg
You're likely missing these lines in your server.cfg
:
For full setup instructions, check the ox_lib documentation https://overextended.dev/ox_lib#config
Don't skip the config part - it's important!
π‘Speaker images not appearing when using ox_inventory
This usually happens because ox_inventory
doesn't recognize our CDN as a valid image host.
To fix this, add media.rahe.dev
to the validHosts
list in ox_inventory/modules/utils/server.lua
.
Example:
π How do I add speakers to shops with ox_inventory?
If you don't want to use the built-in speaker shop, you can manually add speaker items to your existing shop in ox_inventory/data/shops.lua
π§ Is there a "streamer mode"?
Yes! We call this Safety Preference.
You can use this feature using the /safetypreference
command.
It offers three options:
Play everything
Play only DMCA safe music
Play nothing
Perfect for content creators who want to avoid any potential issues.
β οΈ Errors when fetching data from the YouTube API
This is usually caused by a missing or expired YouTube API key.
Less commonly, it might happen if someone tries to play a private playlist or video.
Last updated