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

docker dev listrr - types.SimpleNamespace' object has no attribute 'get' #959

Open
bacnh85 opened this issue Dec 28, 2024 · 1 comment
Open

Comments

@bacnh85
Copy link

bacnh85 commented Dec 28, 2024

Hi,

So far, riven is working well with overseer and would like to add listrr to work, however it does not work with 0.20.1 so try with latest dev and it can communicate with listrr however could not execute any list.

Env:

  • Docker image: docker.io/spoked/riven:dev
  • Config:
        "listrr": {
            "update_interval": 300,
            "enabled": true,
            "movie_lists": [],
            "show_lists": [
                "676b8999ad3213fedcf71084"
            ],
            "api_key": "xxxxx"
        },

LOG:

24-12-28 09:16:32 | ✔️  SUCCESS   | listrr.__init__ - Listrr initialized!
24-12-28 09:16:40 | 🐞 DEBUG     | program._schedule_services - Scheduled Listrr to run every 300 seconds.
24-12-28 09:16:40 | 🐞 DEBUG     | event_manager.submit_job - Submitting service Listrr to be executed
24-12-28 09:16:40 | 🐞 DEBUG     | event_manager._find_or_create_executor - Created executor for Listrr with 1 max workers.
24-12-28 09:16:40 | ❌ ERROR     | listrr_api.get_items_from_Listrr - An error occurred: 'types.SimpleNamespace' object has no attribute 'get'
@bacnh85
Copy link
Author

bacnh85 commented Dec 31, 2024

@dreulavelle I tried to make development env however backend/main.py is not available, so I think README may need to be updated as well.

poetry run python backend/main.py

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

1 participant