Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON Decode Error #26362

Closed
Lemon-Hacking opened this issue Aug 18, 2020 · 2 comments
Closed

JSON Decode Error #26362

Lemon-Hacking opened this issue Aug 18, 2020 · 2 comments
Labels

Comments

@Lemon-Hacking
Copy link

@Lemon-Hacking Lemon-Hacking commented Aug 18, 2020

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

WRITE QUESTION HERE

DownloadError: ERROR: query "Lemon": Failed to parse JSON  (caused by JSONDecodeError('Expecting value: line 1 column 1 (char 0)'))

This error coming with all videos, format options :

ytdl_format_options = {
    'format': 'bestaudio/best',
    'outtmpl': '%(extractor)s-%(id)s-%(title)s.%(ext)s',
    'restrictfilenames': True,
    'noplaylist': True,
    'nocheckcertificate': True,
    'ignoreerrors': False,
    'logtostderr': False,
    'quiet': True,
    'no_warnings': True,
    'default_search': 'auto',
    'source_address': '0.0.0.0',
    'proxy': 'socks5://127.0.0.1:9050'
}

Proxy is Tor, it was working fine a few minutes ago, what happened?

@Lemon-Hacking
Copy link
Author

@Lemon-Hacking Lemon-Hacking commented Aug 18, 2020

This got automatically fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.