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

Script Failing #5

Closed
outerjpg opened this issue Dec 30, 2020 · 3 comments
Closed

Script Failing #5

outerjpg opened this issue Dec 30, 2020 · 3 comments

Comments

@outerjpg
Copy link

After running the script with my desired subreddit, I see the files appearing in .cache/redyt
HOWEVER, after the script ends all of them dissapear and I get this:

FINISHED --2020-12-30 14:36:14--
Total wall clock time: 16s
Downloaded: 101 files, 38M in 7,3s (5,20 MB/s)
sxiv: /home/outer/.cache/redyt/.png: No such file or directory
sxiv: /home/outer/.cache/redyt/
.jpg: No such file or directory
sxiv: No valid image file given, aborting

@saloniamatteo
Copy link
Contributor

saloniamatteo commented Dec 30, 2020

Please use the following branch: AlexBocken/redyt
Or simply wait for @Bugswriter to merge #4, as it contains fixes to both README.md and redyt that @AlexBocken and I made.

@rodrigo-sys
Copy link

rodrigo-sys commented Jan 1, 2021

I'm change this line
sxiv -a "$cachedir/*.png" "$cachedir/*.jpg"

for this one
sxiv -a "$cachedir"

to fix it

(It's the 70th)

@Etherum1914
Copy link

I'm change this line
sxiv -a "$cachedir/*.png" "$cachedir/*.jpg"

for this one
sxiv -a "$cachedir"

to fix it

(It's the 70th)

The issue with that is that it'll also display the duplicate images. If the quotation marks in line 70 are removed, the issue will be fixed.

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

4 participants