Giter Site home page Giter Site logo

Comments (6)

jellyton255 avatar jellyton255 commented on July 27, 2024

Wiping the properties db fixed it, but I don't know why it happened in the first place.

from ps-housing.

thelindat avatar thelindat commented on July 27, 2024

lib zones (box and poly) can't be serialised as glm uses userdata.

from ps-housing.

ChrisNelson8277 avatar ChrisNelson8277 commented on July 27, 2024

lib zones (box and poly) can't be serialised as glm uses userdata.

care to elaborate? wiping the db worked for him but did not work for me.

from ps-housing.

thelindat avatar thelindat commented on July 27, 2024

No idea how wiping the db would "fix it" unless it's just temporary - it's related to the zones for garages. For some reason all the issues related to it are being closed. 🤔

#42
#43

Caused by this commit 18e4fe0. Trying to get property data in another resource throws an error because the garage table contains a type that cannot be serialised by msgpack.

from ps-housing.

iChindo avatar iChindo commented on July 27, 2024

@thelindat Try this it worked for me, search TriggerEvent("qb-garages:client:addHouseGarage" underneath that event change self.garageZone to local garageZone

from ps-housing.

thelindat avatar thelindat commented on July 27, 2024

@thelindat Try this it worked for me, search TriggerEvent("qb-garages:client:addHouseGarage" underneath that event change self.garageZone to local garageZone

I'm not looking to fix this, nor am I using this resource. garageZone is likely important to have stored on the property table ("self") so that's not really proper.

As for an actual solution you need to add msgpack.setoption('ignore_invalid', true) somewhere in the script to suppress errors (or just update ox_lib to 3.7.2).

from ps-housing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.