Closed collegeimprovements closed 7 years ago
Did you set download_dir
as well in the config? Does the directory exist?
Yes. I've set the download_dir
and that directory actually exists.
+1
Ok, I fixed it using the full path.
Change "~/Desktop/elixirsips-sips/elixirnation" to "/Users/yourusername/Desktop/elixirsips-sips/elixirnation" and it will work.
Thank you both, for pointing out the bug and investigating it. It seems, like the SipsDownloader.EpisodeDownloader.process_download
function on line 25 could use a Path.expand call before opening the file itself. Care to submit a pull request? :)
I'll do it.
Fixed in the latest release.
I set my
username
andpassword
inconfig.exs
file. And then ran./sips_downloader
command. Unfortunately it didn't work :(