hotcereal / cloud-saves-miyoo-mini-plus

Utilizing rclone, upload and download saves to and from your Miyoo Mini Plus.
70 stars 6 forks source link

config problem #2

Closed pikatfu closed 5 months ago

pikatfu commented 1 year ago

Run /mnt/SDCARD/rclone config

▒: not found /mnt/SDCARD/rclone: line 2: syntax error: unexpected "(" / #

RoninTurkey commented 1 year ago

Run /mnt/SDCARD/rclone config

▒: not found /mnt/SDCARD/rclone: line 2: syntax error: unexpected "(" / #

I have the same issue.

Hollyrious commented 1 year ago

same.

ChristinWhite commented 1 year ago

I was also having trouble with it until I saw #1. Using the correct binary solved the issue for me.

Hollyrious commented 1 year ago

Using that binary changed nothing for me.

Hollyrious commented 1 year ago

Using the ARM v6 64bit binary fixed it. https://downloads.rclone.org/v1.64.0/rclone-v1.64.0-linux-arm-v6.zip

UScr00ge commented 1 year ago

I'm getting the following error running rclone from the arm v6 zip

./rclone: line 1: ELFkt����������$����������⸮0�@���]����0���������������Q�Q����-����t@��=�q��p��o�묰��呲��!a�����9: not found
./rclone: line 2: ���-�: not found
./rclone: line 3: syntax error: unexpected "("
nicktheone commented 10 months ago

I'm getting the following error running rclone from the arm v6 zip

./rclone: line 1: ELFkt����������$����������⸮0�@���]����0���������������Q�Q����-����t@��=�q��p��o�묰��呲��!a�����9: not found
./rclone: line 2: ���-�: not found
./rclone: line 3: syntax error: unexpected "("

Try to remove and download again the binaries, as they should work flawlessly (just done it).

notmayo commented 6 months ago

To anyone looking for an answer to this, I just successfully followed the guide and had this error initially. Use this binary: https://downloads.rclone.org/v1.64.2/rclone-v1.64.2-linux-arm-v7.zip

hotcereal commented 5 months ago

This late as hell fix is due to me accidentally or somehow linking to the macOS version of rclone prior to about a week ago. This should be resolved by now thanks to users like notmayo above.

The binary linked in the project is correct now.

pumpkinlink commented 1 month ago

@hotcereal the second link on the readme is still wrong, i made a PR: #9