Geomitron / Bridge

A rhythm game chart searching and downloading tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart Library Directory SMB Share (permissions issue?)

arette opened this issue · comments

I appear to be having permissions issues with the chart library directory set to smb share from my NAS (where I store my clone hero songs). Sometimes it produces file already exists error and sometimes it produces no such file or directory error, but it always manages to create a 0 KB file before producing an error. Again, my hunch is that this is permissions issue, but not sure how to confirm that and resolve it. Thank you for this tool! :)

Screenshot 2024-02-18 103130
Screenshot 2024-02-18 103431
Screenshot 2024-02-18 102925

commented

As far as I can tell, this is a limitation of NodeJS; it can't move files to network directories.
https://stackoverflow.com/questions/67570614/using-g-google-drive-for-desktop-for-node-js-projects-npm-install-errors

I'm not sure how to fix this, and since this is not a common issue, it's low priority for me. If you or anyone else can find a solution, I will try implementing it.

I am having a similar issue saving songs to my Google Drive that is mounted as a "physical drive".

Wonder if it has to do with it adding extra back slashes in the file path? Could just be a GUI bug with the error too. Great work on the tool so far 👍
image

@arette Mapping your SMB share as a network drive (giving it a drive letter on your local system) seems to be a pretty easy workaround. I haven't had any "file moving" errors since.