You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -v $HOME/Music:/output yyoshiki41/radigo -id=XXX -s=YYYYMMDDHHNNSS
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v2) and no specific platform was requested
exec /bin/radigo: exec format error
docker run --rm -v $HOME/Music:/output yyoshiki41/radigo -id=XXX -s=YYYYMMDDHHNNSS
Now downloading..
+------------+--------------------------------+
| STATION ID | TITLE |
+------------+--------------------------------+
| XXX |XXXXXXXXXXXXXXXXXXXXXX |
+------------+--------------------------------+
Failed to ConcatAACFiles
ERROR: Failed to concat aac files: exit status 127
What should I do? ? ?
The text was updated successfully, but these errors were encountered:
docker pull yyoshiki41/radigo
docker run --rm -v $HOME/Music:/output yyoshiki41/radigo -id=XXX -s=YYYYMMDDHHNNSS
WARNING: The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64/v2) and no specific platform was requested
exec /bin/radigo: exec format error
oh..
git clone [email protected]:yyoshiki41/radigo.git
docker build --platform amd64 -t yyoshiki41/radigo .
docker run --rm -v $HOME/Music:/output yyoshiki41/radigo -id=XXX -s=YYYYMMDDHHNNSS
Now downloading..
+------------+--------------------------------+
| STATION ID | TITLE |
+------------+--------------------------------+
| XXX |XXXXXXXXXXXXXXXXXXXXXX |
+------------+--------------------------------+
Failed to ConcatAACFiles
ERROR: Failed to concat aac files: exit status 127
What should I do? ? ?
The text was updated successfully, but these errors were encountered: