Giter Site home page Giter Site logo

Comments (9)

NickM-27 avatar NickM-27 commented on May 26, 2024 1

yeah that is odd, would definitely expect an upgrade (and restart for that matter) to clear the /tmp/cache. In any case, this seems like a docker bug and it is fixed so will close this. Feel free to reopen if it occurs again

from frigate.

DubhAd avatar DubhAd commented on May 26, 2024

Oh, and I get snapshots, but not clips:

The media could not be loaded, either because the server or network failed or because the format is not supported.

I'm guessing that's related

from frigate.

NickM-27 avatar NickM-27 commented on May 26, 2024

can you run ls /tmp/cache from within the container and show the results?

from frigate.

DubhAd avatar DubhAd commented on May 26, 2024

here, and the -l way here (just the first 50)

from frigate.

NickM-27 avatar NickM-27 commented on May 26, 2024

-rw-r--r-- 1 root root 13128073 Feb 12 13:13 front-20240212131344.mp4

can see one file that doesn't have the timezone at the end of it. If you restart frigate is that file still there?

from frigate.

DubhAd avatar DubhAd commented on May 26, 2024

A simple docker restart left /tmp/cache alone.

A stop, remove, and start cleared that file, and the error is gone.

No idea where that came from, given that it was a fresh container from the upgrade.

from frigate.

uilton-oliveira avatar uilton-oliveira commented on May 26, 2024

had the same error, in my case, the cache is mapped to a volume, had to remove the volume and let docker recreate it..

volumes:
    - frigate-cache:/tmp/cache

from frigate.

NickM-27 avatar NickM-27 commented on May 26, 2024

@uilton-oliveira should really just use the tmpfs mount like is suggested in the docs

https://docs.frigate.video/frigate/installation#docker

      - type: tmpfs
        target: /tmp/cache
        tmpfs:
          size: 1000000000

from frigate.

uilton-oliveira avatar uilton-oliveira commented on May 26, 2024

@uilton-oliveira should really just use the tmpfs mount like is suggested in the docs

https://docs.frigate.video/frigate/installation#docker

      - type: tmpfs
        target: /tmp/cache
        tmpfs:
          size: 1000000000

Actually i had both, not sure from where i copied that... Removed the frigate-cache volume, thanks!

from frigate.

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.