Different error levels for different errors
See original GitHub issueChecklist
- I’m reporting a feature request
- I’ve looked through the README
- I’ve verified that I’m running yt-dlp version 2022.02.04. (update instructions)
- I’ve searched the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I’ve read the guidelines for opening an issue
Description
is it possible to add an additional errorlevel %errorlevel%? Both states give off the same one.
[youtube:tab] 'chanID': Downloading webpage
ERROR: [youtube:tab] 'chanID': The channel is not currently live
>echo 1
ERROR: [youtube] vidID: This live event will begin in 15 minutes.
>echo 1
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
PHP 7 Errors Levels - Tutorial Republic
There are sixteen different error levels and each level is represented by an integer value and an associated constant. Here's a list of...
Read more >When to use the different log levels - Stack Overflow
Error - Any error which is fatal to the operation, but not the service or application (can't open a required file, missing data,...
Read more >PHP Errors: 4 Different Types (Warning, Parse, Fatal, and ...
4 Different Types of Errors in PHP · 1. Warning Error · 2. Notice Error · 3. Parse Error · 4. Fatal Error....
Read more >How should errors be given levels?
So I would use something like INFO (not an error), WARNING (the system is working fine, but might not be doing what you...
Read more >Type I and II Errors and Significance Levels
1. α is also called the bound on Type I error. · 2. Another good reason for reporting p-values is that different people...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Actually, on a second look, your specific use-case is not possible. Both the errors in your issue are of the same “type”. ie, both are youtube saying a specific link is unavailable. So even with #457, these will belong to the same group
This is not easily possible. We would need #457 before this can even be attempted