GeniePy icon indicating copy to clipboard operation
GeniePy copied to clipboard

I get some errors when downloading the album,404 Client Error

Open steamgirl2020 opened this issue 4 years ago • 0 comments

Utilities : INFO 01. 버밀리온 호수.flac already exists locally. Utilities : INFO 02. 우리의 기억.flac already exists locally. Traceback (most recent call last): File "W:\gg\genie.py", line 175, in main() File "W:\gg\genie.py", line 161, in main rip(url) File "W:\gg\genie.py", line 121, in rip s_meta = client.get_stream_meta(track['SONG_ID'], args.f) File "W:\gg\modules\client.py", line 102, in get_stream_meta r = self.make_call("stm", "player/j_StmInfo.json", data) File "W:\gg\modules\client.py", line 38, in make_call r.raise_for_status() File "C:\Python39\lib\site-packages\requests\models.py", line 837, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://stm.genie.co.kr/player/j_StmInfo.json

Had this issue when trying to download https://www.genie.co.kr/detail/albumInfo?axnm=82449546

steamgirl2020 avatar Dec 23 '21 18:12 steamgirl2020