StePe

Untitled

Mar 16th, 2026
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. 500 GET / (::1) 0.37ms
  2. 500 GET / (::1) 0.36ms
  3. 500 GET / (::1) 0.68ms
  4. 500 GET / (::1) 0.34ms
  5. Traceback (most recent call last):
  6. File "/Library/Frameworks/Python.framework/Versions/3.12/bin/fastled", line 8, in <module>
  7. sys.exit(main())
  8. ^^^^^^
  9. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/cli.py", line 21, in main
  10. return run_app()
  11. ^^^^^^^^^
  12. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/cli.py", line 13, in run_app
  13. return app_main()
  14. ^^^^^^^^^^
  15. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/app.py", line 228, in main
  16. return run_client_server(args)
  17. ^^^^^^^^^^^^^^^^^^^^^^^
  18. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/client_server.py", line 665, in run_client_server
  19. return run_client(
  20. ^^^^^^^^^^^
  21. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/client_server.py", line 414, in run_client
  22. http_proc = spawn_http_server(
  23. ^^^^^^^^^^^^^^^^^^
  24. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/open_browser.py", line 149, in spawn_http_server
  25. wait_for_server(port, enable_https=enable_https)
  26. File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/fastled/open_browser.py", line 103, in wait_for_server
  27. raise TimeoutError("Could not connect to server")
  28. TimeoutError: Could not connect to server
Advertisement
Add Comment
Please, Sign In to add comment