Azim Pulat

Results 48 comments of Azim Pulat

is the server actually running? can you access 127.0.0.1:8000 from your browser? is it inside docker container? if so, is the container port exposed?

I believe the problem lies in https://github.com/azimjohn/jprq/blob/9cd7b6050099d48998a02c33c2229c44b16c04e6/cli/main.go#L113 Your server could be taking for than 512ms to respond for the initial check. There're 3 options: - you can optimize your server...

Hello, You can set up "ssh server" and expose with jprq. Then you can ssh into your machine remotely. If you can't install other programs, then you can try "reverse...

This doc looks like a good start: https://ubuntu.com/server/docs/service-openssh

Are you sure you copied the token correctly? Till the end and no additional characters added?

Hello, it's not a kick but rather a server restart. My guess is that it's happening due to CPU utilization reaching 100% due to goroutine leaks. I will try to...

![image](https://github.com/azimjohn/jprq/assets/35038240/02e4f400-a7aa-4bbe-9fb9-0e250a458d16)

Could you open the link [jprq.io/config.json](https://jprq.io/config.json) in browser and check if it opens. It's a DNS error. I suggest switching network/changing DNS server to 8.8.8.8 or 1.1.1.1. Let me know...

it's working (ishlayapti)