Nandaka / NijieDownloader

nijie.info downloader
http://nandaka.devnull.zone/
59 stars 8 forks source link

1.0.9.4 Object reference not set to an instance of an object #65

Open connerbanner opened 4 years ago

connerbanner commented 4 years ago

All i want to do is download all pics of one tag but no matter what i do it just keeps giving me this error. what am i doing wrong?

HanatakeYurii commented 3 years ago

Got the same error whatever I try, except for some creators. Nijie likely changed something in their site layout. Maybe the last commit fixed that but there is no release yet.

Nandaka commented 3 years ago

if you don't mind command line application, you can try https://github.com/mikf/gallery-dl

Nandaka commented 3 years ago

Also, check your username and password. Somehow the login check is not working, but if you can load by image id, then the login is working

HanatakeYurii commented 3 years ago

Thanks for the suggestion, I will look at it.

For the current error, I don't quite get what's wrong but I don't think it comes from the credentials, I checked them and logged in with no error. I tried to fetch many galleries, most failed but it worked for some of them. Anyway I couldn't download any pic without getting that error, whatever it was a single pic or a full batch.

Nandaka commented 3 years ago

try the new releases? https://github.com/Nandaka/NijieDownloader/releases/

HanatakeYurii commented 3 years ago

Oh sorry, I missed that one. As you expected, login doesn't work anymore, likely asking for age verification.

Sorry if I'm a burden but I don't quite get how to do that, I logged in the website and I'm lost in the options

Nandaka commented 3 years ago

I think after login in the browser and accept the age verification, then you can retry to login again from the application. I'm not sure if enabling/disabling the https also have effect.

image

HanatakeYurii commented 3 years ago

Hi, I did try some ways as you described some days ago, but unfortunately with no good results.

Hopefully I did manage to use gallery-dl and have a workaround for now. A bit sad it doesn't work with database like your excellent PixivUtil but it'll work for now.

Thanks