Booplicate / MAS-Submods-YouTubeMusic

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

Having trouble running it #33

Closed Turnaroundagain closed 1 year ago

Turnaroundagain commented 1 year ago

I placed all the files into their folders but I get this error every time I try running it. Don't really know much about code so I'm not sure how to deal with this error.

File "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/Submods/YouTube Music/ytm_utils.rpy", line 84: invalid syntax YDL_FILENAME_FORMAT = f"%(id)s{EXTENSION}" ^

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

File "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 [/code]

Booplicate commented 1 year ago

You didn't read or didn't follow the readme. But also better wait for MAS Python 3 update.

Turnaroundagain commented 1 year ago

I'm not sure what I'm doing wrong exactly. I extracted the files and placed them in their folders but it comes up as an error still. Not sure what I'm missing.

Booplicate commented 1 year ago

From the readme: Capture

I'm not sure what files you extracted and where you placed them, but the first error tells me you downloaded the source code instead of a release. If you got a different error, send it.

Turnaroundagain commented 1 year ago

Fixed tysm