Skip to content
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

1.5.0 Docker Requirements error #109

Closed
Tharic99 opened this issue Mar 15, 2021 · 6 comments
Closed

1.5.0 Docker Requirements error #109

Tharic99 opened this issue Mar 15, 2021 · 6 comments

Comments

@Tharic99
Copy link

The docker file for 1.5.0 updated overnight and when running the script manually in the container, it kicks the following errors

plex_meta_manager.py: line 1: import: command not found
plex_meta_manager.py: line 2: from: command not found
plex_meta_manager.py: line 3: try:: command not found
plex_meta_manager.py: line 4: import: command not found
plex_meta_manager.py: line 5: from: command not found
plex_meta_manager.py: line 6: from: command not found
plex_meta_manager.py: line 7: except: command not found
plex_meta_manager.py: line 8: syntax error near unexpected token `"Error: Requirements are not installed"'
plex_meta_manager.py: line 8: `    print("Error: Requirements are not installed")'

I saw in the 1.5.0 update notes that the PlexAPI has been updated to 4.4.1, but is it updated in the docker file?

@meisnate12
Copy link
Member

this ones really odd to me because the new docker container is working fine for me. What are you running docker on? have you tried completely removing the image and re pulling it from docker hub

@Tharic99
Copy link
Author

Unraid 6.9.1

I've forced an update on it twice. I know it's running 1.5.0 though. Doing a cat on plex_meta_manager.py I can see the 1.5.0 version in the file.

Selection_072

meisnate12 added a commit that referenced this issue Mar 15, 2021
@meisnate12
Copy link
Member

i pushed a change to the develop branch can you see if that helped any?

@Tharic99
Copy link
Author

that fixed it. Thanks!

@meisnate12
Copy link
Member

whats really weird is i took out something I added in 1.4.0 not 1.5.0. Did you use 1.4.0 and have it work?

@Tharic99
Copy link
Author

I realized what I did wrong... I was using "bash" instead of "python" to run the plex_meta_manager.py... Ooph..

Sorry for the trouble on this one!

meisnate12 added a commit that referenced this issue Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants