You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello. First of all, thank you for creating a module that is so convenient to use. It works fine, but occasionally the following error appears for few days. So I asked gpt, and he gave me a brief method to try. I'll send it along just in case. If not, I would really appreciate it if you could tell me another way or fix it.
ERRPR:[YoutubeTranscript] 🚨 TypeError: Cannot read properties of undefined (reading 'split')
FROM GPT(You may try this) : const innerTubeApiKey = videoPageBody.toString().split('"INNERTUBE_API_KEY":"')[1]?.split('"')[0] ?? '';
The text was updated successfully, but these errors were encountered:
hello. First of all, thank you for creating a module that is so convenient to use. It works fine, but occasionally the following error appears for few days. So I asked gpt, and he gave me a brief method to try. I'll send it along just in case. If not, I would really appreciate it if you could tell me another way or fix it.
ERRPR:[YoutubeTranscript] 🚨 TypeError: Cannot read properties of undefined (reading 'split')
FROM GPT(You may try this) : const innerTubeApiKey = videoPageBody.toString().split('"INNERTUBE_API_KEY":"')[1]?.split('"')[0] ?? '';
The text was updated successfully, but these errors were encountered: