KoboCloud icon indicating copy to clipboard operation
KoboCloud copied to clipboard

[Kobo Forma] get.log write no connection detected

Open ebauger opened this issue 3 years ago • 6 comments

Hi @fsantini

This project sound promising!

I actually have a Kobo Forma with the lastest firmware 4.26.16704

I install the prebuilt package and follow the configuration files and reboot many times for Google Drive url

First try

get.log

❯ cat get.log                                                                                                                           kobocloud
2021-04-20_17:16:58 waiting for internet connection
2021-04-20_17:26:02 error! no connection detected

second try on get.log

^B^@^@^@^A�^K^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@

I can help for debugging your project and try to create a fix on get.sh with my kobo.

ebauger avatar Apr 20 '21 23:04 ebauger

Hi @ebauger I have a Libra H2O with 4.26.16704 as well. Could you run the local test somewhere with your Google URL? See: local_test.sh in the source.

groentebroer avatar May 06 '21 19:05 groentebroer

certainly, I will get back to you in a few days ✌️

I will test on my Forma

ebauger avatar May 06 '21 20:05 ebauger

Sure! But to claify this will be testing from your local (linux) machine... (Or shell).

groentebroer avatar May 06 '21 20:05 groentebroer

Here my output on macos:

❯ ./local_test.sh grep: /mnt/onboard/.add/kobocloud/kobocloudrc: No such file or directory src/usr/local/kobocloud/get.sh: line 54: /mnt/onboard/.add/kobocloud/kobocloudrc: No such file or directory 2021-05-11_16:46:10 done sha1sum: stat '/tmp/KoboCloud/Library/ulysses.epub': No such file or directory Failed

ebauger avatar May 11 '21 20:05 ebauger

Hi Ebauger, thanks for the test. Can you also send the command you did and the config_pc.sh? If possible, can you also share the Google URL or some test URL. (Do no know if you can send a PM via Github?)

groentebroer avatar May 11 '21 21:05 groentebroer

Here my output on macos:

❯ ./local_test.sh grep: /mnt/onboard/.add/kobocloud/kobocloudrc: No such file or directory src/usr/local/kobocloud/get.sh: line 54: /mnt/onboard/.add/kobocloud/kobocloudrc: No such file or directory 2021-05-11_16:46:10 done sha1sum: stat '/tmp/KoboCloud/Library/ulysses.epub': No such file or directory Failed

This must be because config.sh checks for the architecture to be x86 and then loads config_pc, otherwise it loads config_kobo. Do you have one of the new ARM-based macs by any chance? Then it thinks you are running the script from a kobo.

fsantini avatar May 11 '21 21:05 fsantini