Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

DeviceNotFoundException in spot command #21

Open
ghost opened this issue Aug 19, 2020 · 0 comments
Open

DeviceNotFoundException in spot command #21

ghost opened this issue Aug 19, 2020 · 0 comments
Labels
bug Something isn't working sentry

Comments

@ghost
Copy link

ghost commented Aug 19, 2020

Sentry Issue: PYCRYPCLI-9

DeviceNotFoundException: device_not_found
(2 additional frame(s) were not displayed)
...
  File "PyCrypCli/pycrypcli.py", line 85, in mainloop
    context.get_commands()[cmd].handle(context, args)
  File "PyCrypCli/commands/command.py", line 42, in handle
    cmd.func(context, args)
  File "PyCrypCli/commands/service.py", line 316, in handle_spot
    device: Device = Device.spot(context.client)
  File "PyCrypCli/game_objects/device.py", line 53, in spot
    return Device(client, client.ms("device", ["device", "spot"]))
  File "PyCrypCli/client.py", line 96, in ms
    raise exception(error, list(match.groups()))
@Defelo Defelo added bug Something isn't working sentry labels Aug 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working sentry
Projects
None yet
Development

No branches or pull requests

1 participant