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
It runs glob("/*/*/*/*").skip(10000), which traverses a lot of files and if any of them have non utf8 names, this fails the is_utf8 assertion (presumably when constructing the path).