Advertisement
konstest

Untitled

Jun 11th, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. pushbroker logs:
  2. 2025/06/11 20:24:38 Write error: write tcp 127.0.0.1:8889->127.0.0.1:36088: write: broken pipe
  3. {"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"}
  4.  
  5.  
  6. fakecluster logs:
  7. {"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"}
  8. 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
  9.  
  10.  
  11.  
  12. by hand:
  13. ~/git/dekube/fakedekubecluster/scripts (testing/termination_task_with_small_amount ✔) curl https://gauss-devnet-web.k8s.clive.tk/api/v1
  14. <!DOCTYPE html>
  15. <html>
  16. <head>
  17. <title>Error</title>
  18. <style>
  19. html { color-scheme: light dark; }
  20. body { width: 35em; margin: 0 auto;
  21. font-family: Tahoma, Verdana, Arial, sans-serif; }
  22. </style>
  23. </head>
  24. <body>
  25. <h1>An error occurred.</h1>
  26. <p>Sorry, the page you are looking for is currently unavailable.<br/>
  27. Please try again later.</p>
  28. <p>If you are the system administrator of this resource then you should check
  29. the error log for details.</p>
  30. <p><em>Faithfully yours, nginx.</em></p>
  31. </body>
  32. </html>
  33. ~/git/dekube/fakedekubecluster/scripts (testing/termination_task_with_small_amount ✗) curl https://gauss-devnet-stat.k8s.clive.tk/api/v1
  34. <!DOCTYPE html>
  35. <html>
  36. <head>
  37. <title>Error</title>
  38. <style>
  39. html { color-scheme: light dark; }
  40. body { width: 35em; margin: 0 auto;
  41. font-family: Tahoma, Verdana, Arial, sans-serif; }
  42. </style>
  43. </head>
  44. <body>
  45. <h1>An error occurred.</h1>
  46. <p>Sorry, the page you are looking for is currently unavailable.<br/>
  47. Please try again later.</p>
  48. <p>If you are the system administrator of this resource then you should check
  49. the error log for details.</p>
  50. <p><em>Faithfully yours, nginx.</em></p>
  51. </body>
  52. </html>
  53. ~/git/dekube/fakedekubecluster/scripts (testing/termination_task_with_small_amount ✗) curl https://gauss-devnet-web.k8s.clive.tk/api/v1/
  54. <!DOCTYPE html>
  55. <html>
  56. <head>
  57. <title>Error</title>
  58. <style>
  59. html { color-scheme: light dark; }
  60. body { width: 35em; margin: 0 auto;
  61. font-family: Tahoma, Verdana, Arial, sans-serif; }
  62. </style>
  63. </head>
  64. <body>
  65. <h1>An error occurred.</h1>
  66. <p>Sorry, the page you are looking for is currently unavailable.<br/>
  67. Please try again later.</p>
  68. <p>If you are the system administrator of this resource then you should check
  69. the error log for details.</p>
  70. <p><em>Faithfully yours, nginx.</em></p>
  71. </body>
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement