Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pushbroker logs:
- 2025/06/11 20:24:38 Write error: write tcp 127.0.0.1:8889->127.0.0.1:36088: write: broken pipe
- {"L":"ERROR","T":"2025-06-11T20:24:38.342+0700","C":"usecases/queue_manager.go:88","M":"ConsumeProcess: failed GetNewBlockCreated","error":"rpc call get-current-block-id() on https://gauss-devnet-web.k8s.clive.tk/api/v1 status code: 502. could not decode body to rpc response: invalid character '<' looking for beginning of value","S":"gitlab.clive.tk/kubes/pushbroker/internal/usecases.(*QueueManagerOperations).ConsumeProcess\n\t/home/knikolaev/git/dekube/pushbroker/internal/usecases/queue_manager.go:88\ngitlab.clive.tk/kubes/pushbroker/internal/services/blockchain_process_worker.NewWorker.func1\n\t/home/knikolaev/git/dekube/pushbroker/internal/services/blockchain_process_worker/worker.go:33\ngitlab.clive.tk/kubes/pushbroker/pkg/tools/worker.(*WorkerPool).Run.func1\n\t/home/knikolaev/git/dekube/pushbroker/pkg/tools/worker/worker.go:41"}
- fakecluster logs:
- {"L":"INFO","T":"2025-06-11T20:24:34.732+0700","C":"jsonRPC/jsonRPC.go:143","M":"","response_body":"<!DOCTYPE html>\n<html>\n<head>\n<title>Error</title>\n<style>\nhtml { color-scheme: light dark; }\nbody { width: 35em; margin: 0 auto;\nfont-family: Tahoma, Verdana, Arial, sans-serif; }\n</style>\n</head>\n<body>\n<h1>An error occurred.</h1>\n<p>Sorry, the page you are looking for is currently unavailable.<br/>\nPlease try again later.</p>\n<p>If you are the system administrator of this resource then you should check\nthe error log for details.</p>\n<p><em>Faithfully yours, nginx.</em></p>\n</body>\n</html>\n"}
- panic: failed consume events: rpc call get-transactions-to-wallet() on https://gauss-devnet-web.k8s.clive.tk/api/v1/ status code: 502. could not decode body to rpc response: invalid character '<' looking for beginning of value
- by hand:
- ~/git/dekube/fakedekubecluster/scripts (testing/termination_task_with_small_amount ✔) curl https://gauss-devnet-web.k8s.clive.tk/api/v1
- <!DOCTYPE html>
- <html>
- <head>
- <title>Error</title>
- <style>
- html { color-scheme: light dark; }
- body { width: 35em; margin: 0 auto;
- font-family: Tahoma, Verdana, Arial, sans-serif; }
- </style>
- </head>
- <body>
- <h1>An error occurred.</h1>
- <p>Sorry, the page you are looking for is currently unavailable.<br/>
- Please try again later.</p>
- <p>If you are the system administrator of this resource then you should check
- the error log for details.</p>
- <p><em>Faithfully yours, nginx.</em></p>
- </body>
- </html>
- ~/git/dekube/fakedekubecluster/scripts (testing/termination_task_with_small_amount ✗) curl https://gauss-devnet-stat.k8s.clive.tk/api/v1
- <!DOCTYPE html>
- <html>
- <head>
- <title>Error</title>
- <style>
- html { color-scheme: light dark; }
- body { width: 35em; margin: 0 auto;
- font-family: Tahoma, Verdana, Arial, sans-serif; }
- </style>
- </head>
- <body>
- <h1>An error occurred.</h1>
- <p>Sorry, the page you are looking for is currently unavailable.<br/>
- Please try again later.</p>
- <p>If you are the system administrator of this resource then you should check
- the error log for details.</p>
- <p><em>Faithfully yours, nginx.</em></p>
- </body>
- </html>
- ~/git/dekube/fakedekubecluster/scripts (testing/termination_task_with_small_amount ✗) curl https://gauss-devnet-web.k8s.clive.tk/api/v1/
- <!DOCTYPE html>
- <html>
- <head>
- <title>Error</title>
- <style>
- html { color-scheme: light dark; }
- body { width: 35em; margin: 0 auto;
- font-family: Tahoma, Verdana, Arial, sans-serif; }
- </style>
- </head>
- <body>
- <h1>An error occurred.</h1>
- <p>Sorry, the page you are looking for is currently unavailable.<br/>
- Please try again later.</p>
- <p>If you are the system administrator of this resource then you should check
- the error log for details.</p>
- <p><em>Faithfully yours, nginx.</em></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement