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
If you submitted code for a lesson and received feedback indicating a validation error, you may have uncovered a bug in our lesson validation code. We've prepopulated the error type and the last code you submitted below as diagnostic clues. Feel free to add additional feedback about the lesson below before clicking "Submit new issue."
Before your code submission errored out, had you found anything about this lesson confusing?
Any other feedback you'd like to share about this lesson?
Any other feedback you'd like to share about ProtoSchool?
Thank you for submitting your feedback to help us diagnose the problem!
-----------------------------------------------------------------------
Please do not edit the diagnostic information below this line.
Error type:
Validation timeout
The code that caused the error:
/* global ipfs, all */construn=async(files)=>{awaitPromise.all(files.map(f=>ipfs.files.write('/'+f.name,f,{create: true})))awaitipfs.files.mkdir('/some/stuff',{parents: true})letrootDirectoryContents=awaitall(ipfs.files.ls('/'))constfilepathsToMove=rootDirectoryContents.filter(file=>file.type===0).map(file=>'/'+file.name)awaitipfs.files.mv(...filepathsToMove,'/some/stuff')awaitipfs.files.cp('/ipfs/QmWCscor6qWPdx53zEQmZvQvuWQYxx1ARRCXwYVE4s9wzJ','/some/stuff/success.txt')letsomeStuffDirectoryContents=awaitall(ipfs.files.ls('/some/stuff'))// Your code goes hereipfs.files.rm('/some',{recursive: true})letfinalRootDirectoryContents=awaitall(ipfs.files.ls('/'))returnfinalRootDirectoryContents}returnrun
The text was updated successfully, but these errors were encountered:
If you submitted code for a lesson and received feedback indicating a validation error, you may have uncovered a bug in our lesson validation code. We've prepopulated the error type and the last code you submitted below as diagnostic clues. Feel free to add additional feedback about the lesson below before clicking "Submit new issue."
Before your code submission errored out, had you found anything about this lesson confusing?
Any other feedback you'd like to share about this lesson?
Any other feedback you'd like to share about ProtoSchool?
Thank you for submitting your feedback to help us diagnose the problem!
-----------------------------------------------------------------------
Please do not edit the diagnostic information below this line.
Error type:
The code that caused the error:
The text was updated successfully, but these errors were encountered: