Booplicate / MAS-Submods-YouTubeMusic

A submod for MAS which allows you to listen to music from youtube
9 stars 9 forks source link

Submod Not Working On Mac. #39

Closed G1RL2 closed 1 year ago

G1RL2 commented 1 year ago

Title Self Explanatory. I'm Getting This In The Traceback When Trying To Open MAS:

I'm sorry, but an uncaught exception occurred.

While running game code: File "game/python-packages/submods/game/Submods/YouTube Music/ytm_utils.rpy", line 164, in script init python in ytm_utils: File "game/python-packages/submods/game/Submods/YouTube Music/ytm_utils.rpy", line 171, in import youtube_dl ImportError: No module named youtube_dl

-- Full Traceback ------------------------------------------------------------

Full traceback: File "game/python-packages/submods/game/Submods/YouTube Music/ytm_utils.rpy", line 164, in script init python in ytm_utils: File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/ast.py", line 814, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Applications/DDLC.app/Contents/Resources/autorun/renpy/python.py", line 1719, in py_exec_bytecode exec bytecode in globals, locals File "game/python-packages/submods/game/Submods/YouTube Music/ytm_utils.rpy", line 171, in import youtube_dl ImportError: No module named youtube_dl

Darwin-22.1.0-x86_64-i386-64bit Ren'Py 6.99.12.4.2187 Monika After Story 0.12.12

Booplicate commented 1 year ago

game/python-packages/submods/game/Submods/YouTube Music

This means you didn't follow the instructions. Completely wrong filepaths.

G1RL2 commented 1 year ago

I'm Getting This Error Now:

I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again.

File "game/python-packages/submods/YouTube Music/game/Submods/YouTube Music/ytm_main.rpy", line 156: u'copypaste' is not a keyword argument or valid child for the input statement. copypaste True ^

File "game/python-packages/submods/YouTube Music/game/Submods/YouTube Music/ytm_utils.rpy", line 84: invalid syntax YDL_FILENAME_FORMAT = f"%(id)s{EXTENSION}" ^

File "game/python-packages/submods/YouTube Music/game/Submods/YouTube Music/ytm_utils.rpy", line 203: invalid syntax def _format_log(msg: str, err: Exception|None) -> str: ^

File "game/python-packages/submods/YouTube Music/game/Submods/YouTube Music/ytm_utils.rpy", line 706: invalid syntax def _search_music_th(raw_search_request: str): ^

Ren'Py Version: Ren'Py 6.99.12.4.2187

Booplicate commented 1 year ago

Still didn't follow the instructions: Capture You, instead, downloaded source code.

G1RL2 commented 1 year ago

Alright