runtime error
Exit code: 1. Reason: ^^^^^^^^^^ AttributeError: 'str' object has no attribute 'name' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 34, in <module> sys.exit(1) ^^^ NameError: name 'sys' is not defined. Did you forget to import 'sys'? 2026-04-04 19:48:55,477 - DEBUG - connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None 2026-04-04 19:48:55,555 - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x7f456324e270> 2026-04-04 19:48:55,555 - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x7f4565507570> server_hostname='api.gradio.app' timeout=3 2026-04-04 19:48:55,695 - DEBUG - start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x7f4563241e50> 2026-04-04 19:48:55,695 - DEBUG - send_request_headers.started request=<Request [b'GET']> 2026-04-04 19:48:55,695 - DEBUG - send_request_headers.complete 2026-04-04 19:48:55,695 - DEBUG - send_request_body.started request=<Request [b'GET']> 2026-04-04 19:48:55,695 - DEBUG - send_request_body.complete 2026-04-04 19:48:55,695 - DEBUG - receive_response_headers.started request=<Request [b'GET']> 2026-04-04 19:48:55,766 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Sat, 04 Apr 2026 17:48:55 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')]) 2026-04-04 19:48:55,767 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK" 2026-04-04 19:48:55,767 - DEBUG - receive_response_body.started request=<Request [b'GET']> 2026-04-04 19:48:55,767 - DEBUG - receive_response_body.complete 2026-04-04 19:48:55,767 - DEBUG - response_closed.started 2026-04-04 19:48:55,767 - DEBUG - response_closed.complete 2026-04-04 19:48:55,767 - DEBUG - close.started 2026-04-04 19:48:55,767 - DEBUG - close.complete
Container logs:
Fetching error logs...