Coder Social home page Coder Social logo

Comments (7)

scuml avatar scuml commented on August 26, 2024 5

To summarize, run:

pip uninstall ply
pip install ply==3.4

from bandcamp-dl.

rdlmda avatar rdlmda commented on August 26, 2024

According to dabeaz/ply#63 supposedly this is fixed on ply 3.7.
I have, however, installed ply 3.8 via pip and the issue persists.

from bandcamp-dl.

imampossible avatar imampossible commented on August 26, 2024

Yeah, I don't know what the deal is. I've done practically everything from un/reinstalling python as with the packages to use for this program. Used 2.7 and 3.X but still nothing. Tried uninstalling, deleting, and reinstalling things with ply. So far no dice, I'm still getting this same warning.

from bandcamp-dl.

JohnSelleck avatar JohnSelleck commented on August 26, 2024

Same problem persist in my case too. As ruda-almeida stated, i tried reinstalling ply3.8 and replacing files, also tried the whole instalation proces from clean slate but problem persists. With me the problem is with these files: yacctab.pyc and lextab.pyc.
Tried and searched for solution but still didn't find one.

Edit:
I tried installing Ply3.4 and the warning is gone but now the problem remains:

uknown url type: //popplers5.bandcamp.com/download/track?enc=mp3-128&fsig=0bf275fcbe374c0d12eb8ff9af6ed62&id=2945142706&stream=1&ts=1445767726.0
Downloading failed...

from bandcamp-dl.

JohnSelleck avatar JohnSelleck commented on August 26, 2024

Found a solution:

  1. You need Ply 3.4 installed instead of Ply 3.8.
  2. In BandcampDownloader.py find line number 68 and repleace it with:
    tmp_file = wgetter.download(('http:')+(track['url']), outdir=dirname)
    Thanks to: JackRonan in #32
    Everything should now work perfectly.

from bandcamp-dl.

imampossible avatar imampossible commented on August 26, 2024

Can confirm that the solution works. Thank you John and Jack, you're a lifesaver [and a time saver!]

from bandcamp-dl.

iheanyi avatar iheanyi commented on August 26, 2024

Fixed by 83554e8, thanks for the report!

from bandcamp-dl.

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.