Coder Social home page Coder Social logo

Comments (5)

joeyespo avatar joeyespo commented on August 28, 2024

I'm seeing the same thing when running on Ubuntu. My not-so-good workaround is to use sudo grip. But yeah, this should absolutely not be a requirement in running Grip.

This bug is the consequence of using Flask's Instance folder. Rethinking it, while runtime data storage is perfect in normal web application instance folders, it makes less sense when using Flask in a CLI application. Especially since it can be installed in a location with fewer privileges like this.

I don't think /tmp is appropriate because it's intended to persist between runs. It is a cache, but it's also a place to dump local style overrides. So it seems like it falls under the "application data" category, ~/.grip.

I'm not an expert in this area though. Can anyone chime in on where this should actually go?

Thanks for bringing this up, @borntyping.

from grip.

borntyping avatar borntyping commented on August 28, 2024

If there's doubt about where grip should store data, I'd go with ~/.grip, especially since that's the expected behaviour for a lot of applications and tools, and is very unlikely to conflict with permissions and system folders.

from grip.

akhikhl avatar akhikhl commented on August 28, 2024

Workaround for "Permission denied: '/usr/var'" that worked for me:

sudo mkdir /usr/var
sudo chown user:group /usr/var

then grip starts without errors.

from grip.

jdevera avatar jdevera commented on August 28, 2024

Hit by this today. Unfortunately @swsnider's patch does not fully work, as os.abspath does not exist. I used os.path.expanduser('~/.cache/grip') instead.

This should be a sane default, and then perhaps if somebody wants to use local style overrides, maybe there could be an option for it.

from grip.

jdevera avatar jdevera commented on August 28, 2024

PR sent :)

from grip.

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.