Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No output #20

Open
CaiwenXu opened this issue Mar 19, 2024 · 3 comments
Open

No output #20

CaiwenXu opened this issue Mar 19, 2024 · 3 comments

Comments

@CaiwenXu
Copy link

Many thanks for your work. I am wondering why I cannot get the results after feeding the resume into the app, it shows tailoring and running but nothing happened later.

@IvanIsCoding
Copy link
Owner

Some thoughts to help you debug:

  • Is your résumé an image? That is, if you do Ctrl + A does it select no text? We don’t support extracting texts from images
  • Any especial non-ASCII characters? Our Latex templates generally fail with Cyrillic characters and Chinese characters unfortunately
  • Do you have credits in your OpenAI account? If you don’t it will fail

@saurabhkumar8112
Copy link

I faced this issue as well, with both simple and awesome formats. It's been around 15 minutes and it keeps showing running.
Would be nice if we could observe logs in real-time as well to see if anything's wrong

PS: i did verify that my openAi API key works fine on replit sandbox

@IvanIsCoding
Copy link
Owner

The given template you choose for the output does not matter in this case. The problem is generating the JSONResume. If you really want an insight on what is happenning I recommend calling

def extract_text_from_upload(file):
and seeing what text gets extracted from your CV.

If it is blank e.g. you upload an image PDF, then indeed you can get an empty response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants