Giter Site home page Giter Site logo

wallabag-cli's People

Contributors

agschaid avatar nepochal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

apetresc agschaid

wallabag-cli's Issues

config file

I could not create or pass config file ?

Could not find a valid config. Would you like to create it now? [Y/n] Y Error: Could not load or create the config file.

I try to pass a config file to wallabag , it not work !

wwallabag --config=/my-path/.wallabag-cli

error

Invalid option "--config=/my-path/.wallabag-cli". Use "wallabag" to see a full list of options.

wallabag binary failed to execute script

in ubuntu mate 16.04 , using binary wallabag-cli produced following output.

Traceback (most recent call last):
File "wallabag/wallabag.py", line 61, in
File "wallabag/conf.py", line 149, in is_valid
File "wallabag/conf.py", line 216, in load
File "wallabag/conf.py", line 125, in __dicionary2config
File "wallabag/conf.py", line 122, in __dicionary2config
File "wallabag/conf.py", line 81, in __decrypt
File "base64.py", line 88, in b64decode
binascii.Error: Incorrect padding
Failed to execute script wallabag

Unable to add urls

Get this error since yesterday:
Traceback (most recent call last): File "wallabag.py", line 134, in <module> wallabag_add.add(url, title, star, read, quiet) File "wallabag_add.py", line 33, in add request = api.api_entry_exists(target_url) File "api.py", line 283, in api_entry_exists header = __get_authorization_header() File "api.py", line 126, in __get_authorization_header success, token_or_error = get_token() File "api.py", line 372, in get_token content = json.loads(response.response) File "/usr/lib/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) File "/usr/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Use the modules in some code and keep conf valid

Hello.

I am integrating wallabag as a plug-in to ranger.

I have a bit of trouble as I do import the modules, but on each run, conf.is_valid() will return null, and I will have to run a wallabag_config.start().

Source code on conf.is_valid() calls load() and immediately after that is using Config. How do we use them as a module, please?

Kind regards,

Bruno Schroeder

pipe wallabag output

Don't why i can't pipe the wallabag-cli output ?!

wallabag list > entries-list.txt

`Traceback (most recent call last):

File "wallabag/wallabag.py", line 315, in

File "wallabag/wallabag_list.py", line 43, in list_entries

File "wallabag/entry.py", line 37, in entrylist

File "wallabag/entry.py", line 21, in init

AttributeError: 'NoneType' object has no attribute 'replace'

[6639] Failed to execute script wallabag`

After a long time :

`real 0m24,728s

user 0m3,133s

sys 0m0,708s
`

Release in github is 1.0 and in pypy.org is 0.8

First of all, thank you for your work in this tool.
Love it. Simple and very well documented

Could you update the version released on pypy.org ?

I was wondering why my version didnt have the export pdf command.

Then I find out.
It's because I installed it with "pipx install wallabag-cli"
Which gave me version 0.8, Jan 17, 2020, https://pypi.org/search/?q=wallabag
Which doesnt have the pdf functionality.
The binary released on github is 1.0.

I dont have yet a package for my system, Arch Linux.
And I dont like to mess with the system wide binaries, tracked by the system.
So that's why I will never do things like manually installing binaries:

Download the latest binaries from ....
sudo mv wallabag /usr/local/bin

Or even using "pip" system wide:

pip install -r requirements.txt

I could install it user wide:
pip install --user wallabag-cli

But I also don't like it. And if it's a simple cli application, pipx gives a much cleaner and isolated installation. You could also add this information to the README

Thanks in advance.

https://github.com/pypa/pipx

Where Does pipx Install Apps From?
By default, pipx uses the same package index as pip, PyPI. pipx can also install from all other sources pip can, such as a local directory, wheel, git url, etc.

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.