-
Notifications
You must be signed in to change notification settings - Fork 110
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
Monkey patch trakt UserList with a type field #1100
Conversation
I am just running a test now, but so far it seems to be working. |
Ok i did the command
|
@marksie1988: wtf? you're not even using code from this branch, why should it work?! |
Aren't I? I specified to install this PR with:
It looked to update as expected. I'll double check Edit: Yea I'm an idiot 😂 didn't realise that it created a new executable. When I run
So seems that this does fix the initial error but I'm not sure if this new one is related |
so I'd say you failed initially :) |
Added debug: 54e5924, it should give a trace to see where the recursion came from. |
@marksie1988 I'm not familiar with the problem, what should I enable in my config.yml so I get the same error? |
Copy of my config file below
I ran again
not sure if i need to do something else to ensure the new update is added. |
the version will stay |
using pipx to remove worked, I now get the full trace:
|
I created a copy of my working directory and updated the 2 python files. **I understand it says 0.22.1 branch but as i said, i updated the files manually.
|
54e5924
to
9374c75
Compare
1a9c2ed might help |
1a9c2ed
to
1b3625c
Compare
Still happening im afraid:
|
The trace indicates that
i.e trying to figure out how to reproduce this: |
That is still not enough to reproduce:
if any of you want me to work on this, provide the exact steps to reproduce! |
1b3625c
to
7f78168
Compare
All I have done is as follows: Run command:
After this the failure occurs, i'm using the config that I posted previously. not sure you need it, but Plex server is Version im not too familiar with pipx so unsure if its configuration could impact the venv configurations. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Replaced with #1124 |
@racincason stop abusing the pull requests, create new issue of your problems! |
Monkey patching moogar0880/PyTrakt#206
Fixes #941