mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Rescue DB errors in get_video()
This commit is contained in:
		| @@ -1094,6 +1094,10 @@ def get_video(id, refresh = true, region = nil, force_refresh = false) | ||||
|   end | ||||
|  | ||||
|   return video | ||||
| rescue DB::Error | ||||
|   # Avoid common `DB::PoolRetryAttemptsExceeded` error and friends | ||||
|   # Note: All DB errors inherit from `DB::Error` | ||||
|   return fetch_video(id, region) | ||||
| end | ||||
|  | ||||
| def fetch_video(id, region) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox