Giter Site home page Giter Site logo

Comments (15)

Xonshiz avatar Xonshiz commented on June 21, 2024

working on my end. Just downloaded bunch of videos. Let me know if Py script still causes some funky errors. After that I'll push the windows binary. PyCharm doesn't show these errors. Gawd dammit PythonPath :/

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

New one now haha:

Traceback (most recent call last):
  File "AnimeDL.py", line 9, in <module>
    import sites
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\sites\__init__.py", line 1, in <module>
    import sites.crunchyroll
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\sites\crunchyroll.py", line 10, in <module>
    from external.utils import bytes_to_intlist, intlist_to_bytes
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\external\__init__.py", line 1, in <module>
    import external.aes
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\external\aes.py", line 5, in <module>
    from utils import bytes_to_intlist, intlist_to_bytes
ModuleNotFoundError: No module named 'utils'

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

Just pushed an update from desktop. It closed automatically. Re-opening, please try again and let me know. Should work now. Please make sure you're running on Python 3

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

Still get the same error after the update:


C:\Users\Administrator\Desktop\anime-dl-master\anime_dl>python --version
Python 3.6.0

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

Okay, please check again. PyCharm uses PYTHONPATH and the imports work just fine inside it. Outside it, THIS happens. (Learned something new). Check again and let me know...

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

Fixed utils back to compat however:

Traceback (most recent call last):
  File "AnimeDL.py", line 9, in <module>
    import sites
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\sites\__init__.py", line 1, in <module>
    import sites.crunchyroll
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\sites\crunchyroll.py", line 10, in <module>
    from external.utils import bytes_to_intlist, intlist_to_bytes
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\external\__init__.py", line 1, in <module>
    import external.aes
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\external\aes.py", line 5, in <module>
    from external.utils import bytes_to_intlist, intlist_to_bytes
  File "C:\Users\Administrator\Desktop\anime-dl-master\anime_dl\external\utils.py", line 37, in <module>
    from compat import (
ModuleNotFoundError: No module named 'compat'

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

son of a ... -_-
Please bear with this shit, because it's working on my end just fine. :/

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

Oh yeah I understand, glad you're active and willing to work through these problems.

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

Check this update and let me know if its working or not...

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

No more errors but running --help/-h and I get no output, assume that's just because running it on windows.

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

Try downloading an episode. Don't forget to put ffmpeg in the directory of this script, or in the system path.

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

No good:

C:\Users\Administrator\Desktop\anime-dl-master\anime_dl>python AnimeDL.py -i http://www.crunchyroll.com/kemono-friends/episode-8-ppp-live-728273 -u username -p password

C:\Users\Administrator\Desktop\anime-dl-master\anime_dl>

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

This :

python __main__.py -i http://www.crunchyroll.com/kemono-friends/episode-8-ppp-live-728273 -u username -p password

from anime-dl.

Haejien avatar Haejien commented on June 21, 2024

Alright that did it, worked successfully.

from anime-dl.

Xonshiz avatar Xonshiz commented on June 21, 2024

NICE! Finally! And thank you so much for pointing this out and helping me fix this shiznit :)

from anime-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.