Skip to content

OSError: [Errno 22] Invalid argument #85

@sentry

Description

@sentry

Sentry Issue: DX-CLI-6

ExceptionGroup: unhandled errors in a TaskGroup
(5 additional frame(s) were not displayed)
...
  File "asyncio\runners.py", line 195, in run
    return runner.run(main)
  File "asyncio\runners.py", line 118, in run
    return self._loop.run_until_complete(task)
  File "asyncio\base_events.py", line 725, in run_until_complete
    return future.result()
  File "contextlib.py", line 235, in __aexit__
    await self.gen.athrow(value)
  File "contextlib.py", line 235, in __aexit__
    await self.gen.athrow(value)

OSError: [Errno 22] Invalid argument
(5 additional frame(s) were not displayed)
...
  File "rich\console.py", line 2055, in _check_buffer
    self._write_buffer()
  File "rich\console.py", line 2091, in _write_buffer
    legacy_windows_render(buffer, LegacyWindowsTerm(self.file))
  File "rich\_windows_renderer.py", line 17, in legacy_windows_render
    term.write_styled(text, style)
  File "rich\_win32_console.py", line 441, in write_styled
    self.write_text(text)
  File "rich\_win32_console.py", line 403, in write_text
    self.flush()

ClickException: [Errno 22] Invalid argument
(3 additional frame(s) were not displayed)
...
  File "click\core.py", line 1902, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "click\core.py", line 1298, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "click\core.py", line 853, in invoke
    return callback(*args, **kwargs)
  File "deepctl_core\plugin_manager.py", line 247, in command_func
    return command_instance.execute(ctx, **kwargs)
  File "deepctl_core\base_command.py", line 136, in execute
    raise click.ClickException(str(e))

OSError: [Errno 22] Invalid argument
(7 additional frame(s) were not displayed)
...
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "__main__.py", line 10, in <module>
    sys.exit(main())

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions