Coder Social home page Coder Social logo

Comments (22)

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

Out of curiosity, where did you put the CyberdropDownloader folder?

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

I put it in a local storage Drive (D:)

D:\CyberDropDownloader-1.3.2

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

While that shouldn't be a problem. Could you try just moving that folder to your regular downloads folder for example? Or your desktop? Just to test

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Sure. Just tested on the Desktop, and on another drive, I have the same issue.

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

This is such an annoying error, I really wish windows gave more information than they do. I'm away from my main computer currently on vacation, but I'm back home later tonight. I'll create a debug branch for you to try then.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Thank you, and no worries I can wait.

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

https://github.com/Jules-WinnfieldX/CyberDropDownloader/archive/refs/heads/Jules-WinnfieldX-DEBUG.zip
I don't think this is going to give me much to go off, but try this anyways.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

This is what I got:

image

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

Can you try running these two commands in command prompt?
pip install --upgrade requests[security]
pip install --upgrade httpie

Can you also tell me which version of Python you are using? you can find that out with the command
python --version

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Ok so this is what I was getting for the first 2 commands, as for the python version, seems like Windows didn't recognize that I had Python 3.9.6 (installed with their isntaller)

image

After seeing that I "didn't have Python" I uninstalled it, downladed it via Microsoft store, ran the commands, and also upgraded the "pip" because there was a new version. This is what I got now:

image

Went ahead and tested the CyberdropDL + the DEBUG version you gave me, they both instantly close after opening (tried both the "Start.bat" and the "downloader.py".

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Sorry, for the DEBUG I get this, and after I press ENTER, it closes:

image

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

Before we go down a big rabbit hole. Try running this. https://github.com/Jules-WinnfieldX/CyberDropDownloader/archive/refs/heads/Jules-WinnfieldX-DEBUG.zip

See if it makes a difference. I'd probably try restarting the computer first if you haven't done that already after installing the new version of python.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Alright, restarted and tried the DEBUG:

image

And for the sake of testing, tried with a VPN, and then tried with another WiFi, this is what I get with those 2:

image

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

I don't really know what to say.. I've never seen the SSL error before (picture 1) and as far as I can tell I can only find issues with that when python is version 2.7.8 or under.

What's even more odd is when you tried using a VPN and a different WIFI you get the proper SSL Certificate for Cyberdrop.
The connection forcibly closing itself is okay, and the downloader should be able to work through that.

So seeing as the error changed with a different wifi into something that is workable, I'd say that the issue is with your main wifi. I'd suggest unplugging your networking equipment (router, modem, etc). For 5-10 minutes and trying again. But unfortunately I don't think this is something I'll be able to solve through changing the code or getting you to install various things.

If it doesn't work, I can give you a work around I found that skips the SSL Verification check, but I'm not comfortable putting that into the main version of this utility for safety reasons.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

I see.

So seeing as the error changed with a different wifi into something that is workable, I'd say that the issue is with your main wifi. I'd suggest unplugging your networking equipment (router, modem, etc). For 5-10 minutes and trying again. But unfortunately I don't think this is something I'll be able to solve through changing the code or getting you to install various things.

Well, that didn't fix it (not that I expected it to). I can just use a VPN or the other WiFi to go around that.

My only gripe is that even using those the downloads take ages and fail a lot. It's taken about 10 minutes to successfully download a single image when it used to work flawlessly before, and I don't know if it's fixable (I'm guessing it isn't).

I am inclined to trying the one that skips the SSL Verification, if you don't mind giving it to me.

Other than that, thank you a ton for helping, and sorry for taking your time.

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

https://github.com/Jules-WinnfieldX/CyberDropDownloader/archive/refs/heads/Insecure-SSL.zip

This should remove the SSL verification. Give it a try.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

It instantly closes after it opens. Both the "Start.bat" and the "Downloader.py"

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

Try downloading it again. I just added a new line.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Closes after pressing a key

image

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

that ones my bad, we already went over that issue. This next one should work. Give that download a try once more.

from cyberdropdownloader.

kopaka91 avatar kopaka91 commented on August 22, 2024

Well, it would seem like it's working now, however the images downloaded seem to be corrupted (and weirdly enough they all have a 311 bytes size). I don't think there's a way around this unfortunately, and I don't want to keep taking your time on a problem that seems to only affect me. I really appreciate the attemps though, thank you.

image

image

from cyberdropdownloader.

Jules-WinnfieldX avatar Jules-WinnfieldX commented on August 22, 2024

The one last thing I'd recommend you try is uninstall all the versions of python you have installed, and completely delete this utility and start from scratch. It's a fair amount of work, but it's the only thing I can think of at this point. Sorry I couldn't be of more help.

from cyberdropdownloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.