Skip to content

Running via console has an issue when setting Advanced Settings #24

@itinerantmarshmallow

Description

@itinerantmarshmallow

Following instructions here as I don't have UI instance of Linux.

https://github.com/ladyisatis/OnePaceOrganizer/wiki/Usage-(Mac-and-Linux)

Console UI: uv run main.py console

I get to the point where it asks if I want to edit Advanced Settings, I select yes and then it prompts me for the language:

Image

After selecting this I get the below error.

uv run main.py console
Traceback (most recent call last):
  File "/mnt/usb/optinas1/Anime/One Pace/OnePaceOrganizer/OnePaceOrganizer-1.2.0/main.py", line 208, in <module>
    main()
    ~~~~^^
  File "/mnt/usb/optinas1/Anime/One Pace/OnePaceOrganizer/OnePaceOrganizer-1.2.0/main.py", line 198, in main
    console.main(opo, log_level)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/mnt/usb/optinas1/Anime/One Pace/OnePaceOrganizer/OnePaceOrganizer-1.2.0/src/console.py", line 657, in main
    code = asyncio.run(Console(organizer, log_level).run())
  File "/usr/lib/python3.13/asyncio/runners.py", line 195, in run
    return runner.run(main)
           ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3.13/asyncio/runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3.13/asyncio/base_events.py", line 719, in run_until_complete
    return future.result()
           ~~~~~~~~~~~~~^^
  File "/mnt/usb/optinas1/Anime/One Pace/OnePaceOrganizer/OnePaceOrganizer-1.2.0/src/console.py", line 277, in run
    self.organizer.store.language = await radiolist_dialog(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: property 'language' of 'OrganizerStore' object has no setter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions