AWS Cloud9 - "Fail to write" error while saving code

1

Hi,

I have an Cloud9 environment which was working fine until today when I tried to save my code, and I have got this error:

Failed to write to 'custom_fields.csv' final.to_csv(s3_csv_url,index = False) print('\nNumber of results found: %s. Upload to S3 done' % response['totalResultSetSize']) print(len(final)) if __name__ == '__main__': main(ad_manager_client)'. [object Object].

This happen for every files in my ide, nothing has changed since yesterday. Thanks for any insights.

Leonard
asked 2 years ago437 views
1 Answer
0

Have you checked the disk space on the EC2 machine associated with the Cloud9 environment. To increase the disk space, take a look at this - https://docs.aws.amazon.com/cloud9/latest/user-guide/move-environment.html#move-environment-resize

profile pictureAWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions