Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to duplicate a .wav file results in an error #224

Open
joshuagoran opened this issue Aug 11, 2023 · 1 comment
Open

Attempting to duplicate a .wav file results in an error #224

joshuagoran opened this issue Aug 11, 2023 · 1 comment

Comments

@joshuagoran
Copy link

joshuagoran commented Aug 11, 2023

Attempting to duplicate a .wav file results in an error.

  • This happened for me multiple times, appeared to be the same error each time. Refreshing maiden cleared things up, but each attempt resulted in the same error.
  • I attempted renaming the originally very verbose file name in case that was a factor, but the error persisted.
  • I was able to successfully copy the file via ssh/cp.
  • I did not test with other file types!
TypeError: e.match is not a function
    at l.$detectNewLine (ace.js:7129:1)
    at l.insert (ace.js:7201:1)
    at l.setValue (ace.js:7109:1)
    at p.setValue (ace.js:9341:1)
    at t.componentDidMount (ace.js:76:1)
    at mr (react-dom.production.min.js:216:167)
    at br (react-dom.production.min.js:220:182)
    at react-dom.production.min.js:250:268
    at t.unstable_runWithPriority (scheduler.production.min.js:18:156)
    at Ur (react-dom.production.min.js:250:201)
tr @ react-dom.production.min.js:198
n.callback @ react-dom.production.min.js:210
Jn @ react-dom.production.min.js:193
Qn @ react-dom.production.min.js:193
mr @ react-dom.production.min.js:217
br @ react-dom.production.min.js:220
(anonymous) @ react-dom.production.min.js:250
t.unstable_runWithPriority @ scheduler.production.min.js:18
Ur @ react-dom.production.min.js:250
Wr @ react-dom.production.min.js:249
Dr @ react-dom.production.min.js:248
Gr @ react-dom.production.min.js:251
Be @ react-dom.production.min.js:85

react-dom.production.min.js:198 TypeError: Cannot read properties of undefined (reading 'getValue')
    at n.getValue (editor.js:98:32)
    at t.value (editor.js:154:57)
    at or (react-dom.production.min.js:202:339)
    at lr (react-dom.production.min.js:207:311)
    at pr (react-dom.production.min.js:214:311)
    at br (react-dom.production.min.js:220:14)
    at react-dom.production.min.js:250:268
    at t.unstable_runWithPriority (scheduler.production.min.js:18:156)
    at Ur (react-dom.production.min.js:250:201)
    at Wr (react-dom.production.min.js:249:233)
tr @ react-dom.production.min.js:198
n.callback @ react-dom.production.min.js:210
Jn @ react-dom.production.min.js:193
Qn @ react-dom.production.min.js:193
mr @ react-dom.production.min.js:217
br @ react-dom.production.min.js:220
(anonymous) @ react-dom.production.min.js:250
t.unstable_runWithPriority @ scheduler.production.min.js:18
Ur @ react-dom.production.min.js:250
Wr @ react-dom.production.min.js:249
Dr @ react-dom.production.min.js:248
Gr @ react-dom.production.min.js:251
Be @ react-dom.production.min.js:85

ace.js:7129 Uncaught TypeError: e.match is not a function
    at l.$detectNewLine (ace.js:7129:1)
    at l.insert (ace.js:7201:1)
    at l.setValue (ace.js:7109:1)
    at p.setValue (ace.js:9341:1)
    at t.componentDidMount (ace.js:76:1)
    at mr (react-dom.production.min.js:216:167)
    at br (react-dom.production.min.js:220:182)
    at react-dom.production.min.js:250:268
    at t.unstable_runWithPriority (scheduler.production.min.js:18:156)
    at Ur (react-dom.production.min.js:250:201)
Screenshot 2023-08-11 at 9 11 48 AM
@tehn tehn transferred this issue from monome/norns Aug 11, 2023
@ngwese
Copy link
Member

ngwese commented Aug 11, 2023

the support which was added for wav files is largely focused on preview so it is not too surprising to see that rename explodes. it is difficult to tell from the react errors exactly what is going wrong.

if doing a significant amount of file management mounting the norns filesystem via smb is probably the most comprehensive option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants