mt3 icon indicating copy to clipboard operation
mt3 copied to clipboard

I can't get to the part where I upload my file.

Open Humanity121 opened this issue 4 years ago • 3 comments

Clear output executed at 7:53 PM (0 minutes ago) executed in 13.212s

/usr/local/lib/python3.7/dist-packages/flax/optim/base.py:52: DeprecationWarning: Use optax instead of flax.optim. Refer to the update guide https://flax.readthedocs.io/en/latest/howtos/optax_update_guide.html for detailed instructions. 'for detailed instructions.', DeprecationWarning) /usr/local/lib/python3.7/dist-packages/jax/_src/lib/xla_bridge.py:435: UserWarning: jax.host_count has been renamed to jax.process_count. This alias will eventually be removed; please update your code. "jax.host_count has been renamed to jax.process_count. This alias "

Aditionally:

No files selected. Upload widget is only available when the cell has been executed in the current browser session. Please rerun this cell to enable.

MessageError Traceback (most recent call last) in () 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.7/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 104 reply.get('colab_msg_id') == message_id): 105 if 'error' in reply: --> 106 raise MessageError(reply['error']) 107 return reply.get('data', None) 108

MessageError: TypeError: google.colab._files is undefined No idea what is going on.

Humanity121 avatar Apr 10 '22 00:04 Humanity121

Also when I try to restat the session and reset to defaults by going to runtime reset to factory defaults it doesn't appear to delete the pckages so not sure how to fix. Any input would be greatly appreciated. I think I'm just doing something wrong and it's most likely user error.

Humanity121 avatar Apr 10 '22 00:04 Humanity121

Did you run the "Upload Audio" cell after you ran all of the cells above it (and waited for them to complete)? Did you click "Choose files"?

upload audio

unsightedmetal6 avatar Apr 22 '22 00:04 unsightedmetal6

I figured out the problem. I had to enable third party cookies in chrome. If you could add that to the readme as a potential issue to warn others about that would be great. I got it working now and colab is nice and accessible with NVDA. So that's great.

On 4/21/22, unsightedmetal6 @.***> wrote:

Did you run the "Upload Audio" cell after you ran all of the cells above it (and waited for them to complete)? Did you click "Choose files"?

upload
audio

-- Reply to this email directly or view it on GitHub: https://github.com/magenta/mt3/issues/38#issuecomment-1105887127 You are receiving this because you authored the thread.

Message ID: @.***>

Humanity121 avatar Apr 22 '22 00:04 Humanity121