MicheleCotrufo / pdf-renamer

A python tool to automatically rename the pdf files of scientific publications by looking up the publication metadata on the web.
132 stars 21 forks source link

RuntimeError: Directory 'static/' does not exist #18

Closed pcotret closed 8 months ago

pcotret commented 9 months ago
pip install pdf-renamer==1.0rc9
pdfrenamer myfile.pdf

Give me this error:

RuntimeError: Directory 'static/' does not exist

This error coming from the Starlette pip package (which is called at some point)

MicheleCotrufo commented 8 months ago

Hi, sorry that it took me so long to answer, I haven't been able to reproduce your error, can you maybe paste the full error traceback?

pcotret commented 8 months ago

Hi @MicheleCotrufo, to be honest, I didn't remember this issue.

I've just tried with 2 articles, no error... ¯\_(ツ)_/¯

Issue closed!