Hi, Im getting a error that says config has no attribute named aws_access_key_id Even though I have added the polly credentials to the auth.py file. Thanks For The Help
Traceback (most recent call last):
File "C:\Users\will\Downloads\ttsvibelounge-main\app.py", line 321, in <module>
process_submissions(submissions)
File "C:\Users\will\Downloads\ttsvibelounge-main\app.py", line 49, in process_submissions
process_submission(submission)
File "C:\Users\will\Downloads\ttsvibelounge-main\app.py", line 92, in process_submission
vid.create(video_directory=video.folder_path,
File "C:\Users\will\Downloads\ttsvibelounge-main\video_generation\video.py", line 146, in create
speech.create_audio(audio_title, title_speech_text)
File "C:\Users\will\Downloads\ttsvibelounge-main\speech\speech.py", line 71, in create_audio
aws_access_key_id=config.aws_access_key_id,
AttributeError: module 'config' has no attribute 'aws_access_key_id'
Hi, Im getting a error that says config has no attribute named aws_access_key_id Even though I have added the polly credentials to the auth.py file. Thanks For The Help