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

Not downloading with Google Drive #31

Closed
cjmverweij opened this issue Jun 30, 2020 · 8 comments
Closed

Not downloading with Google Drive #31

cjmverweij opened this issue Jun 30, 2020 · 8 comments

Comments

@cjmverweij
Copy link

Hi there, followed the steps but I don't see anything happening.

my log shows the following:

2020-06-30_16:49:02 waiting for internet connection
Reading # Add your URLs to this file
Comment found
Reading # Remove the # from the following line to uninstall KoboCloud
Comment found
Reading #UNINSTALL
Comment found
Reading # Google Drive
Comment found
2020-06-30_16:49:08 done

It seems like maybe it's not recognizing or reading the link I've put in the kobocloudrc file?

any help would be appreciated (and thanks for all the hard work so far!)

@tylpk1216
Copy link

url
The "get.sh" file is to check your $url setting and to get files from your settng. It seems that it can not find the $url to work. Do you add $url(no "#" comment character) in ".add/kobocloud/kobocloudrc" of your Kobo device?

@tylpk1216
Copy link

By the way, $url is every line that reads from kobocloudrc. If your file includes any string that does not start from '#' character, the $url variable will be valid.

@cjmverweij
Copy link
Author

cjmverweij commented Jul 2, 2020

so this is in my kobocloudrc:

# Add your URLs to this file
# Remove the # from the following line to uninstall KoboCloud
#UNINSTALL
# Google Drive
https://drive.google.com/drive/folders/<id>?usp=sharing

So it seems like it's skipping over the last line? I would assume to at least see Getting https://drive.google.com/drive/folders/<id>?usp=sharing in the log

@tylpk1216
Copy link

tylpk1216 commented Jul 2, 2020

Caution: your link of GoogleDrive is public. Please turn it off and change another new folder for your kobo device.

If your guess is right, you could add "enter character" to the last line. Maybe it will work. Just guess because I do not have any kobo devices to verify it.

By the way, do you have another Linux machine? This project can also run on Linux. You can test it to check whether it works or not.

@cjmverweij
Copy link
Author

cjmverweij commented Jul 2, 2020

you mean like so?

# Add your URLs to this file
# Remove the # from the following line to uninstall KoboCloud
#UNINSTALL
# Google Drive
https://drive.google.com/drive/folders/1_dlf3Ry8c5lCP8In4-k_LOGzFfgrHUs5?usp=sharing
enter character

Don't have a linux machine unfortunately..

@cjmverweij
Copy link
Author

cjmverweij commented Jul 2, 2020

That actually worked 👍

Thanks a lot for your help, really great 🍻

@tylpk1216
Copy link

Congratulations !

I also searched Google to get the answer why the last line can not be read ? I also got a new knowledge for your question.

https://unix.stackexchange.com/questions/169716/why-is-using-a-shell-loop-to-process-text-considered-bad-practice

@digitaleye62
Copy link

digitaleye62 commented Oct 17, 2022

Hello
this is what my "koboclodrc" file looks like after modifying it:
[https://i.postimg.cc/nVPPL1zx/Schermata-2022-10-17-alle-11-29-53.png](https://postimg.cc/G9vQ7GGg)
what am I wrong?
thank you

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