Giter Club home page Giter Club logo

Comments (5)

egegunes avatar egegunes commented on August 11, 2024 1

the problem is it tries to percollate using percollate.cmd command: https://github.com/GeorgeHahn/readwise-epub/blob/main/src/main.rs#L217

Official Percollate installation instructions don't create the executable with .cmd prefix. I fixed it using sudo ln -s /usr/bin/percollate /usr/bin/percollate.cmd but this should be fixed in the code.

from readwise-epub.

GeorgeHahn avatar GeorgeHahn commented on August 11, 2024

Hey @qinxiao1990! Could you share the full output? That will give me a better idea of where it's crashing.

To confirm, did you set the readwise token and install percollate? What happens when you run the percollate command?

from readwise-epub.

GeorgeHahn avatar GeorgeHahn commented on August 11, 2024

Thanks, that's helpful. This is a difference between npm on Windows and elsewhere. That should be an easy fix.

from readwise-epub.

qinxiao1990 avatar qinxiao1990 commented on August 11, 2024

Thanks @egegunes and @GeorgeHahn! I installed percollate through homebrew so ln -s /opt/homebrew/bin/percollate /opt/homebrew/bin/percollate.cmd solved the problem.

from readwise-epub.

josephtribulat avatar josephtribulat commented on August 11, 2024

I met the same problem and solved it by replacing percollate.cmd with percollate in main.rs.
Thank you @GeorgeHahn, this is a fine project!

from readwise-epub.

Related Issues (4)

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.