QuivrHQ / slackbot

Slackbot for Quivr 🧠
https://quivr.app
Apache License 2.0
9 stars 1 forks source link

{"detail":"Not Found"} #6

Open atulgrover opened 1 month ago

atulgrover commented 1 month ago

Hi Stan

https://1d14-49-43-101-187.ngrok-free.app/ ---> {"detail":"Not Found"}


C:\Users\DELL\slackbot\slackbot>uvicorn main:api --reload --port 1234 ←[32mINFO←[0m: Will watch for changes in these directories: ['C:\Users\DELL\slackbot\slackbot'] ←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:1234←[0m (Press CTRL+C to quit) ←[32mINFO←[0m: Started reloader process [←[36m←[1m17828←[0m] using ←[36m←[1mWatchFiles←[0m INFO: Started server process [3548] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 49.43.101.187:0 - "GET / HTTP/1.1" 404 Not Found INFO: 54.227.24.112:0 - "POST /slack/events/ HTTP/1.1" 307 Temporary Redirect 2024-08-09 14:14:22.108 | INFO | main:endpoint:519 - Received request INFO: 54.227.24.112:0 - "POST /slack/events HTTP/1.1" 401 Unauthorized


Try our new Traffic Inspector: https://ngrok.com/r/ti Session Status online Account atulgroverr@gmail.com (Plan: Free) Version 3.14.0 Region India (in) Latency 43ms Web Interface http://127.0.0.1:4040 Forwarding https://1d14-49-43-101-187.ngrok-free.app -> http://localhost:1234 Connections ttl opn rt1 rt5 p50 p90 11 0 0.00 0.00 5.03 5.28 HTTP Requests ------------- 14:14:22.108 IST POST /slack/events 401 Unauthorized 14:14:21.853 IST POST /slack/events/ 307 Temporary Redirect 14:14:07.320 IST GET / 404 Not Found 13:48:31.304 IST POST /slack/events 401 Unauthorized 13:48:31.057 IST POST /slack/events/ 307 Temporary Redirect 13:48:26.645 IST POST /slack/events 401 Unauthorized 13:48:21.761 IST POST /slack/evsnts 404 Not Found 13:48:13.552 IST POST /slack 404 Not Found 13:46:10.234 IST POST / 404 Not Found 13:46:05.125 IST POST / 404 Not Found


image

atulgrover commented 1 month ago

C:\Users\DELL\slackbot\slackbot>uvicorn main:api --reload --port 1234 ←[32mINFO←[0m: Will watch for changes in these directories: ['C:\Users\DELL\slackbot\slackbot'] ←[32mINFO←[0m: Uvicorn running on ←[1mhttp://127.0.0.1:1234←[0m (Press CTRL+C to quit) ←[32mINFO←[0m: Started reloader process [←[36m←[1m15900←[0m] using ←[36m←[1mWatchFiles←[0m INFO: Started server process [7016] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 49.43.101.187:0 - "GET / HTTP/1.1" 404 Not Found INFO: 49.43.101.187:0 - "GET /favicon.ico HTTP/1.1" 404 Not Found INFO: 127.0.0.1:52449 - "GET / HTTP/1.1" 404 Not Found INFO: 127.0.0.1:52449 - "GET /favicon.ico HTTP/1.1" 404 Not Found 2024-08-09 13:45:53.598 | INFO | main:endpoint:519 - Received request INFO: 34.207.175.208:0 - "POST /slack/events HTTP/1.1" 401 Unauthorized INFO: 52.206.64.129:0 - "POST /slack/event HTTP/1.1" 404 Not Found INFO: 54.236.59.210:0 - "POST / HTTP/1.1" 404 Not Found INFO: 54.197.34.50:0 - "POST / HTTP/1.1" 404 Not Found INFO: 54.144.92.169:0 - "POST /slack HTTP/1.1" 404 Not Found INFO: 34.230.10.31:0 - "POST /slack/evsnts HTTP/1.1" 404 Not Found 2024-08-09 13:48:26.646 | INFO | main:endpoint:519 - Received request INFO: 54.145.6.131:0 - "POST /slack/events HTTP/1.1" 401 Unauthorized INFO: 54.89.143.191:0 - "POST /slack/events/ HTTP/1.1" 307 Temporary Redirect 2024-08-09 13:48:31.304 | INFO | main:endpoint:519 - Received request INFO: 54.89.143.191:0 - "POST /slack/events HTTP/1.1" 401 Unauthorized INFO: 127.0.0.1:65311 - "GET / HTTP/1.1" 404 Not Found INFO: Shutting down INFO: Waiting for application shutdown. INFO: Application shutdown complete. INFO: Finished server process [7016] Process SpawnProcess-1: Traceback (most recent call last): File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 314, in _bootstrap self.run() File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\multiprocessing\process.py", line 108, in run self._target(*self._args, **self._kwargs) File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn_subprocess.py", line 78, in subprocess_started target(sockets=sockets) File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\server.py", line 65, in run return asyncio.run(self.serve(sockets=sockets)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 123, in run raise KeyboardInterrupt() KeyboardInterrupt INFO: Stopping reloader process [15900]

atulgrover commented 1 month ago

Please help