-
Notifications
You must be signed in to change notification settings - Fork 84
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
I made these mistakes, how can I resolve them? #1
Comments
Same here. After running server and opened http://localhost:8080 in my web browser, I have same errors. |
Hello, can you share some details about your system? Right now the app has only been tested for its demonstration environment which is a Hugging Face Space (Docker + Linux + + a GPU + CUDA 12) |
Changing to 'ws' from 'wss' resolve a problem (client/src/lib/facePoke.ts) |
I will try it through your method. |
This solved my problem! |
Same here, I changed wss to ws, but it didn't fix the issue. |
Same, changed it, got this. 2024-10-06 17:34:03,933 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:16:34:03 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
|
won't work for me;
2024-10-06 18:43:23,951 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:17:43:23 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-06 18:43:24,260 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:17:43:24 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-06 18:43:26,577 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:17:43:26 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-06 18:43:26,885 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:17:43:26 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-06 18:43:31,481 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:17:43:31 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-06 18:43:31,788 - aiohttp.access - INFO - 127.0.0.1 [06/Oct/2024:17:43:31 +0100] "UNKNOWN / HTTP/1.0" 400 248 "-" "-" |
hello, |
@Pbugyon with the bun command, it works. Thanks a lot. |
@Pbugyon thanks, it works. |
Just popping in to say that this fixed my issue. Thanks. |
after you fix it you have to go to the main Facepoke folder, run this command in the terminal bun build ./src/index.tsx --outdir ../public/. Then it worked for me |
2024-10-05 18:42:15,261 - aiohttp.access - INFO - ::1 [05/Oct/2024:18:42:15 +0800] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-05 18:42:46,239 - aiohttp.server - ERROR - Error handling request
Traceback (most recent call last):
File "E:\facepoke\FacePoke\env\lib\site-packages\aiohttp\web_protocol.py", line 362, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp\_http_parser.pyx", line 563, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
Invalid method encountered:
2024-10-05 18:42:46,240 - aiohttp.access - INFO - ::1 [05/Oct/2024:18:42:46 +0800] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
2024-10-05 18:42:46,252 - aiohttp.server - ERROR - Error handling request
Traceback (most recent call last):
File "E:\facepoke\FacePoke\env\lib\site-packages\aiohttp\web_protocol.py", line 362, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp\_http_parser.pyx", line 563, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
Invalid method encountered:
2024-10-05 18:42:46,253 - aiohttp.access - INFO - ::1 [05/Oct/2024:18:42:46 +0800] "UNKNOWN / HTTP/1.0" 400 248 "-" "-"
The text was updated successfully, but these errors were encountered: