Hey I'm new and not really grasping everything, I'm learning. Today I wanted to try to create a cover for one of the songs but after watching one tutorial based on the Ultimate vocal remover program from one of the youtubers while freely moving between stages I got stuck on the one where I get an error while downloading the voice to the cover. What can I do in this situation?
JSONDecodeError Traceback (most recent call last)
<ipython-input-9-b93a0ca29f83> in <cell line: 31>()
31 if os.path.exists(config_path):
32 # File exists, proceed with creation of creds and client
---> 33 creds = Credentials.from_service_account_file(config_path, scopes=scope)
34 client = gspread.authorize(creds)
35 else:
/usr/lib/python3.10/json/decoder.py in raw_decode(self, s, idx)
353 obj, end = self.scan_once(s, idx)
354 except StopIteration as err:
--> 355 raise JSONDecodeError("Expecting value", s, err.value) from None
356 return obj, end
JSONDecodeError: Expecting value: line 1 column 1 (char 0)