Open gravelfreeman opened 9 months ago
Hey,
yes as you already noticed the --debug flag currently doesn't add more logs, this is also on my TODO but i've not had much time recently to work on red_oxide and improve it in these areas.
I'll add some debug logs when calling dependencies such as intermodal, sox, flac fail and see if we can figure out what is going on this way :)
@gravelfreeman Have you tried putting trailing / onto your paths in your config.json file? I ran into that issue myself and it needed the trailing slash
@gravelfreeman Have you tried putting trailing / onto your paths in your config.json file? I ran into that issue myself and it needed the trailing slash
Yes and BTW this is very time consuming, I wish this will be patched. I kinda goes against the whole point of automation.
@gravelfreeman I actually encountered a similar problem to yours. I am running all the directories off of an SMB share and ran into a plethora of problems. There seems to be something wrong with permissions over shared drives.
Try opening 2 Windows Explorers and drag files across your content_directory and torrent_directory or anywhere between your share and computer. I had a pop-up saying "These files might be harmful to your computer." It allows you to bypass with a button, but I'm assuming the code isn't given an option. I fixed this by adding the address of the share to Internet Properties->Security->Local intranet->Sites->Advanced and rebooting.
Edit: I also got this error if the torrent_directory is incorrect and/or does not exist.
I figured it out: it is because the 2 torrents (mp3,v0) already exists in the torrent_directory
named in the config.json
. Clean everything that redb generated, and try again, it just runs smooth~ Also remember to clean the mp3320/v0 content in the previous failed commands. This program seems do not overwrite previous failed-command-generated files (spectrums, generated mp3320/v0, torrents), during the redb process and therefore causes error @DevYukine @gravelfreeman
I spent hours setting up this script and it's not working despite all the efforts I've tried. First thing I want to point out is that
--debug
flag is useless and doesn't provide a debug.log file or doesn't show debug info in shell either. It makes it very complicated and frustrating to troubleshoot.I'm running the script from my home folder at
/home/***/Data/red_oxide
All of the files are in that folder except the torrent directory which is on an NFS share. I made sure that my user have read and write permissions to that share by creating and deleting a folder.
Here's my configuration file:
Here's the shell output with the
Failed to create torrent
:I got intermodal, sox, flac and lame installed and added to path. I confirmed this by entering their name in console and I could see their version and information for each app.
I believe the script is broken. My friend who used the script successfully tried for the past 3 hours and wasn't able to figure out why I'm getting this error.
Please help me out, thank you!