Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline
  2.  
  3.  
  4. Expression 'alsa_snd_pcm_hw_params_set_period_size_near( pcm, hwParams, &alsaPeriodFrames, &dir )' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 924
  5.  
  6.  
  7. DEBUG:PyAudioRecorder:Recording from microphone (PyAudio, device=2)
  8.  
  9.  
  10. [2019-12-15 18:49:19,089] 192.168.1.208:61013 GET / 1.1 200 1029 21153
  11.  
  12.  
  13. INFO:quart.serving:192.168.1.208:61013 GET / 1.1 200 1029 21153
  14.  
  15.  
  16. ERROR:__main__:api_events_log
  17.  
  18.  
  19. Traceback (most recent call last):
  20.  
  21.  
  22. File "app.py", line 977, in api_events_log
  23.  
  24.  
  25. text = await q.get()
  26.  
  27.  
  28. File "/usr/lib/python3.6/asyncio/queues.py", line 167, in get
  29.  
  30.  
  31. yield from getter
  32.  
  33.  
  34. concurrent.futures._base.CancelledError
  35.  
  36.  
  37. [2019-12-15 18:49:19,112] Error in ASGI Framework
  38.  
  39.  
  40. Traceback (most recent call last):
  41.  
  42.  
  43. File "/usr/local/lib/python3.6/dist-packages/hypercorn/asgi/wsproto.py", line 91, in handle_asgi_app
  44.  
  45.  
  46. await asgi_instance(self.asgi_receive, self.asgi_send)
  47.  
  48.  
  49. File "/usr/local/lib/python3.6/dist-packages/quart/asgi.py", line 106, in __call__
  50.  
  51.  
  52. await _cancel_tasks(pending)
  53.  
  54.  
  55. File "/usr/local/lib/python3.6/dist-packages/quart/asgi.py", line 189, in _cancel_tasks
  56.  
  57.  
  58. raise task.exception()
  59.  
  60.  
  61. File "/usr/local/lib/python3.6/dist-packages/quart/asgi.py", line 157, in handle_websocket
  62.  
  63.  
  64. 'code': 1000,
  65.  
  66.  
  67. File "/usr/local/lib/python3.6/dist-packages/hypercorn/asgi/wsproto.py", line 149, in asgi_send
  68.  
  69.  
  70. await self.asend(CloseConnection(code=int(message["code"])))
  71.  
  72.  
  73. File "/usr/local/lib/python3.6/dist-packages/hypercorn/asyncio/wsproto.py", line 93, in asend
  74.  
  75.  
  76. self.write(self.connection.send(event))
  77.  
  78.  
  79. File "/usr/local/lib/python3.6/dist-packages/wsproto/__init__.py", line 64, in send
  80.  
  81.  
  82. ERROR:quart.serving:Error in ASGI Framework
  83.  
  84.  
  85. Traceback (most recent call last):
  86.  
  87.  
  88. data += self.connection.send(event)
  89.  
  90.  
  91. File "/usr/local/lib/python3.6/dist-packages/wsproto/connection.py", line 101, in send
  92.  
  93.  
  94. "Connection cannot be closed in state %s" % self.state
  95.  
  96.  
  97. wsproto.utilities.LocalProtocolError: Connection cannot be closed in state ConnectionState.CLOSED
  98.  
  99.  
  100. File "/usr/local/lib/python3.6/dist-packages/hypercorn/asgi/wsproto.py", line 91, in handle_asgi_app
  101.  
  102.  
  103. await asgi_instance(self.asgi_receive, self.asgi_send)
  104.  
  105.  
  106. File "/usr/local/lib/python3.6/dist-packages/quart/asgi.py", line 106, in __call__
  107.  
  108.  
  109. await _cancel_tasks(pending)
  110.  
  111.  
  112. File "/usr/local/lib/python3.6/dist-packages/quart/asgi.py", line 189, in _cancel_tasks
  113.  
  114.  
  115. raise task.exception()
  116.  
  117.  
  118. File "/usr/local/lib/python3.6/dist-packages/quart/asgi.py", line 157, in handle_websocket
  119.  
  120.  
  121. 'code': 1000,
  122.  
  123.  
  124. File "/usr/local/lib/python3.6/dist-packages/hypercorn/asgi/wsproto.py", line 149, in asgi_send
  125.  
  126.  
  127. await self.asend(CloseConnection(code=int(message["code"])))
  128.  
  129.  
  130. File "/usr/local/lib/python3.6/dist-packages/hypercorn/asyncio/wsproto.py", line 93, in asend
  131.  
  132.  
  133. self.write(self.connection.send(event))
  134.  
  135.  
  136. File "/usr/local/lib/python3.6/dist-packages/wsproto/__init__.py", line 64, in send
  137.  
  138.  
  139. data += self.connection.send(event)
  140.  
  141.  
  142. File "/usr/local/lib/python3.6/dist-packages/wsproto/connection.py", line 101, in send
  143.  
  144.  
  145. "Connection cannot be closed in state %s" % self.state
  146.  
  147.  
  148. wsproto.utilities.LocalProtocolError: Connection cannot be closed in state ConnectionState.CLOSED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement