Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. client-service-be_1 | 2019-04-25 10:38:33,797 CRITICAL aio_pika.pika.connection: Attempted to send frame when closed
  2. client-service-be_1 | 2019-04-25 10:38:33,885 CRITICAL aio_pika.pika.connection: Attempted to send frame when closed
  3. client-service-be_1 | 2019-04-25 10:38:37,270 INFO aio_pika.pika.channel: Channel.close(0, Normal Shutdown)
  4. client-service-be_1 | 2019-04-25 10:38:37,272 CRITICAL aio_pika.pika.connection: Attempted to send frame when closed
  5. client-service-be_1 | 2019-04-25 10:38:37,345 INFO aio_pika.pika.adapters.base_connection: Connecting to 172.20.0.7:5672
  6. client-service-be_1 | 2019-04-25 10:38:37,359 INFO client_service_be: call src.http_api.workers.views.WorkersHashrateChart.get {"call_id": "48857bc8674611e9a34e0242ac140004", "function": "src.http_api.workers.views.WorkersHashrateChart.get", "input_data": "{'self': '<src.http_api.workers.views.WorkersHashrateChart object at 0x7f9381ec3a20>'}"}
  7. client-service-be_1 | 2019-04-25 10:38:37,364 INFO client_service_be: call src.http_api.workers.views.ListWorkers.get {"call_id": "488643e6674611e9a34e0242ac140004", "function": "src.http_api.workers.views.ListWorkers.get", "input_data": "{'self': '<src.http_api.workers.views.ListWorkers object at 0x7f9381ec3898>'}"}
  8. client-service-be_1 | 2019-04-25 10:38:37,365 INFO client_service_be: call src.http_api.auth.views.RefreshAuthToken.post {"call_id": "48866dc6674611e9a34e0242ac140004", "function": "src.http_api.auth.views.RefreshAuthToken.post", "input_data": "{'self': '<src.http_api.auth.views.RefreshAuthToken object at 0x7f9381ec32e8>'}"}
  9. client-service-be_1 | 2019-04-25 10:38:37,369 INFO aiohttp.access: 172.20.0.9 [25/Apr/2019:10:38:37 +0000] "OPTIONS /api/v1/auth/login HTTP/1.1" 200 480 "http://localhost:3000/auth" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36"
  10. client-service-be_1 | 2019-04-25 10:38:37,372 INFO aiohttp.access: 172.20.0.9 [25/Apr/2019:10:38:37 +0000] "OPTIONS /api/v1/auth/login HTTP/1.1" 200 480 "http://localhost:3000/auth" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36"
  11. client-service-be_1 | 2019-04-25 10:38:37,373 INFO aiohttp.access: 172.20.0.9 [25/Apr/2019:10:38:37 +0000] "OPTIONS /api/v1/auth/login HTTP/1.1" 200 480 "http://localhost:3000/auth" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36"
  12. client-service-be_1 | 2019-04-25 10:38:37,373 INFO aio_pika.pika.channel: Channel.close(0, Normal Shutdown)
  13. client-service-be_1 | 2019-04-25 10:38:37,376 CRITICAL aio_pika.pika.connection: Attempted to send frame when closed
  14. client-service-be_1 | 2019-04-25 10:38:37,405 ERROR client_service_be: error in src.http_api.workers.views.WorkersHashrateChart.get
  15. client-service-be_1 | Traceback (most recent call last):
  16. client-service-be_1 | File "/main_project/src/utils/log.py", line 23, in _log
  17. client-service-be_1 | result = await wrapped(*args, **kwargs)
  18. client-service-be_1 | File "/main_project/src/utils/views.py", line 80, in _authorize_user
  19. client-service-be_1 | token = await get_decoded_token(self.request.app['config'], access_token.sp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement