DEV Community

Discussion on: Build Virtual Assistant with Python | Automate Tasks

Collapse
 
anishde12020 profile image
Anish De

I have an issue where the permission to the audio.mp3 file is denied

Collapse
 
shreyasdixit3012 profile image
ShreyasDixit3012

Well i did a simple fix where you name the file with the current date and time using datetime.datetime.now()
However initially it showed errors but when i removed the characters such as : and - the only digit strings worked.
Can anybody suggest something better tho cause this issue seems common.