-
Notifications
You must be signed in to change notification settings - Fork 109
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
Crash during sync : Read timed out. (read timeout=30) #956
Comments
Unclear what is the first trace from, seems you have truncated beginning of the output to see what it's from But the second error is definitely because you have typed literal |
You need to provide the output of the command run:
attach as .txt file if it's too long |
|
as you can see, an error, so no. movie id is a number, you must supply a number, i.e value of the also, edit your post and put text output to the markdown code block. and, I asked full reproducer of the problem, not a repeat inspect command. |
Sorry glen I tried to edit and didn't see text output markdown code black. I saw ' When I did the `C:\Users\admin\Downloads\PTS\PTS>python -m plextraktsync inspect 17473 Inspecting 17473: Not found` that's the error I got. Once again I'm extremely new to this, so if you have an exact code/command I can do that. Normally I just run the shortcut , I found out how to do the python -m by googling to get a result where it doesn't crash so I could see the error you see above. Additonally I don't see any numbers when I start, it just looks like this.
|
@radxrico you've been asked 3 times to provide full output of your sync crash. Please do it if you want some help. |
@twolaw can you provide me with exact instructions? I've never messed with python and have a windows zip installation. I want to provide everything I can to get the matter resolved for myself and future people, so if you guys can just explain exactly what commands/how to do it I can provide such. |
You need to provide the full text output of the command that crashes. currently, you have deleted your output, only left traces are from inspect command, and that is not the crash the bugreport was about. you should restore original bug report as well. |
Ok, I am opening the .bat in command now so it doesn't close the window like it does when I just use the shortcut. I will copy everything it says. Is there any other information you can give me to give you what you need? Exact commands on how to see what you need? EDIT: After running the bat in CMD instead of the shortcut I'm able to see the error messages when it fails which is this (the normal shortcut just closes /crashes when it hits this point'
Since I am unsure beyond this what to provide I'll need exact commands to do please. |
Just out of curiosity i did a re-install using pipx since that was the recommended and I ran into the e same error. On that one I was able to at least use the command and just try syncing tv shows to bypass where it keeps getting stuck and ran into the following:
|
Duplicate, Plex timeout PlexTraktSync can not handle. See your plex server logs. You may have luck increasing plex timeout: |
Small mitigation for: - Taxel#956
Small mitigation for: - Taxel#956
Hello @glensc , I checked the Timout link that you suggested, but the filenames in there may have changed for me to look into that option. Looks like that was from 2019 and I don't have a main.py that I can see in the files. Can you offer any assistance so I can give it a shot to change the timeout like you said? |
Do you use a reverse-proxy or anything similar ? |
@radxrico what main.py? I linked to particular comment: Copying content for reference:
and the link still points to proper documentation: |
@twolaw - I do have a VPN, but I also tried disabling that to run plextraktsync , showing no difference. @glensc I was referring to the main.py from the user who posted this in the Timeout link
In regards to the python-plexapi. I just tried installing that with pip and it seemed to install, but I cant find the config.ini it says to change anything with the timeout. Can you offer any assistance with that if you think that will fix the error? In regards to the plex server logs, I only use the player, not really the server, but I did a search to fin dout where they would be and no logs were changed since 4/24/2019. Probably when I installed there server instead of the player by accident. see attached file. Unless you have alternate locations or meanings I can search for more if you just tell me where it would be. (EDIT: PS - Sorry for posting in the other thread about your Feature: Add Plex Timeout Config. I was just trying to see if that fixed the problem and wanted to help out to troubleshoot what you did. I copied the file changes you did to see if it would work. Just trying to help troubleshoot so this can work for me and if others are experiencing the same. |
@radxrico come on. i copied exact text you needed to read:
from that link you can read out the config file is to be created at:
I don't know what is equivalent of however, if you read the link, you can read out that you can set the config values with environment variables as well. and also, with 0.20.4 you can use just plextraktsync config: and also, you have deleted your issue body, you should restore it as already asked. |
I apologize @glensc , I've been unable to get you the information you need to help me. So I'm just going to see if someone else has the same issues and keep an eye on a solution or an update maybe that may magically fix it? Perhaps you can answer a couple of questions
Example, for the Movies it crashes at (Documentary), is there a way I can omit certain libraries from Movies to not sync, so just Skip that Documentaries library in Movies and go forward?
If so that would be helpful. One could just skip the letter to maybe proceed/get past whatever is making it break. |
hello @twolaw I still havent been able to get past the one point with the crash. If you can provide step by step instructions on the timeouts I can attempt that and report back! |
I think your plextraktsync script and your Plex server are not on the same local network. That's the problem for a first sync of a huge library. Can you login to plex again with this command : Usually the plex server is found at a plex.direct address and on port 32400.
|
Thank you for the response twolaw, it is a shared library. I'm unfortunately away from my system for a few days to check this, but i will and give you the information! Thank you |
@twolaw i use direct connect and and still get timeout errors, both my plex-trakt-sync and plex server are on the same docker network. I have a reverse proxy setup, but of these containers are running on the same machine and i have seen in the ReadTimeout error that trakt-sync is indeed using the direct connection url options or referencing the static docker container ip that I configured manually in servers.yml. I repeatedly get timeout errors on one item, then usually easily add 3-4 items to collection, then stuck again on one item (repeatedly failing until i get lucky?). I'm not sure how to change the timeout, see my comment in issue #1455. thanks for the help, i thought i would add some more context of my situation here. |
correction below, hopefully
The text was updated successfully, but these errors were encountered: