sampo icon indicating copy to clipboard operation
sampo copied to clipboard

Unable to Run Sampo

Open ramgiteng opened this issue 3 years ago • 4 comments
trafficstars

Hi,

I have been unable to run Sampo.

I was able to clone the tweaks branch and start the following command in one machine (after tweaking some minor code errors in "sampo.sh", esp. the lines with < <):

while true; do {echo -e 'HTTP/1.1 200 OK \r\n'; bash ./sampo.sh;} | nc -l 1042; done

From another machine, I ran the following command: curl -i http://IPofmachine:1042/

Output: HTTP/1.1 200 OK

But, I'm not receiving functionalities. Similarly, running with different endpoints does not yield any results.

Is there a more recent version/release of this tool? Can you please help troubleshoot this issue? Please let me know if I have to make any changes or specific configurations on my side.

Thanks for the support!

ramgiteng avatar Mar 09 '22 18:03 ramgiteng

Apologies for the slow response here. The k8s deployment is really the only one that works ATM. The infinite loop and just the docker container need more tweaks. I have some changes upcoming that will support all three. Until then, YMMV

jacobsalmela avatar Feb 20 '23 02:02 jacobsalmela

@ramgiteng Could you please try the latest release (v1.0.0) and let me know how that works for you?

The while loop will not actually work, but give the other methods a try that I show on the README

jacobsalmela avatar Mar 08 '23 18:03 jacobsalmela

Have you tried the newest version @ramgiteng? Now v1.0.2?

jacobsalmela avatar Aug 17 '23 23:08 jacobsalmela

Have you tried the newest version @ramgiteng? Now v1.0.2?

Hi Jacob, apologies for not following up. It's been a while since I last attempted using this. Will try it out and get back sometime next week.

ramgiteng avatar Aug 18 '23 00:08 ramgiteng