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

listing modules fails if service does not exist #392

Closed
DaveYesland opened this issue Jan 8, 2024 · 0 comments
Closed

listing modules fails if service does not exist #392

DaveYesland opened this issue Jan 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DaveYesland
Copy link
Collaborator

Traceback (most recent call last):
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 1830, in run_gui
    else:
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 1687, in idle
    new_session = arg.new_session
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 1685, in idle
    arg = args[0]
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 598, in parse_command
    self.parse_search_command(command)
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 768, in parse_list_command
    elif len(command) == 3:
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 1170, in list_modules
    continue
  File "/mnt/c/Users/rhino/Desktop/dev/pacu/pacu/main.py", line 355, in get_regions
    valid_regions = regions[service]
<class 'KeyError'>: 'monitoring
@DaveYesland DaveYesland added the bug Something isn't working label Jan 8, 2024
@DaveYesland DaveYesland mentioned this issue Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant