This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I've read through the FAQ, Wiki and here, and have found some information, but none of the suggested fixes are working.
I've been using the "notify_newip.py" script for a while now, but since upgrading to Tautulli 2.5 with python bundled, it fails with the following error:
2020-10-12 09:30:27 - DEBUG :: Thread-2 : Tautulli Notifiers :: Trying to run notify script: /Users/*****/scripts/notify_newip.py, arguments: ['nopythonpath', 'python', '-ip', '***.***.***.***', '-us', 'user1'], action: test
2020-10-12 09:30:27 - DEBUG :: Thread-2 : Tautulli Notifiers :: Full script is: ['python2', '/Users/*****/scripts/notify_newip.py', '-ip', '***.***.***.***', '-us', 'user1']
2020-10-12 09:30:27 - DEBUG :: Thread-2 : Tautulli Notifiers :: Executing script in a new thread.
2020-10-12 09:30:27 - DEBUG :: Thread-203 : Tautulli Notifiers :: Subprocess returned with status code 1.
2020-10-12 09:30:27 - ERROR :: Thread-203 : Tautulli Notifiers :: Script error:
Traceback (most recent call last):
File "/Users/*****/scripts/notify_newip.py", line 17, in <module>
import requests
ImportError: No module named requests
I've run "python -m pip install requests", and it installed the module, but it did not change the results. I've confirmed that the module is there by launching python from the command line, and viewing the installed modules. I see requests in the list. In addition, manually running this:
python notify_newip.py -ip ***.***.***.*** -us user1
will send an email successfully, although, it does contain an error at the beginning of the output. I'm not sure if it's related to the error in the Tautulli log, or just because I'm running it outside of Tautulli. The full output is:
Tautulli API 'get_user' request failed: None.Successfully retrieved geolocation data.Successfully retrieved UserIPs data.IP has no history.Successfully sent Tautulli notification.%
I also found in the FAQ about "nopythonpath" to use the system version of Python instead of the bundled version, but it doesn't seem to make a difference. You can see my use of "nopythonpath" in the output from the error log at the beginning of this post.
The machine I'm having the problem with is running MacOS Catalina (10.15.7), but I'm running the same Tautulli version on a Windows 10 machine, and the script works just fine there.
Any ideas? Thanks!
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Tautulli/co...