TwitchRecover icon indicating copy to clipboard operation
TwitchRecover copied to clipboard

Exception in thread "main" org.json.JSONException: A JSONObject text must begin with '{' at 0 [character 1 line 1]

Open Darskiy opened this issue 1 year ago • 0 comments

VOD downloading:
Please enter the link of the VOD to download: https://www.twitch.tv/videos/846003270
Exception in thread "main" org.json.JSONException: A JSONObject text must begin with '{' at 0 [character 1 line 1]
        at org.json.JSONTokener.syntaxError(JSONTokener.java:507)
        at org.json.JSONObject.<init>(JSONObject.java:222)
        at org.json.JSONObject.<init>(JSONObject.java:406)
        at TwitchRecover.Core.API.VideoAPI.getSubVODFeeds(VideoAPI.java:85)
        at TwitchRecover.Core.VOD.getVODFeeds(VOD.java:152)
        at TwitchRecover.CLI.Handlers.VODHandler.download(VODHandler.java:71)
        at TwitchRecover.CLI.Handlers.VODHandler.<init>(VODHandler.java:41)
        at TwitchRecover.CLI.CLIHandler.main(CLIHandler.java:68)
        at TwitchRecover.CLI.CLI.main(CLI.java:30)

Darskiy avatar Nov 17 '23 19:11 Darskiy