NeoSpark314 / BeepSaber

A basic implementation of the Beat Saber VR game mechanic in the Godot Game Engine for Oculus Quest (and other VR headsets)
MIT License
105 stars 32 forks source link

Fixes path separator in song name issue #11

Closed hankedan000 closed 3 years ago

hankedan000 commented 3 years ago

When there was a path separator char '/' in the song name or artist name, it was cause the song downloading logic to fail. Fixed by sanitizing the song's extraction directory name of all path separators. I also added some extra error handling and more verbose error logging in that download_completed handler.

NeoSpark314 commented 3 years ago

Thank you!