LquenS
  • Welcome
  • ls-core
    • 💾Installation
    • 🔧Errors
  • ls-phone
    • 💾Installation
    • 🖥️Configurations, Exports & Events
    • 🔧Errors
    • 📄Changelog
  • ls-inventory
    • 💾Installation
    • 🖥️Basics, Configurations, Exports & Events
    • 🔧Errors
    • 📄Changelog
  • ls-mdt
    • 💾Installation
    • 🔧Errors
  • ls-mdt-v3
    • 💾Installation
    • 🔧Errors
  • ls-inventoryhud
    • 💾Installation
      • 💻QBCore
      • 💻ESX
    • 🔧Errors
    • 🖥️Classes
    • 🔩Basics
Powered by GitBook
On this page
  • Failed to save phone data.
  • Before reading this page, do not restart ls-core while you're server for correct work.
  • No such export XXXXXX in resource ls-xxx
  • index a nil value (field 'MetaData')
  • Cant Take Photo
  • Cant Open Phone
  • ls-phone/server/others.lua:33 nil value(local 'item 2')
  • Failed to save phone data (Error Code 1)
  1. ls-phone

Errors

Some error fixes, error page keep updated! If you cannot find your error inside this documentation, report the inventory developer.

PreviousConfigurations, Exports & EventsNextChangelog

Last updated 1 year ago

Failed to save phone data.

Probably your inventory doesn't supports metadata. Read page.

Before reading this page, do not restart ls-core while you're server for correct work.

No such export XXXXXX in resource ls-xxx

Install the error script, and rename carefully. Do not use script named:

  • ls-xxx-esx

  • ls-xxx-qb

  • ls-xxx-master

  • ls-xxx-xx-master

index a nil value (field 'MetaData')

Don't worry, it's not a major issue. You're just getting an error because your item doesn't have a info/metadata. You can click on link to find a solution.

Cant Take Photo

Cant Open Phone

If you're ox_inventory user, skip first section.

If you cant open phone via using and if you're an ox_inventory user you can check these steps.

If you're using ox_inventory, do these steps, locate ox_inventory/modules/items/client.lua

Item('phone', function(data, slot)
    local success, result = pcall(function()
        return exports.npwd:isPhoneVisible()
    end)

    if success then
        exports.npwd:setPhoneVisible(not result)
    end
end)

Find these code part, and delete whole code. After that find your item list, locate phone and delete consume line.

ls-phone/server/others.lua:33 nil value(local 'item 2')

If you're and ESX user, and doesnt use ox_inventory solution is basic delete line 33 in error file.

Failed to save phone data (Error Code 1)

Read page.

Some inventories not supports metadata, for reason disable metadata. How to explained in page.

Solution really easy, close metadata. You can learn how to close from .

🔧
Page cover image
this
this
this
this
this link