OlivierGaland / CashFactory

Lightweight docker image running many passive income applications (proxy and bandwidth share) : Honeygain , EarnApp , IPRoyal Pawns , PacketStream , Peer2Profit
GNU General Public License v3.0
305 stars 55 forks source link

Error with PacketStream #40

Closed MC2738012 closed 1 year ago

MC2738012 commented 1 year ago

Hello, for some weird reason, I am having issues with the PacketStream. When I checked the container logs, I see that it's spamming the following: image Do you know what's causing this?

OlivierGaland commented 1 year ago

Hello,

I checked on mine and no error of this type, is it the psclient or watchtower container ?

First idea I have is maybe you didn't updated .env file to add your CID before launching the stack (see the keyword that contain a < , you should replace it with your CID (all the text including <>) exposed in the packetstream app dashboard )

image

If this was the issue, you just need to delete the 2 containers (psclient and watchtower) on portainer interface edit .env then run again sudo docker-compose up -d , it will regenerate the missing containers.

Best regards, Olivier

MC2738012 commented 1 year ago

Yup, that was the issue. I forgot to put in the PacketStream CID.

Thanks for the help.