PaulHaeussler / HappyPanda

Client to download your albums from sadpanda
0 stars 0 forks source link

Brainlet here, how do I try this program #1

Open ghost opened 3 years ago

ghost commented 3 years ago

I used your sample headers, saved it as headers.txt in the same directory with the jar file, added my information to it and it's giving me this error. I'm not sure how to create a database that'll work with it.

PS C:\Users\WDAGUtilityAccount\Desktop> java -jar happypanda.jar
Startup at C:\Users\WDAGUtilityAccount\Desktop
C:\Users\WDAGUtilityAccount\Desktop/HappyPanda/16-09-2020 11-03-26.log
[16-09-2020 11-03-26] [INFO] No startup params given

[16-09-2020 11-03-26] [ERROR] ←[31mNo repository path supplied!←[0m

PS C:\Users\WDAGUtilityAccount\Desktop>
PaulHaeussler commented 3 years ago

Hi, sorry for the late answer, you'll have to provide the parameters when starting the jar, so instead of executing java -jar happypanda.jar do java -jar happypanda.jar -p path/to/downloadlocation -user dbusername -pw dbpassword -host dbhostaddress -dbname dbschemaname -headers path/to/headers.txt -favs -skipCount

Please consult the readme for more information

Dakoe commented 8 months ago

Sorry for necroing this but does this still works? The program successfully connects to sadpanda but returns this error after it tries to download from galleries. [ERROR] Failed to parse correctly:

PaulHaeussler commented 8 months ago

No worries, there was an issue because sadpanda changed their pagination a while back from static integer based to dynamic. Maybe you noticed that, you are no longer on search page 1, 2 or 3 but instead you can only go forward and backward. Anyway, I think I fixed it, feel free to try the new release https://github.com/PaulHaeussler/HappyPanda/releases/tag/1.3.2