Giter Site home page Giter Site logo

Comments (4)

Mahaprasad003 avatar Mahaprasad003 commented on June 6, 2024 1

Hey Bergene. Thanks a lot for responding.

I do not know why, but it still doesn't work for me. I contacted the creator of the tool and he said that there's an issue with the underlying package the code is written on.

The chrome extension mentioned here did the work for me. I think I'll continue using it.

Appreciate the response 😇

from kindle2notion.

Bergene avatar Bergene commented on June 6, 2024

Fixed this by removing the single quotes from the command.
Initially I had just copied the example and removed the content inside the double quotes. After removing the quotes themselves it worked..

from kindle2notion.

Mahaprasad003 avatar Mahaprasad003 commented on June 6, 2024

Hey Bergene.
I am running the script but get the following error:

Error: Got unexpected extra argument (Clippings.txt')

Could you pls verify if am writing the syntax correct? I am on Windows 10.

Command:

python -m kindle2notion 'secret_xxxx' '2018xxx' 'E:\documents\My Clippings.txt'

from kindle2notion.

Bergene avatar Bergene commented on June 6, 2024

Hi Mahaprasad.

I don't think this is the same issue as me but I can try to help.

The command I now run each time looks like this:
python -m kindle2notion secret_xxxx 2018xxx "E:\documents\My Clippings.txt"
as this does not work for me:
python -m kindle2notion 'secret_xxxx ' '2018xxx ' '"F:\documents\My Clippings.txt"'

I believe the issue you are experiencing is caused due to the script thinking that your path to the 'My Clippings' file are two arguments despite the quotes encompassing it.

Try to run the command as I do, no quotes for the first two arguments and only quotes for the path to your clippings file.

from kindle2notion.

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.