Giter Site home page Giter Site logo

Comments (5)

akhoury avatar akhoury commented on August 14, 2024

which version are you using?

from node-persist.

Vanilagy avatar Vanilagy commented on August 14, 2024

I'm using [email protected]

from node-persist.

akhoury avatar akhoury commented on August 14, 2024

looks like datum is undefined, which is weird, but I don't think I can debug this without looking at your directory, if it's not sensitive information, can you compress your directory and share it with me? privately if you prefer, to [email protected]

return datum.ttl && datum.ttl < (new Date()).getTime();

from node-persist.

Vanilagy avatar Vanilagy commented on August 14, 2024

Uh, I'm sorry, but it is quite sensitive information. Or rather, it's my school's information that they'd like to keep private. My fix was to just add "return datum && datum.ttl..." so it wouldn't throw. Regarding what caused this, I'm sorry but I couldn't find the reason. This bug just appeared to me suddenly one day.

Maybe it has to do with the file not loading correctly? My storage options are {forgiveParseErrors: true, ttl: false}.

from node-persist.

akhoury avatar akhoury commented on August 14, 2024

oh ok no problem, i pushed a possible fix, i think you might have another process/application accessing the same directory and leaving unparseable files in there, like Google Drive or something else, then when you forgiveParseErrors these datum resolved here is undefined

Anyways, pushed fix to 3.0.3 - but anyways, if you set forgiveParseErrors: false then rerun your app, you should be able to catch the culprit file.

from node-persist.

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.