Giter Site home page Giter Site logo

Comments (12)

Nuadh avatar Nuadh commented on August 24, 2024 1

Probably not a good idea, but I've made a (temporary) replacement in perl. Just so I can update my addons without running windows:)
Tbh, I would rather use lcurse, but, hey..

https://git.smokepit.net/Nuadh/pcurse

Ps.: I'm sorry I advertise other software here, It's probably not nice.

from lcurse.

Nuadh avatar Nuadh commented on August 24, 2024 1

My bad, expecting a http Uri, not a HTTPS one:) new version up, please try again:)

from lcurse.

fbesser avatar fbesser commented on August 24, 2024 1

My bad, expecting a http Uri, not a HTTPS one:) new version up, please try again:)

Works great thank you

from lcurse.

fbesser avatar fbesser commented on August 24, 2024

Probably not a good idea, but I've made a (temporary) replacement in perl. Just so I can update my addons without running windows:)
Tbh, I would rather use lcurse, but, hey..

thank you for your work, but unfortunately it's not working. I get Found Clique(v80000-1.0.0)Could not find product id for Clique for every Addon

from lcurse.

Nuadh avatar Nuadh commented on August 24, 2024

Could you send me your ~/.lcurse/addons.json, /.pcurse/config.json and ~/.pcurse/addons.json . I'll try to find out what makes it misbehave:)

from lcurse.

fbesser avatar fbesser commented on August 24, 2024

Could you send me your ~/.lcurse/addons.json, /.pcurse/config.json and ~/.pcurse/addons.json . I'll try to find out what makes it misbehave:)

here you go

from lcurse.

ilu33 avatar ilu33 commented on August 24, 2024

@mboquien has fixed his lcurse fork, until @ephraim pulls in the changes just use his version.

from lcurse.

Philmore971 avatar Philmore971 commented on August 24, 2024

Hi all.
I made some changes to waitdlg.py
I also used the latest proposed code elements on the main branch
Catalogue and addon updates are functional
I downloaded my modified version on my fork
https://github.com/Philmore971/lcurse
Do not use the file directly, there are translations Fr inside the code
Sometimes the catalogue update stops before the end (98% 99%)
I don’t have an answer
Test my version please

from lcurse.

ilu33 avatar ilu33 commented on August 24, 2024

Curse changes again: Now they are providing versions for wow classic under the same project - see BigWigs, Capping, DBM and probably others too. If I enter https://www.curseforge.com/wow//download in the browser the correct non-classic version gets selected. But lcurse seems to check for the newest version and enters that specific id which might be the classic version, depending on what was most recently updated. At the moment most of those addons have a file name that ends on "-classic". But that's not a given so checking the game version would be necessary.

Any idea how to adapt the code, @mboquien, perhaps?

from lcurse.

mboquien avatar mboquien commented on August 24, 2024

@ilu33 My subscription has lapsed and I will likely not go back for at least a couple of month. If nobody has had a look by then, I will dig into it.

from lcurse.

Philmore971 avatar Philmore971 commented on August 24, 2024

we will only have to process the download corresponding to the correct version of Wow. Actually, wow-classic is installed in another directory. Lcurse does not handle several versions of Wow. For the moment, I had no problem with the versions. Wow 8.2 seems to be the default version when downloading ... to check.

from lcurse.

fbesser avatar fbesser commented on August 24, 2024

actually it is a problem, it gets the first Release from the list and if the classic version is the last release it installs the classic version. Ran into this with a few addons, like Bigwigs and Details!. Problem is every Addon names their releases different most addons add -classic to the end of the version, easy to filter out with

              while True:
                    print(lis[versionIdx].td.next_sibling.next_sibling.a.string)
                    isOk= beta or lis[versionIdx].td.div.span.string=='R' and not "classic" in lis[versionIdx].td.next_sibling.next_sibling.a.string
                    if isOk:
                        break
                    versionIdx=versionIdx+1

But Details! i.e. just uses total different version number.

from lcurse.

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.