Giter Club home page Giter Club logo

docker-plexanisync's People

Contributors

adamus1red avatar reconman avatar rickdb avatar thundernerd avatar wolph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-plexanisync's Issues

'plex_episode_count_priority' as environmental variable for docker?

Unless I'm doing something wrong (most likely case) I cant change the settings file in the docker container. I could be that i'm running this on unraid but there is not editor inside the docker for me to edit the settings.ini or the settingsupdater.py just to flip the flag. The only path change available is for the config file and not one for the setting.ini file. Can you either map setting.ini to a folder or have an environmental flag for 'plex_episode_count_priority'? The only other thing I have tried is creating a symlink inside the /config folder pointing to /plexanisync but that doesn't appear to work either.

Container fails to start

when ever i start the container with the newest image i get this error message:
Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/plexanisync/runsync.sh": permission denied: unknown

Docker image no longer working after latest update

I've just updated my docker image and now whenever i try to run it i just get this error:
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: "/runsync.sh": stat /runsync.sh: no such file or directory": unknown.

Unable to run

Heya,

Seems like the docker image isn't able to run properly anymore (for me at least).
I've updated to the latest version, and made sure all the environment variables are correctly named.

This is the output that I get when I look at the logs through Portainer:

      
      
      

No logs available

    

Is there a known issue or is it an isolated one for me?

Cheers

Suggestion: Use Alpine base container

Python's base container images currently use debian which can lead to quite large image sizes, it would be good if an alpine image could be used here instead to save some space.

TypeError: 'NoneType' object is not subscriptable

Hello, sometimes on my instance i get this error, so it stops the current update, and restarts at the next time set by the interval.

plexanisync | 2021-02-02 00:16:21 Found multiple seasons so using season search instead for: The Irregular at Magic High School
plexanisync | 2021-02-02 00:16:21 [PLEX] Retrieving episode watch count for show: The Irregular at Magic High School | season: 1
plexanisync | 2021-02-02 00:16:21 [PLEX] 26 episodes watched for season 1
plexanisync | 2021-02-02 00:16:21 [PLEX] Retrieving episode watch count for show: The Irregular at Magic High School | season: 2
plexanisync | 2021-02-02 00:16:21 [PLEX] 13 episodes watched for season 2
plexanisync | Traceback (most recent call last):
plexanisync | File "/plexanisync/PlexAniSync.py", line 168, in
plexanisync | start()
plexanisync | File "/plexanisync/PlexAniSync.py", line 159, in start
plexanisync | anilist.match_to_plex(
plexanisync | File "/plexanisync/anilist.py", line 576, in match_to_plex
plexanisync | match_series_with_seasons(
plexanisync | File "/plexanisync/anilist.py", line 898, in match_series_with_seasons
plexanisync | media_id_search = find_id_season_best_match(
plexanisync | File "/plexanisync/anilist.py", line 1167, in find_id_season_best_match
plexanisync | if item[0].media:
plexanisync | TypeError: 'NoneType' object is not subscriptable

Every time it's a different series. So let me put some others:

plexanisync | 2021-02-02 00:16:21 Found multiple seasons so using season search instead for: The Irregular at Magic High School
plexanisync | 2021-02-02 00:16:21 [PLEX] Retrieving episode watch count for show: The Irregular at Magic High School | season: 1
plexanisync | 2021-02-02 00:16:21 [PLEX] 26 episodes watched for season 1
plexanisync | 2021-02-02 00:16:21 [PLEX] Retrieving episode watch count for show: The Irregular at Magic High School | season: 2
plexanisync | 2021-02-02 00:16:21 [PLEX] 13 episodes watched for season 2
plexanisync | Traceback (most recent call last):
plexanisync | File "/plexanisync/PlexAniSync.py", line 168, in
plexanisync | start()
plexanisync | File "/plexanisync/PlexAniSync.py", line 159, in start
plexanisync | anilist.match_to_plex(
plexanisync | File "/plexanisync/anilist.py", line 576, in match_to_plex
plexanisync | match_series_with_seasons(
plexanisync | File "/plexanisync/anilist.py", line 898, in match_series_with_seasons
plexanisync | media_id_search = find_id_season_best_match(
plexanisync | File "/plexanisync/anilist.py", line 1167, in find_id_season_best_match
plexanisync | if item[0].media:
plexanisync | TypeError: 'NoneType' object is not subscriptable`

plexanisync | 2021-02-02 00:19:02 [PLEX] Retrieving episode watch count for show: Ace of the Diamond | season: 2
plexanisync | 2021-02-02 00:19:02 [PLEX] 29 episodes watched for season 2
plexanisync | Traceback (most recent call last):
plexanisync | File "/plexanisync/PlexAniSync.py", line 168, in
plexanisync | start()
plexanisync | File "/plexanisync/PlexAniSync.py", line 159, in start
plexanisync | anilist.match_to_plex(
plexanisync | File "/plexanisync/anilist.py", line 576, in match_to_plex
plexanisync | match_series_with_seasons(
plexanisync | File "/plexanisync/anilist.py", line 898, in match_series_with_seasons
plexanisync | media_id_search = find_id_season_best_match(
plexanisync | File "/plexanisync/anilist.py", line 1167, in find_id_season_best_match
plexanisync | if item[0].media:
plexanisync | TypeError: 'NoneType' object is not subscriptable

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.