Docker Request (PlexReport / PlexNotify)


Recommended Posts

I just deleted my old image and container and reupdated from scratch too. I got the same error wickedathletes did. I looked inside the container and there is no plexReport folder in the /bin folder. I couldn't find a plexReport folder at all.

Link to comment
  • 3 weeks later...
  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

I was running into the same issues described above with not being able to generate even a text email.  I ended up doing the following to make it work:

 

I entered into the container

docker exec -it plexReport bash

I navigated to the plexReport main directory

cd /opt/plexReport

I re-executed the setup file

./initial_setup.sh

I noticed the questions were different running it this way, after it ran I was then able to navigate into

/opt/plexReport/bin

and run

plexreport -t

I then made any additional tweaks to the config and cron files in

/opt/plexReport/config/config

 

Hope this helps!

 

Link to comment

I was running into the same issues described above with not being able to generate even a text email.  I ended up doing the following to make it work:

 

I entered into the container

docker exec -it plexReport bash

I navigated to the plexReport main directory

cd /opt/plexReport

I re-executed the setup file

./initial_setup.sh

I noticed the questions were different running it this way, after it ran I was then able to navigate into

/opt/plexReport/bin

and run

plexreport -t

I then made any additional tweaks to the config and cron files in

/opt/plexReport/config/config

 

Hope this helps!

 

thanks this fixed it for me as well!

Link to comment

I was running into the same issues described above with not being able to generate even a text email.  I ended up doing the following to make it work:

 

I entered into the container

docker exec -it plexReport bash

I navigated to the plexReport main directory

cd /opt/plexReport

I re-executed the setup file

./initial_setup.sh

I noticed the questions were different running it this way, after it ran I was then able to navigate into

/opt/plexReport/bin

and run

plexreport -t

I then made any additional tweaks to the config and cron files in

/opt/plexReport/config/config

 

Hope this helps!

 

Well, testing works, looks like the auto emails aren't sending though. Any other tweaks you needed to do?

Link to comment
  • 4 weeks later...

I was running into the same issues described above with not being able to generate even a text email.  I ended up doing the following to make it work:

 

I entered into the container

docker exec -it plexReport bash

I navigated to the plexReport main directory

cd /opt/plexReport

I re-executed the setup file

./initial_setup.sh

I noticed the questions were different running it this way, after it ran I was then able to navigate into

/opt/plexReport/bin

and run

plexreport -t

I then made any additional tweaks to the config and cron files in

/opt/plexReport/config/config

 

Hope this helps!

 

Well, testing works, looks like the auto emails aren't sending though. Any other tweaks you needed to do?

 

Same for me.

Had to repeat Edvard_Grieg's instructions to get it to work.

Still, testing works but automatic reports don't...

Will it survive a restart (of the Docker or the server)?

 

Thanks

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.