BobbyESP / spotdl-android

A SpotDL Android wrapper library built with Kotlin. (Spotify songs downloader for Android!)
MIT License
57 stars 3 forks source link

[Bug report] Python isn't able to open spotdl binary because of Non-UTF-8 characters. #2

Closed BobbyESP closed 1 year ago

BobbyESP commented 1 year ago

When trying to do a request to the library, the log throws the next error:

Stderr:   File "/data/user/0/com.bobbyesp.spotdl_android/no_backup/spotdl-android/spotdl/spotdl", line 1
          SyntaxError: Non-UTF-8 code starting with '\xf9' in file /data/user/0/com.bobbyesp.spotdl_android/no_backup/spotdl-android/spotdl/spotdl on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Help is needed!!

BobbyESP commented 1 year ago

The binary file that I'm trying to implement is a standalone binary (it doesn't need python), so I need to build a Platform-independent zipimport binary, wich is Python-dependant

Screenshot_2022-12-25-17-48-47-409_com.discord.png

BobbyESP commented 1 year ago

Official SpotDL library is going to provide us the necessary binary to finish the lib!

BobbyESP commented 1 year ago

All fixed!