Giter Club home page Giter Club logo

litch's People

Contributors

a-nicoladie avatar sairuk avatar

Watchers

 avatar

litch's Issues

TypeError: doconn() got an unexpected keyword argument 'data'

Hi and thanks for this script!

I have an error when I try --claim-bundles

$ ./litch.py --login

litch 0.1alpha

Login process starting, prepare to login

Email Address: xxxxxxxxxxxxxxx
Password:
[INFO] Login successful
[INFO] Handling MFA
Enter MFA code: xxxxxxxxxxxx
[INFO] MFA was successful

$ ./litch.py --claim-bundles

[INFO] Loading Bundles
[INFO] Reading page https://itch.io/my-purchases/bundles
[INFO] Found 1 bundles
[INFO] Switching bundles
[INFO] Switching to page 1
[INFO] Found 0 unclaimed items
[INFO] Switching to page 2
[INFO] Found 0 unclaimed items
[INFO] Switching to page 3
[INFO] Found 13 unclaimed items
[INFO] Starting claim process
[INFO] Claiming game_id: 465154
Traceback (most recent call last):
File "./litch.py", line 516, in
main(args)
File "./litch.py", line 484, in main
bundles()
File "./litch.py", line 216, in bundles
doconn(burl, conn_type="POST", data=payload, headers=headers)
TypeError: doconn() got an unexpected keyword argument 'data'

I'm not an python dev, but I try to change
doconn(burl, conn_type="POST", data=payload, headers=headers)
by this
doconn(client, burl, conn_type="POST", payload=payload, headers=headers)
and it worked

Add manifest to help target game updates

need to build a manifest from the scanned pages with gameid, name and applicable urls etc so we can add the ability to target particular games for updates, oneshot run.

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.