From deb, 9 Months ago, written in Plain Text.
This paste will perish in 1 Month.
Embed
  1. deb@mint-lap:~$ webapp-manager
  2. deb@mint-lap:~$ Traceback (most recent call last):
  3.   File "/usr/lib/webapp-manager/", line 24, in <module>
  4.     from common import _async, idle, WebAppManager, download_favicon, ICONS_DIR, BROWSER_TYPE_FIREFOX
  5.   File "/usr/lib/webapp-manager/", line 397, in <module>
  6.     def download_image(root_url: str, link: str) -> Optional[Image]:
  7.   File "/usr/lib/python3.10/", line 312, in inner
  8.     return func(*args, **kwds)
  9.   File "/usr/lib/python3.10/", line 403, in __getitem__
  10.     return self._getitem(self, parameters)
  11.   File "/usr/lib/python3.10/", line 529, in Optional
  12.     arg = _type_check(parameters, f"{self} requires a single type.")
  13.   File "/usr/lib/python3.10/", line 176, in _type_check
  14.     raise TypeError(f"{msg} Got {arg!r:.100}.")
  15. TypeError: typing.Optional requires a single type. Got <module 'PIL.Image' from '/usr/lib/python3/dist-packages/PIL/'>.
  16. Error in sys.excepthook:
  17. Traceback (most recent call last):
  18.   File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in apport_excepthook
  19.     with os.fdopen(os.open(pr_filename,
  20. FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_lib_webapp-manager_webapp-manager.py.1000.crash'
  21.  
  22. Original exception was:
  23. Traceback (most recent call last):
  24.   File "/usr/lib/webapp-manager/", line 24, in <module>
  25.     from common import _async, idle, WebAppManager, download_favicon, ICONS_DIR, BROWSER_TYPE_FIREFOX
  26.   File "/usr/lib/webapp-manager/", line 397, in <module>
  27.     def download_image(root_url: str, link: str) -> Optional[Image]:
  28.   File "/usr/lib/python3.10/", line 312, in inner
  29.     return func(*args, **kwds)
  30.   File "/usr/lib/python3.10/", line 403, in __getitem__
  31.     return self._getitem(self, parameters)
  32.   File "/usr/lib/python3.10/", line 529, in Optional
  33.     arg = _type_check(parameters, f"{self} requires a single type.")
  34.   File "/usr/lib/python3.10/", line 176, in _type_check
  35.     raise TypeError(f"{msg} Got {arg!r:.100}.")
  36. TypeError: typing.Optional requires a single type. Got <module 'PIL.Image' from '/usr/lib/python3/dist-packages/PIL/'>.
  37.  
  38. deb@mint-lap:~$
  39.  
captcha