GithubHelp home page GithubHelp logo

Gofile stopped working about pyload HOT 7 CLOSED

clst avatar clst commented on May 27, 2024
Gofile stopped working

from pyload.

Comments (7)

GammaC0de avatar GammaC0de commented on May 27, 2024 1

So the problem is 0.4.20 doesn't have it. Is it safe to just pull the stable branch and use that?

You can safely use the updated stable branch.

from pyload.

GammaC0de avatar GammaC0de commented on May 27, 2024

Works fine here, mabe you have reached the download limit?

from pyload.

clst avatar clst commented on May 27, 2024

Strange. I just tried again:
image

If I download the direct link (from the menu to the right):
image
Then I get the correct filename with just 10KB of html gofile homepage instead of a zip.

I can download the file fine in my browser.

EDIT: can this be interference by cloudflare?

from pyload.

clst avatar clst commented on May 27, 2024

If I do the POST with curl manually I get an account back.

I think I found it:

api_data = self.api_request("accounts", post=True)

The plugin sets post=True. In HTTPRequest it then does post = myurlencode(post) since there is no code for True. Weird that it works on your end.

If I set post='1' or anything else truthy it works. I don't know where exactly the error is, but since the gofile API doesn't seem to care what you post, it works now.

from pyload.

GammaC0de avatar GammaC0de commented on May 27, 2024

I really don't know why it makes a difference:

if post:
self.c.setopt(pycurl.POST, 1)
if not multipart:
if post is True:
post = b""

from pyload.

clst avatar clst commented on May 27, 2024

Oh, that code looked very different in the stable version I am using.

This commit seems to be missing in stable: 3e2c998

That totally fixes it.

EDIT: never mind here it is: Here it is: d4d49b1

So the problem is 0.4.20 doesn't have it. Is it safe to just pull the stable branch and use that?
Or would you recommend I get pyload-ng?

from pyload.

clst avatar clst commented on May 27, 2024

That almost worked fine. Copying stable over pyload/dist has broken py2exe (and the tray icons).

I can live with that and just use my system python now.

EDIT: also needed a manual install of pycryptodome-3.20.0-cp27-cp27m-win32 Now it seems to run fine.
And PyQt4 doesn't work anymore, but I guess that is a lost cause.

from pyload.

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.