Giter Club home page Giter Club logo

Comments (17)

lucaSchilling avatar lucaSchilling commented on June 5, 2024

Hey, have you installed everything via porety Install? It looks like a dependency has a newer versuon that it should have.

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

Yes i have installed everything via poetry install but it also asked me to update afterwards and so I did. Is there any way to revert this however?

from twitchcompilationcreator.

lucaSchilling avatar lucaSchilling commented on June 5, 2024

Yeah ja restore the original pyproject.toml and poetry lock abd then run portey install again.

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

how do i restore the original pyproject.toml and poetry lock

from twitchcompilationcreator.

lucaSchilling avatar lucaSchilling commented on June 5, 2024

If you are using git discard your changes you can google how to do that. Otherwise just download those two files and replace them in the project folder or edit those two files and copy paste the content from our repository into them.

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

i replaced the files and it still has the same error. I am on version 2.0 by the way.

from twitchcompilationcreator.

lucaSchilling avatar lucaSchilling commented on June 5, 2024

Have you eun poetry install after replacing them? What program do you mean by 2.0?

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

The 2.0 version of this repository and I have run poetry install after replacing them

from twitchcompilationcreator.

lucaSchilling avatar lucaSchilling commented on June 5, 2024

Can you run poetry show and post a screenshot of what dependencies are installed in your environment?

from twitchcompilationcreator.

MorMundHS-MA avatar MorMundHS-MA commented on June 5, 2024

@OPgamemasterYt Twitch updated their API including a new property in their response. We fixed this issue so after a pull it should now work as expected. Thank you for reporting this issue!

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

how do i fix it?

from twitchcompilationcreator.

MorMundHS-MA avatar MorMundHS-MA commented on June 5, 2024

Run git pull in the project's directory and then re-run it using poetry run python main.py. The error should be gone.

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

says fatal: not a git repository

from twitchcompilationcreator.

MorMundHS-MA avatar MorMundHS-MA commented on June 5, 2024

Ah yes you downloaded the .zip I assume? You can either download the updated .zip or clone the repository with git clone https://github.com/ContentAutomation/TwitchCompilationCreator.git although you might have to clone it to an empty directory.

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

I have gotten this new error
OSError: MoviePy Error: creation of None failed because of the following error:

[WinError 2] The system cannot find the file specified.

.This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary in file conf.py, or that the path you specified is incorrect

from twitchcompilationcreator.

MorMundHS-MA avatar MorMundHS-MA commented on June 5, 2024

Well, since you are on Windows I'd take care reading through the ImageMagick installation instructions and the error message itself

This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary in file conf.py, or that the path you specified is incorrect

Note that your config.py file may have been overridden by the new version, so make sure everything is correct there.

from twitchcompilationcreator.

rkamogh avatar rkamogh commented on June 5, 2024

I've changed the bottom of my config_defaults.py to
FFMPEG_BINARY = 'ffmpeg-imageio'
#~ IMAGEMAGICK_BINARY = 'auto-detect'
IMAGEMAGICK_BINARY = "C:\Program Files\ImageMagick-7.1.0-Q16-HDRI\magick.exe"
and it is still not working

from twitchcompilationcreator.

Related Issues (14)

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.