Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug using ID #23

Open
rkmax opened this issue Sep 11, 2023 · 0 comments
Open

Bug using ID #23

rkmax opened this issue Sep 11, 2023 · 0 comments

Comments

@rkmax
Copy link

rkmax commented Sep 11, 2023

the application is a nice tools but is lacking a way to restore the configuration or/and there's a bug.

I checked all the parameters that the application allows since I could found way to "preserve" I decide to run

quickwall --search anime --setter feh --level DEBUG
[main] args passed:  Namespace(clear_cache=False, setter='feh', disable_blacklist=False, disable_theme=False, remove_id=None, dir=None, id=None, random=False, search='anime', migrate=False, set_lockscreen=False, level='DEBUG', list_level=False)
[Wall] Adding search term [anime] to URL 
[Setter] Using feh as wallpaper setter 
[feh] '/home/rkmax/.cache/QuickWall/Hxu9Q0V-ohc.jpg' 
[main] Getting the wallpapers using Unsplash API... 
[Wall] Found: 30 papers 
[SetPaper] Saving images to /home/rkmax/.cache/QuickWall 
[blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc'] 
[SetPaper] Found in blacklisted ones 
[blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc'] 
[SetPaper] Found in blacklisted ones 
[blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc'] 
[SetPaper] a snow covered mountain under a night sky by Alain Bonnardeaux 
Size: 8 MB
Saving as: /home/rkmax/.cache/QuickWall/6V9YVAnHTJc.jpg
8 MB   | 17  Mb/s || ETA: 0 s                                                        |----------------------------------------| 100%[wal] /home/rkmax/.cache/QuickWall/6V9YVAnHTJc.jpg 

I Assume that 6V9YVAnHTJc is the ID

I run again quickwall --search anime --setter feh --level DEBUG to change the wallpaper

and now run

quickwall --id 6V9YVAnHTJc --setter feh --level DEBUG     
[main] args passed:  Namespace(clear_cache=False, setter='feh', disable_blacklist=False, disable_theme=False, remove_id=None, dir=None, id='6V9YVAnHTJc', random=False, search=None, migrate=False, set_lockscreen=False, level='DEBUG', list_level=False)
[Wall] Adding ID to URL 
[Setter] Using feh as wallpaper setter 
[feh] '/home/rkmax/.cache/QuickWall/6V9YVAnHTJc.jpg' 
[main] Getting the wallpapers using Unsplash API... 
[Wall] Found: 1 papers 
[SetPaper] Saving images to /home/rkmax/.cache/QuickWall 
[blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc', '6V9YVAnHTJc'] 
[SetPaper] Found in blacklisted ones 

and nothing happens

it looks like anything that is in the cache will not be used again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant