-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initiating #8
Comments
We didn't include the requests library, but you can install it easily enough We'll add it into the lib/ folder going forward. |
ok, I did that. Now it gets further, then I get this new error: azeroth:harpoon scott$ python harpoon.py I tried to 'pip install logger' thinking it was the same kind of error as before, but that didn't work. |
Ugh - you're acing this eh? Have to add a check for that (never hit it), but you need to create the /opt/harpoon/logs directory and then it won't throw that error. |
Well, I'm giving this another go. lol. I tried this again tonight. Updated Harpoon. It told me I don't have requests again. Installed that. It needed nose and tornado, so I installed those. Ran Python again. New error. I thought I had things handled with Hazel automation with a manual download initiation. But that starts moving stuff before it's finished downloading on large files. So, I decided to try this again. If the post-processing into Plex works, then I can possibly get this set up like I need. Any ideas? Also, if I get this working, will it only work when it initiates it? Or will it monitor everything on the seedbox and download it as it finishes? Thanks, Error: In case you need it, the configuration file is as follows: [general] [rtorrent] [post-processing] [label_directories] [sonarr] [sickrage] [radarr] [mylar] [lidarr] [lazylibrarian] [plex] |
I'm probably going to regret posting this because it's probably going to be obvious when it's answered. But how do you get this to run? I've made a copy of conf.ini.sample to get conf.ini. I've filled it in. I've tried python harpoon.py, I've tried python harpoonshot.py, I've tried python harpoon.py --(different options). I always get:
Traceback (most recent call last):
File "harpoon.py", line 28, in
import requests
ImportError: No module named requests
What's staring in the face is where it says Linux only. But Mac is UNIX based just like Linux, so I'm hoping that's not it.
The text was updated successfully, but these errors were encountered: