From 05b65c4cb52b849b7698f8e52a00c6306e647de2 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Fri, 21 Jun 2019 16:41:46 +0200 Subject: [PATCH] add noretry failure --- manager/ytsync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/manager/ytsync.go b/manager/ytsync.go index 84f202f..66fa5c8 100644 --- a/manager/ytsync.go +++ b/manager/ytsync.go @@ -675,6 +675,7 @@ func (s *Sync) startWorker(workerNum int) { "Watch this video on YouTube.", "have blocked it on copyright grounds", "the video must be republished as we can't get the right size", + "Invalid status code: 403", } if strings.Contains(err.Error(), "txn-mempool-conflict") || strings.Contains(err.Error(), "too-long-mempool-chain") {