hotcereal / cloud-saves-miyoo-mini-plus

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

config problem #2

Closed pikatfu closed 1 month ago

pikatfu commented 12 months ago

Run /mnt/SDCARD/rclone config

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

RoninTurkey commented 10 months ago

Run /mnt/SDCARD/rclone config

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

I have the same issue.

HollyCeuin commented 9 months ago

same.

ChristinWhite commented 9 months ago

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

HollyCeuin commented 9 months ago

Using that binary changed nothing for me.

HollyCeuin commented 9 months 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 9 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 "("
nicktheone commented 6 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 2 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 1 month 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.