Adi

Results 10 comments of Adi

Just ran into the same issue, just remove all the migration files and run the migrations again, it should work!

I am having a similar kind of problem. I have proxies that require passing the `verify` param which takes the verification file path inside the `requests.get` method. We have the...

Same happening to me! Found solution?

When you want to practice on ur local server ,Set Debug=True, and run server again. Problem Solved And When you deploy into Heroku or any other pltfrm. Set Debug =...

In your logs it says `[ERROR] Runtime.ImportModuleError: Unable to import module 'main': No module named 'deserialize'` This means sam isn't able to locate the main.py file, make sure you gave...

@souzatharsis , Thanks for the quick response. The error still persist. Traceback ``` Internal Server Error: / Traceback (most recent call last): File "C:\Users\adity\OneDrive\Desktop\Projects\firverrr\env\Lib\site-packages\podcastfy\text_to_speech.py", line 118, in convert_to_speech self._merge_audio_files(audio_segments, output_file)...

I am using the 0.3.3 latest release. ![image](https://github.com/user-attachments/assets/a64a666c-2507-4062-8679-9dabb1b1d8e9)

Here is the full traceback that I faced running the same on Jupyter notebook. ``` 2024-11-09 00:48:18,202 - podcastfy.client - INFO - Using transcript file: transcript_a51b74a5161641588276af7675b04c46.txt Error merging audio files:...

Thanks for your quick effort! The issue seems to still persist. It gives this now. Seems like solution is somewhat close. ``` NotADirectoryError at / [WinError 267] The directory name...

Hi, Thanks for the update!!!! I am getting this one now. ``` NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\\Users\\user\\OneDrive\\Desktop\\Projects\\docs\\env\\Lib\\site-packages\\podcastfy\\data\\audio\\tmp\\tmpygd2l0xz\\1_question.mp3' ```