runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 73, in <module> main() File "/app/app.py", line 68, in main asyncio.run(start_ssh_server()) File "/usr/local/lib/python3.9/asyncio/runners.py", line 44, in run return loop.run_until_complete(main) File "/usr/local/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete return future.result() File "/app/app.py", line 50, in start_ssh_server private_key_str = generate_temp_ssh_key() File "/app/app.py", line 41, in generate_temp_ssh_key private_key_str = private_key.private_key_data.decode('utf-8') # Используем правильное свойство AttributeError: 'RSAKey' object has no attribute 'private_key_data'
Container logs:
Fetching error logs...