-
Notifications
You must be signed in to change notification settings - Fork 235
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
Transcription error: wav file is empty #11
Comments
@GregoryBetsey It looks like something went wrong when trying to transcribe your audio to build the dataset. Could you firstly check that you used the latest executable Version 0.3 as the second error should have been fixed in that release. If you did use that or the error still occurs could you upload your audio/text to google drive or email it to me at [email protected] so I can run some analysis |
@BenAAndrew Thanks for responding. I will send you a download link to your email address. I did not use the "automatic" audiobook method shown in your Youtube video, rather I transcribed the text manually. |
Update: I tried the latest release and got this error: [enforce fail at ..\caffe2\serialize\inline_container.cc:145] . PytorchStreamReader failed reading zip archive: failed finding central directory. Server initialized for threading.
|
@GregoryBetsey if you look at the folder which contains your .exe, is there a file called |
Yes, it does. I ran it through edge this time and got farther than before but got a new error this time: cannot reshape tensor of 0 elements into shape [-1, 0] because the unspecified dimension size -1 can be any value and is ambiguous. |
I'll investigate this and get back to you. |
@GregoryBetsey It the latest build 0.4.1 I've added some extra validation to the transcription process which may fix the bug. Could you give it a go? |
Thanks. I tried the latest built today any got stuck on the "generating segments..." section. I will attach the log file. P.S. I am using the same files I sent to you via google drive. |
@GregoryBetsey Thank you for the error log. The issue seems to be with the torchaudio library not being able to change the audio sample rate. I will investigate now |
@GregoryBetsey I've removed the code throwing the bug and replaced it with a different library. If you get a minute could you try release 0.5.1? |
I gave it a go and got a different error this time: The expanded size of the tensor (12800) must match the existing size (0) at non-singleton dimension 0. Target sizes: [12800]. Tensor sizes: [0] |
@GregoryBetsey did this error occur with the data source you sent to me? |
@GregoryBetsey I haven't been able to replicate the issue but I have identified what may have caused it and tried to fix in 0.5.3. |
Yes, I am using the same files I sent you earlier. I will try your latest release and test the results. |
Update: I tried the latest release. I got a different error: data\datasets\JamesEarlJones\wavs\1470_2520.wav wav file is empty |
@GregoryBetsey very interesting, seems like it can't open that file. Could you find that file and make sure it is playable. If it is could you email it to me? |
I am using the same audio and text transcript that I sent to you using google drive. The audio file is fine. If you need the link again, I can send it to you. |
@GregoryBetsey I've produced the dataset and that clip (1470_2520.wav) is playable and can be transcribed. Just to double-check did you try playing the original audio or the 1470_2520.wav clip? |
@GregoryBetsey, I've been able to reproduce this error once. It seems to be that FFmpeg (very rarely) corrupts the audio when trimming. Handling of this will be added in an upcoming release |
Thanks for the update. I haven't got past the error. |
Hi @GregoryBetsey, thank you for your patience. This should be handled in 0.6. Please let me know how you get on |
Thanks for working on this. I don't know if this is progress, but it actually started generating segments this time except I got a message saying the audio can't be transcribed. [Again, I using the files from my Google Drive]. |
@GregoryBetsey That's interesting. It looks like there's an issue with FFmpeg cutting the clips. Could you do the following:
The issue must be to do with FFmpeg, so if those files exist then it is not working correctly |
Okay, the app is generating the audio files and I installed ffmpeg to C:\ and is working. I deleted FFmpeg in the app folder but I still get errors. |
Hmm, this is interesting. You see the app just runs the conversion command and then the trim command which is exactly what you've done here. Have you tried running the app again since reinstalling ffmpeg? |
Yes, I
Yes I I did that here. The app generates clips. It says it cannot transcribe at the end and then it deletes all the generated waves. |
@GregoryBetsey whilst it is running could you copy one of the generated wav files. It should be saved to |
The wavs file can be opened, but since the generated length is 00:00:00 there isn't any audio sound. [see attachment] |
Ok so FFmpeg isn't working when cutting the audio as all of these clips should be at least 1 second long. I don't understand why the command would outside of the app but not in it as both should be using the same FFmpeg and command. I will try and resolve this week |
also experiencing this issue exactly as described in #27 (nothing but "Could not transcribe data\datasets..." messages and zero-length wave files despite having a tested working ffmpeg install) when attempting to build either my own or the provided demo datasets. Something I noticed that does seem off is that regardless of whether my source audio file is an mp3 or a wave, the application logfile always says that it is converting from an mp3. eg:
The audio file being converted above was a wave file named "this_is_a_wave_file.wav". Having said that, the "audio-converted.wav" and "audio-converted-16000.wav" files generated in the dataset's working directly isare playable and seemingly in the right format according to VLC Player:
It's just the separated out segments that are inoperable (nothing but 78 bytes of metadata in each one.) |
@RayDAnt3D thank you for this info. This seems to be an issue for several people so it is my number one priority. I'm hoping to have it fixed by Sunday 🤞 |
@GregoryBetsey @RayDAnt3D I'm struggling to figure out what's causing this issue & I can't get it to replicate locally. The issue must be to do with either the FFmpeg install or one of the commands. To test this I've produced the following: https://drive.google.com/drive/folders/17zT6fg7V_gu_kMVZs2ERPmfGyFRuDhWg?usp=sharing In there you'll find a test audio file and a script. Could you try downloading both & running the script. Then check that it produces an audio file called Thank you for your patience |
Hey I downloaded it and ran the script. I can confirm it produced a 3 second playable clip called "test-clip.wav" |
Also downloaded/ran the test script and audio clip and got the following tested working audio files generated:
No "test-final.wav" though. |
@RayDAnt3D @arthur465 Sorry I meant |
@GregoryBetsey @arthur465 @RayDAnt3D I've created a new release here: https://github.com/BenAAndrew/Voice-Cloning-App/releases/tag/v0.6.2. It won't fix the issue but it might help tell us what the error is. It will now check the output of the FFmpeg commands and will also show it running in the console. Could you give it a go and let me know what happens |
Ok here's the error I get INFO:voice:Progress - 391/416 |
Here's what I get for the first sample cutting attempt (and every other thereafter) using the Ayaode dataset assets:
For what it's worth, here also is my app log at first startup:
|
Did some source code snooping and noticed that running:
As appears in
results in the following output:
Pretty sure that additional '19:00:00.000000' shouldn't be there. The root of the problem may just be a date/time localization mismatch. |
@RayDAnt3D great find. What time localization do you use? |
I tried the latest version (0.63) just to see if anything was different-----the initial files it creates from my sample mp3------audio.mp3, audio-converted.wav, and audio-converted-16000.wav are all fine, same as before. The many individual clip-wavs inside the folder, are all "empty" files, with length 00:00:00, size 78 bytes. I believe that's the same as before (I stopped it before it auto-deleted them this time, so I could check them) Error when trying to process are similar to the post above: Guessed Channel Layout for Input Stream #0.0 : mono |
@BenAAndrew US EST (technically currently EDT.) |
@RayDAnt3D @ironpanther @arthur465 @GregoryBetsey I've rewritten the timestamp function to fix this. Added in https://github.com/BenAAndrew/Voice-Cloning-App/releases/tag/v0.7. Please test if you get a chance |
It looks like it's working! |
Release 0.7 fixed it for me (I've been keeping an eye on this repo and this issue so I can know when it got fixed). I'm also excited about the HiFi-GAN addition. Thanks for developing this by the way, you're doing an awesome job! |
It's fixed for me! Currently doing my first training run now. |
The .wav generation/clips seems to work now, and it gets much further, but it's been "stuck in a loop" for a while now----I have: Coverting data\datasets\Kate\audio.mp3... And the cmd window just keeps repeating: ::edit:: saw something new while typing--- Could a future version, have an option on which browser to open with? I think that being able to choose chrome etc, may work better, as my PC has 4 different browsers, and all behave differently when running scripts. |
Update----I "let the browser window it opened automatically" just sit there, and opened a new browser window but in chrome, and that worked. So I think either "let user choose browser, or default to chrome browser instead of OS browser" is a needed option. ::edit:: Would also suggest that in train.py, "ITERS_PER_CHECKPOINT = 1000" be lowered----currently, that results in only saving approximately once per hour, on my GTX 1080. I could easily lose internet connection etc before it saves again, and lose many iterations. Or if I wish to stop for a while, and do something else with my GPU, after 45 mins of training--that would all be lost, as it wouldn't have saved since then. "Manual save" and/or more frequent checkpoints would also allow more experimenting with determining optimum batch size etc. |
@ironpanther thanks for the feedback. Trying to handle the non-default browser is a bit complex and also the browser shouldn't affect performance. Additionally, the app does not need an internet connection to run (despite running in the browser). As for the "stuck in a loop" I don't think it is, those messages are just logging for the app and not the process itself. It may take a while to finish processing even after the progress bar is done. Changing the checkpoint frequency is a good idea and I will add in the future |
Closing as everyone seems happy this particular issue is now fixed. If it has not been fixed please reopen it. |
Hello
I am running the Voice-Cloning-App.exe on Windows 10. I have a GeForce RTX 2060 Graphics Card with the GeForce Game Ready Driver Version 461.92.
When I attempt build the data set, the windows console stops after the following:
[12644] WARNING: file already exists but should not: C:\Users\GREGOR
1\AppData\Local\Temp_MEI126442\torch_C.cp38-win_amd64.pyd1\AppData\LServer initialized for threading.
Server initialized for threading.
pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
torchaudio\extension\extension.py:14: UserWarning: torchaudio C++ extension is not available.
torchaudio\backend\utils.py:63: UserWarning: The interface of "soundfile" backend is planned to change in 0.8.0 to match that of "sox_io" backend and the current interface will be removed in 0.9.0. To use the new interface, do
torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE = False
before setting the backend to "soundfile". Please refer to pytorch/audio#903 for the detail.INFO:matplotlib.font_manager:Generating new fontManager, this may take some time...
[nltk_data] Downloading package wordnet to C:\Users\GREGOR
[nltk_data] ocal\Temp_MEI126442\nltk_data...
[nltk_data] Package wordnet is already up-to-date!
WARNING:werkzeug:WebSocket transport not available. Install eventlet or gevent and gevent-websocket for improved performance.
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
INFO:werkzeug: * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:56:25] "GET / HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:56:57] "POST / HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:56:57] "GET /static/error.css HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:56:57] "GET /favicon.ico HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:57:11] "GET / HTTP/1.1" 200 -
Starting Thread
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:57:42] "POST / HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet OPEN data {'sid': 'qINJoZN0iSsAW66FAAAA', 'upgrades': [], 'pingTimeout': 5000, 'pingInterval': 25000}
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet OPEN data {'sid': 'qINJoZN0iSsAW66FAAAA', 'upgrades': [], 'pingTimeout': 5000, 'pingInterval': 25000}
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:57:42] "GET /socket.io/?EIO=4&transport=polling&t=NXjKmkr HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Received packet MESSAGE data 0/voice,
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet MESSAGE data 0/voice,
qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 0/voice,{"sid":"hvDlhnRAa1GAVtomAAAB"}
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 0/voice,{"sid":"hvDlhnRAa1GAVtomAAAB"}
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:57:42] "POST /socket.io/?EIO=4&transport=polling&t=NXjKmlA&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:57:42] "GET /socket.io/?EIO=4&transport=polling&t=NXjKmlB&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
emitting event "logs" to all [/voice]
INFO:socketio.server:emitting event "logs" to all [/voice]
qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Loading audio from data\datasets\JamesEarlJones\audio.mp3..."}]
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:57:47] "GET /socket.io/?EIO=4&transport=polling&t=NXjKmlb&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Loading audio from data\datasets\JamesEarlJones\audio.mp3..."}]
INFO:voice:Loading audio from data\datasets\JamesEarlJones\audio.mp3...
emitting event "logs" to all [/voice]
INFO:socketio.server:emitting event "logs" to all [/voice]
qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Loading script from data\datasets\JamesEarlJones\text.txt..."}]
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:02] "GET /socket.io/?EIO=4&transport=polling&t=NXjKnxd&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Loading script from data\datasets\JamesEarlJones\text.txt..."}]
INFO:voice:Loading script from data\datasets\JamesEarlJones\text.txt...
emitting event "logs" to all [/voice]
INFO:socketio.server:emitting event "logs" to all [/voice]
qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Fetching segments..."}]
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Fetching segments..."}]
INFO:voice:Fetching segments...
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:02] "GET /socket.io/?EIO=4&transport=polling&t=NXjKrgH&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:07] "GET /socket.io/?EIO=4&transport=polling&t=NXjKrgS&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:07] "POST /socket.io/?EIO=4&transport=polling&t=NXjKsst&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
emitting event "logs" to all [/voice]
INFO:socketio.server:emitting event "logs" to all [/voice]
qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Transcribing segments..."}]
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:20] "GET /socket.io/?EIO=4&transport=polling&t=NXjKssu&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet MESSAGE data 2/voice,["logs",{"text":"Transcribing segments..."}]
INFO:voice:Transcribing segments...
Using cache found in C:\Users\Gregory Betsey/.cache\torch\hub\snakers4_silero-models_master
torchaudio\backend\utils.py:63: UserWarning: The interface of "soundfile" backend is planned to change in 0.8.0 to match that of "sox_io" backend and the current interface will be removed in 0.9.0. To use the new interface, do
torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE = False
before setting the backend to "soundfile". Please refer to [Announcement] Improving I/O for correct and consistent experience pytorch/audio#903 for the detail.Exception in thread Thread-13:
Traceback (most recent call last):
File "application\utils.py", line 47, in background_task
max_seqlength = max(max([len(_) for _ in batch]), 12800)
File "application\utils.py", line 32, in create_dataset
if wav.size(0) > 1:
File "dataset\forced_alignment\align.py", line 123, in align
File "dataset\transcribe.py", line 34, in stt
File "dataset\transcribe.py", line 16, in transcribe
File "torch\hub.py", line 370, in load
File "torch\hub.py", line 399, in _load_local
File "C:\Users\Gregory Betsey/.cache\torch\hub\snakers4_silero-models_master\hubconf.py", line 24, in silero_stt
model, decoder = init_jit_model(model_url=models.stt_models.get(language).latest.jit,
File "C:\Users\Gregory Betsey/.cache\torch\hub\snakers4_silero-models_master\utils.py", line 135, in init_jit_model
model = torch.jit.load(model_path, map_location=device)
File "torch\jit_serialization.py", line 161, in load
RuntimeError: [enforce fail at ..\caffe2\serialize\inline_container.cc:145] . PytorchStreamReader failed reading zip archive: failed finding central directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 932, in bootstrap_inner
File "threading.py", line 870, in run
File "application\utils.py", line 50, in background_task
inputs[i, :len(wav)].copy(wav)
NameError: name 'traceback' is not defined
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:32] "GET /socket.io/?EIO=4&transport=polling&t=NXjKvy4&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:32] "POST /socket.io/?EIO=4&transport=polling&t=NXjKyzw&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:57] "GET /socket.io/?EIO=4&transport=polling&t=NXjKyzw.0&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:58:57] "POST /socket.io/?EIO=4&transport=polling&t=NXjL358&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:59:22] "GET /socket.io/?EIO=4&transport=polling&t=NXjL358.0&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:59:22] "POST /socket.io/?EIO=4&transport=polling&t=NXjL9CA&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:59:47] "GET /socket.io/?EIO=4&transport=polling&t=NXjL9CB&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 00:59:47] "POST /socket.io/?EIO=4&transport=polling&t=NXjLFJ8&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:00:12] "GET /socket.io/?EIO=4&transport=polling&t=NXjLFJ8.0&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:00:12] "POST /socket.io/?EIO=4&transport=polling&t=NXjLLQ8&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:00:37] "GET /socket.io/?EIO=4&transport=polling&t=NXjLLQ9&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:00:37] "POST /socket.io/?EIO=4&transport=polling&t=NXjLRWz&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:01:02] "GET /socket.io/?EIO=4&transport=polling&t=NXjLRW-&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:01:02] "POST /socket.io/?EIO=4&transport=polling&t=NXjLXe3&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:01:27] "GET /socket.io/?EIO=4&transport=polling&t=NXjLXe4&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:01:27] "POST /socket.io/?EIO=4&transport=polling&t=NXjLdkv&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:01:52] "GET /socket.io/?EIO=4&transport=polling&t=NXjLdkv.0&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:01:52] "POST /socket.io/?EIO=4&transport=polling&t=NXjLjrp&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:02:17] "GET /socket.io/?EIO=4&transport=polling&t=NXjLjrq&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:02:17] "POST /socket.io/?EIO=4&transport=polling&t=NXjLpyh&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:02:42] "GET /socket.io/?EIO=4&transport=polling&t=NXjLpyh.0&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Sending packet PING data None
qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:engineio.server:qINJoZN0iSsAW66FAAAA: Received packet PONG data
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:02:42] "POST /socket.io/?EIO=4&transport=polling&t=NXjLw3g&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1" 200 -
qINJoZN0iSsAW66FAAAA: Sending packet PING data None
INFO:werkzeug:127.0.0.1 - - [26/Mar/2021 01:03:07] "qINJoZN0iSsAW66FAAAA: Received packet CLOSE data
GET /socket.io/?EIO=4&transport=polling&t=NXjLw3g.0&sid=qINJoZN0iSsAW66FAAAA HTTP/1.1qINJoZN0iSsAW66FAAAA: Client is gone, closing socket
Error.txt
The text was updated successfully, but these errors were encountered: