fix: retry on empty continuation responses
This commit is contained in:
parent
ef35c48890
commit
562ac2df7e
10 changed files with 142 additions and 88 deletions
|
|
@ -87,6 +87,8 @@ pub enum ExtractionError {
|
|||
WrongResult(String),
|
||||
#[error("Warnings during deserialization/mapping")]
|
||||
DeserializationWarnings,
|
||||
#[error("Got no data from YouTube, attempt retry")]
|
||||
Retry,
|
||||
}
|
||||
|
||||
/// Internal error
|
||||
|
|
|
|||
Reference in a new issue