LogoLogo
SupportServer Hosting
  • Sonoran Radio
    • 🏆Why Choose Sonoran Radio
    • 📱Download the App
  • Other Products
    • 🖥️FiveM Hosting
    • ⌨️Sonoran CAD
    • 📝Sonoran CMS
  • Tutorials
    • Getting Started
      • Register a Community
      • Invite and Manage Users
      • Installing the In-Game Resource
      • Transfer or Delete a Community
    • Usage
      • Dispatch & Admin Panel
        • Using the Dispatch Panel
        • Configure Channels
        • Custom Voice Effects
        • Custom SFX
        • Custom Tone Board
        • Emergency Calls
        • Transmission Logs
        • Default User Settings
        • Multi-Server
      • In-Game Radio
        • Using the In-Game Radio
          • FiveM Keybinds & Commands
        • Customizing Radio Frames
        • Hear Nearby Radio Chatter
        • Radio Scanners
        • In-Game Repeaters
        • Tunnels and Degrade Zones
        • In-Game Speakers
        • Connected Users List
        • Configuring ACE Permissions
        • IP Whitelisting
        • Background Audio Injection
      • Troubleshooting
        • Error Codes
        • Client Debug Mode
        • In-Game Microphone Not Working
        • Browser Microphone Permissions
        • In-Game Volume Too Low
        • Mac Keybinds
        • In-Game Timeouts
    • Integrations
      • AI
      • Sonoran CMS
      • Sonoran CAD Integration
      • Vehicle Radio Display
      • Big Daddy Radio Animations
      • FiveM Inventories
      • FiveM Phone Scripts
      • Developer Documentation
        • Resource API
        • API Endpoints
          • Data Structures
          • Users
            • Get Connected Users
            • Get Connected User
            • Set User Channels
            • Set User Display Name
          • Channels
            • Get Community Channels
          • Community Server
            • Set Server IP
            • Get Server Subscription from IP
            • Set In-Game Speaker Locations
        • Push Events
          • Play Tone
          • User Connected
  • Pricing
    • Pricing FAQ
      • Standalone Pricing
  • Roadmap & Changelog
    • 🗺️Roadmap
    • Changelog
    • Migration Guides
  • Other
    • Contact Us
    • Policy
      • Privacy Policy
      • Refund and Purchase Policy
Powered by GitBook
On this page
  • ERR 101: Unable to get webBaseURL
  • ERR 102: No push event URL set
  • ERR 104: No framework detected

Was this helpful?

Edit on GitHub
  1. Tutorials
  2. Usage
  3. Troubleshooting

Error Codes

Learn more about specific in-game error codes.

PreviousTroubleshootingNextClient Debug Mode

Last updated 2 months ago

Was this helpful?

ERR 101: Unable to get webBaseURL

Sonoran Radio uses your CFX Nucleus Proxy URL to send push events from the radio to your game server. For example, this allows playing a tone on the radio to an in-game speaker.

Your CFX proxy URL follows the format: https://yourCFXUsername.users.cfx.re/, where yourCFXUsername is your unique CFX username. This proxy is a built-in feature for all FiveM servers.

If you encounter this error, please reach out to your FiveM server host for assistance.

ERR 102: No push event URL set

Sonoran Radio uses your CFX Nucleus Proxy URL to send push events from the radio to your game server.

  1. Check your server console for ERR 101. ERR 101 states an issue with sending this URL to Sonoran Radio.

  2. If using a non-FiveM server but still utilizing push events, ensure the pushUrl property is sent with a full HTTP(s) address with the .

ERR 104: No framework detected

The Sonoran Radio FiveM resource is configured to enforceRadioItem which requires a framework with an inventory system. Currently we support the following frameworks: QBCore and QBox and support qb-inventory and ox_inventory. If you are utilizing a different inventory or framework, feel free to . If you do not utilize a framework, simply set Config.enforceRadioItemto false.

make a suggestion
set-server-ip API endpoint