-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
While I can't tell if my last issue was fixed with this release, there's now another issue with 0.10.2 preventing the app from even opening:
flatpak run vn.hoabinh.quan.CoBang
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/app/lib/python3.10/site-packages/cobang/__main__.py", line 21, in <module>
from .app import CoBangApplication
File "/app/lib/python3.10/site-packages/cobang/app.py", line 33, in <module>
from . import ui
File "/app/lib/python3.10/site-packages/cobang/ui.py", line 16, in <module>
from .resources import get_ui_filepath
File "/app/lib/python3.10/site-packages/cobang/resources.py", line 8, in <module>
import requests
File "/app/lib/python3.10/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/app/lib/python3.10/site-packages/urllib3/__init__.py", line 13, in <module>
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/app/lib/python3.10/site-packages/urllib3/connectionpool.py", line 40, in <module>
from .response import HTTPResponse
File "/app/lib/python3.10/site-packages/urllib3/response.py", line 162, in <module>
class HTTPResponse(io.IOBase):
File "/app/lib/python3.10/site-packages/urllib3/response.py", line 395, in HTTPResponse
DECODER_ERROR_CLASSES += (brotli.error,)
AttributeError: module 'brotli' has no attribute 'error'
Metadata
Metadata
Assignees
Labels
No labels