HTTP request failed: 404 Not Found

HTTP request failed: 404 Not Found
main: [src/mpg123.c:685] error: Access to http resource http://tsn.baidu.com/text2audio?tex=我来啦&lan=zh&cuid=B8-27-EB-BA-24-14&ctp=1&tok=24.617fa78b8d8ab8e98c7d0a1896d04080.2592000.1620448224.282335-23914985&per=3 failed.
 

代码

url="http://tsn.baidu.com/text2audio?tex=我来啦&lan=zh&cuid=B8-27-EB-BA-24-14&ctp=1&tok="+token+"&per=3"
        os.system('mpg123 "%s"'%url)

 

url写错了,应该是url = "https://tsn.baidu.com/text2audio?tex=我来啦&lan=zh&cuid=B8-27-EB-BA-24-14&ctp=1&tok="+token+"&per=3"