mt3 icon indicating copy to clipboard operation
mt3 copied to clipboard

colab: Upload Audio: MessageError: RangeError: Maximum call stack size exceeded.

Open geng-lee opened this issue 2 years ago • 0 comments

How to fix this error?

Error of Music Transcription with Transformers in colab


MessageError Traceback (most recent call last) in <cell line: 6>() 4 5 log_event('uploadAudioStart', {}) ----> 6 audio = upload_audio(sample_rate=SAMPLE_RATE) 7 log_event('uploadAudioComplete', {'value': round(len(audio) / SAMPLE_RATE)}) 8

4 frames /usr/local/lib/python3.10/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 101 ): 102 if 'error' in reply: --> 103 raise MessageError(reply['error']) 104 return reply.get('data', None) 105

MessageError: RangeError: Maximum call stack size exceeded.

Thanks!

geng-lee avatar Mar 19 '24 16:03 geng-lee