Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Run Sampo #19

Open
ramgiteng opened this issue Mar 9, 2022 · 4 comments
Open

Unable to Run Sampo #19

ramgiteng opened this issue Mar 9, 2022 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@ramgiteng
Copy link

ramgiteng commented Mar 9, 2022

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!

@jacobsalmela
Copy link
Owner

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 jacobsalmela self-assigned this Feb 20, 2023
@jacobsalmela
Copy link
Owner

@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
Copy link
Owner

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

@jacobsalmela jacobsalmela added the question Further information is requested label Aug 17, 2023
@ramgiteng
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants