Giter VIP home page Giter VIP logo

Comments (3)

sblaurock avatar sblaurock commented on May 25, 2024

Apologies for the delay and thank you for the feedback!

EISDIR occurs when the script is attempting to open a file, but retrieves a directory instead. From what you said above, it looks like you made a folder called .crypticker and placed options.json within it.

What the script is expecting is a file called .crypticker located in your home directory. My apologies, this isn't as clear as it should be within the documentation.

Try moving the options.json file up a directory, and renaming it to .crypticker after removing the directory you created:

mv ~/.crypticker/options.json ~/.crypticker.bak; rm -rf ~/.crypticker; mv ~/.crypticker.bak ~/.crypticker

You could also just write a new options file to ~/.crypticker after removing the existing directory.

Sorry for the confusion, and thank you for raising this.

from crypticker.

sblaurock avatar sblaurock commented on May 25, 2024

I have published a new version (1.2.4) which contains updates to the readme that should clear up some of the confusion.

Hope this helps. If you have any additional feedback or feature requests, I'd love to hear them!

from crypticker.

spyesx avatar spyesx commented on May 25, 2024

it works like a charm :) Thank you!

from crypticker.

Related Issues (5)

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.