megaloader icon indicating copy to clipboard operation
megaloader copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory for Fapello

Open iansquenet opened this issue 1 year ago • 3 comments

C:\Users\Sam\megaloader>python fapello.py
Traceback (most recent call last):
  File "C:\Users\Sam\megaloader\fapello.py", line 12, in <module>
    main()
  File "C:\Users\Sam\megaloader\fapello.py", line 9, in main
    api.download_file(u, output)
  File "C:\Users\Sam\megaloader\plugins\fapello.py", line 49, in download_file
    http_download(url, output, custom_headers={
  File "C:\Users\Sam\megaloader\megaloader\http.py", line 45, in http_download
    with open(output, 'wb+') as stream:
FileNotFoundError: [Errno 2] No such file or directory: 'downloads\\ie_0158.jpg'`

iansquenet avatar Oct 06 '22 18:10 iansquenet

I actually don't get any error when I try to download this. Can I see the test file you're running ?

Ximaz avatar Oct 07 '22 13:10 Ximaz

I actually don't get any error when I try to download this. Can I see the test file you're running ?

I'm running the Fapello.py file with just the URL changed.

iansquenet avatar Oct 07 '22 19:10 iansquenet

Yeah I mean, the URL.

Ximaz avatar Oct 08 '22 08:10 Ximaz

Hi men. You only need to create the folder named "downloads" on the directory of the program.

MiraiTenshiXX avatar Nov 11 '22 00:11 MiraiTenshiXX

Hi men. You only need to create the folder named "downloads" on the directory of the program.

Yeah you right, I forgot to read the end of the error. I didn't event notice. It was not a bug from the code then. You can close this.

Ximaz avatar Nov 11 '22 01:11 Ximaz