Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some connection error is uncaught #1

Closed
flt6 opened this issue May 16, 2022 · 1 comment
Closed

Some connection error is uncaught #1

flt6 opened this issue May 16, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@flt6
Copy link
Owner

flt6 commented May 16, 2022

Error log file:

2022-05-13 20:54:23,746 - CRITICAL - <module>: An uncaught error occurred during Main.main
Traceback (most recent call last):
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\protocol.py", line 827, in transfer_data
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\protocol.py", line 895, in read_message
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\protocol.py", line 971, in read_data_frame
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\protocol.py", line 1047, in read_frame
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\framing.py", line 133, in read
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\asyncio\streams.py", line 723, in readexactly
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\asyncio\streams.py", line 517, in _wait_for_data
asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\gather.py", line 114, in wait
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\tts.py", line 105, in mainSeq
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\tts.py", line 85, in transferMsTTSData
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\protocol.py", line 509, in recv
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\websockets\protocol.py", line 812, in ensure_open
websockets.exceptions.ConnectionClosedError: code = 1006 (connection closed abnormally [internal]), no reason

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\gather.py", line 221, in <module>
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\gather.py", line 200, in main
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\asyncio\runners.py", line 44, in run
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\asyncio\base_events.py", line 642, in run_until_complete
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\gather.py", line 185, in download
  File "C:\Users\dicp\AppData\Local\Temp\ONEFIL~4\gather.py", line 121, in wait
TypeError: can only concatenate list (not "int") to list
@flt6 flt6 added the bug Something isn't working label May 16, 2022
@flt6
Copy link
Owner Author

flt6 commented May 16, 2022

Fixed in 5a5dc2.
The further reason of this error is uncaught. So just added a try switch

@flt6 flt6 closed this as completed May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant