nICEnnnnnnnLee / BilibiliLiveRecorder

pure-java B站/Acfun/斗鱼/虎牙/快手/抖音/YY/战旗/花椒 直播视频录制。仅需Java环境即可运行【维护模式,不主动新增Feature】
Other
791 stars 110 forks source link

斗鱼报错 #69

Closed Superbia000 closed 2 years ago

Superbia000 commented 2 years ago

环境:JDK 1.8.0_202, Win10 20H2

java -Dfile.encoding=utf-8 -jar BiliLiveRecorder.jar "debug=true&check=true&delete=true&liver=douyu&id=4624967&qn=-1&retry=5&stopAfterOffline=false&retryIfLiveOff=true&maxRetryIfLiveOff=0&retryAfterMinutes=0.25"

douyu 直播录制 version v2.16.0 发现cookie配置 RoomDealerDouyu-getLiveObj/157 : v=220120211224&did=62998e27e2606cdd79b2a1ae00061501&tt=1640357765&sign=e6af9d5f1626c7e62b3cc895287baaf2 RoomDealerDouyu-getLiveObj/160 : {"error":-15,"msg":"非法请求","data":""} org.json.JSONException: JSONObject["data"] is not a JSONObject. at org.json.JSONObject.getJSONObject(JSONObject.java:770) at nicelee.bilibili.live.impl.RoomDealerDouyu.getRoomInfo(RoomDealerDouyu.java:110) at nicelee.bilibili.Main.getRoomInfo(Main.java:152) at nicelee.bilibili.Main.main(Main.java:85) 解析失败!!