SOLVED plexWatch on Freenas

Status
Not open for further replies.

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
Hello,

i tried to install plexWatch on a freenas jail. So far it works. I can access the dashboard and configure the settings. I see the numbers of movies, series and episodes. But i got an error about the database file can not be accessed.

I have set the permissions to user www:www and tried 777 and 755. Without any success.

Perhaps can anybody help me to solve the problem.

Thank you
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
hi,
i do the complete installation again. I have troubel in the front end of the guide you have posted to get
Code:
install LWP::Protocol::https

whene i try the script
Code:
/opt/plexWatch/plexWatch.pl

i got the error
Code:
501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
Content-Type: text/plain
Client-Date: Mon, 14 Sep 2015 18:00:49 GMT
Client-Warning: Internal response

LWP will support https URLs if the LWP::Protocol::https module
is installed.
Protocol scheme 'https' is not supported        ...propagated at /opt/plexWatch/plexWatch.pl line 3814.

but the main problem is (see screenshot)

Have you installed the front end of the guide?
 

Attachments

  • Unbenannt.jpg
    Unbenannt.jpg
    268.7 KB · Views: 280

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
i got fixed it by:

Code:
pkg install p5-IO-Socket-SSL p5-Net-SSLeay p5-Crypt-SSLeay
 

Supa

Patron
Joined
Jan 10, 2014
Messages
204
Can anyone help?

Anyone know how to format the server line?

$server = 192.168.1.226;
$port = 32400;


I get to step 7 in that guide and can't get it working.
7) Test the script and see that it works

Go into your plex server and load up a video. Play, then run the script manually:

/opt/plexWatch/plexWatch.pl
Stop video. Run script again:

/opt/plexWatch/plexWatch.pl
You should note the creation of a SQLite database file in the same path called plexWatch.db.

You can check to see if your activity was logged if you like.

/opt/plexWatch/plexWatch.pl --watched


upload_2015-9-29_23-2-41.png


I tried doing this: cpan Net::SMTPS from my research but it didn't solve it.
 
Last edited:
Status
Not open for further replies.
Top