-
Notifications
You must be signed in to change notification settings - Fork 29
TypeError: __init__() got an unexpected keyword argument 'vod_offset' #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, have you installed everything via porety Install? It looks like a dependency has a newer versuon that it should have. |
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? |
Yeah ja restore the original pyproject.toml and poetry lock abd then run portey install again. |
how do i restore the original pyproject.toml and poetry lock |
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. |
i replaced the files and it still has the same error. I am on version 2.0 by the way. |
Have you eun poetry install after replacing them? What program do you mean by 2.0? |
The 2.0 version of this repository and I have run poetry install after replacing them |
Can you run poetry show and post a screenshot of what dependencies are installed in your environment? |
@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! |
how do i fix it? |
Run |
says fatal: not a git repository |
Ah yes you downloaded the |
I have gotten this new 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 |
Well, since you are on Windows I'd take care reading through the ImageMagick installation instructions and the error message itself
Note that your |
I've changed the bottom of my config_defaults.py to |
Here is the code
warning:root:No model for prediction available -> every clip is chosen as valid (ingame)
Traceback (most recent call last):
File "main.py", line 17, in
ch.get_clips(
File "C:\Users\Amogh\Desktop\TwitchCompilationCreator-2.0\src\ClipHandler.py", line 46, in get_clips
self.get_game_clips(utils.get_headers(), timespan, language, kwargs)
File "C:\Users\Amogh\Desktop\TwitchCompilationCreator-2.0\src\ClipHandler.py", line 78, in get_game_clips
self.handle_response_data(resp.json(), language, creator_counts, filter_information)
File "C:\Users\Amogh\Desktop\TwitchCompilationCreator-2.0\src\ClipHandler.py", line 136, in handle_response_data
current_clip = Clip(**clip)
TypeError: init() got an unexpected keyword argument 'vod_offset'
then it stops working
The text was updated successfully, but these errors were encountered: