Git Product home page Git Product logo

Comments (17)

nmcc1212 avatar nmcc1212 commented on May 24, 2024

I've got it working here https://github.com/nmcc1212/adobe-packager to the point that i get a package file with no errors

but still getting the Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700) (#56)

from adobe-packager.

nmcc1212 avatar nmcc1212 commented on May 24, 2024

btw if anyone needs a working download for 24.6, my discord is macki#1525

from adobe-packager.

Drovosek01 avatar Drovosek01 commented on May 24, 2024

I've got it working here https://github.com/nmcc1212/adobe-packager to the point that i get a package file with no errors

Thanks for trying.

I have just tested the version with your changes and unfortunately the installers made with your changes do not work and immediately give error 103. I have researched this and the problem is that with your changes, for some reason, the CCX component is not downloaded along with other components of the selected product.

Additional edits are needed

but still getting the Error: SyntaxError: JSON Parse error: Unexpected EOF (-2700) (#56)

Yes, this problem is discussed in a separate thread. To solve it, you need to use Creative Cloud v5.7.0

from adobe-packager.

jesussmile avatar jesussmile commented on May 24, 2024

Just add a placeholder for productsIntel like this and it should get you thru the downloads successfully. Yea getting an error 103 when extracting the package afterwards. Unsure what it is, its mostly likely to do with the version conflict between CC and photoshop, may be ? Ps, if someone could point the error, hopefully we can fix the code?

    print('')
    productsintel = {
    'sapCode': 'version',
    'version': '2.2.1',  # Add the necessary values for each sapCode
}

    prodInfo = versions[version]
    prods_to_download = []
    dependencies = prodInfo['dependencies']
    for d in dependencies:
     try:
         prods_to_download.append({
             'sapCode': d['sapCode'],
             'version': d['version'],
             'buildGuid': products[d['sapCode']]['versions'][d['version']]['buildGuid']
         })
     except KeyError:
         try:
             prods_to_download.append({
                 'sapCode': d['sapCode'],
                 'version': d['version'],
                 'buildGuid': productsintel[d['sapCode']]['versions'][d['version']]['buildGuid']
             })
         except KeyError:
             print(f"Error: buildGuid not found for sapCode: {d['sapCode']}, version: {d['version']}")

from adobe-packager.

nmcc1212 avatar nmcc1212 commented on May 24, 2024

working dmg can be found here
https://www.mediafire.com/file/3rm0kfigyj0bfn2/Adobe_Photoshop_%2528Beta%2529_24.6.dmg/file

Edit: this is a clean installer, macki#1525 if you need License

from adobe-packager.

Antibioticss avatar Antibioticss commented on May 24, 2024

Bruh, that's my installer.
I've fixed this issue and updated some new features. Get it from here.
No sure if there will be new issues, I would like to test it out before I pull a request.
Welcome to add issues. 😀

from adobe-packager.

nmcc1212 avatar nmcc1212 commented on May 24, 2024

idk if your talking about my link, but i found that link on a forum

from adobe-packager.

Antibioticss avatar Antibioticss commented on May 24, 2024

I know where it's from. I posted it there. ;)

from adobe-packager.

jesussmile avatar jesussmile commented on May 24, 2024

I know where it's from. I posted it there. ;)

Yo! What was the issue initially giving out all the errors mentioned above ? What did u fix?

from adobe-packager.

Antibioticss avatar Antibioticss commented on May 24, 2024

You can see my commit here
This is actually a mistake in parsing dependencies.

from adobe-packager.

jesussmile avatar jesussmile commented on May 24, 2024

You can see my commit here This is actually a mistake in parsing dependencies.

Thank you. Great find! Appreciate it bud.

from adobe-packager.

nmcc1212 avatar nmcc1212 commented on May 24, 2024

I know where it's from. I posted it there. ;)

mb lol, thanks for putting it there :)

from adobe-packager.

jesussmile avatar jesussmile commented on May 24, 2024

You can see my commit here
This is actually a mistake in parsing dependencies.

yo! how to crack it?

from adobe-packager.

Drovosek01 avatar Drovosek01 commented on May 24, 2024

Fixed with merge commits by @Antibioticss

from adobe-packager.

Antibioticss avatar Antibioticss commented on May 24, 2024

yo! how to crack it?

Just read my code, it's not difficult to understand.

from adobe-packager.

KaipiYann avatar KaipiYann commented on May 24, 2024

Just read my code, it's not difficult to understand.
@Antibioticss where to read cause I'm stuck with trial mode of PS and didn't see anything in code about this.

from adobe-packager.

Antibioticss avatar Antibioticss commented on May 24, 2024

Em, I mean the code for fixing the v5 url. And this repo is not for Adobe warez.

from adobe-packager.

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.