Giter VIP home page Giter VIP logo

eaf-airshare's People

Contributors

alastairdb avatar anuragvickey avatar c1-g avatar chongqing520 avatar lujun9972 avatar manateelazycat avatar maskray avatar matthewzmd avatar mgcyung avatar qquanwei avatar wi24rd avatar zsxh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

eaf-airshare's Issues

涉及到python-qrcode这个包,就会报错。

Traceback (most recent call last):
File "/home/oxsard/.emacs.d.28.1/site-lisp/emacs-application-framework/core/utils.py", line 55, in on_signal_received
self._func(obj, *args, **kwargs)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 155, in new_buffer
self.create_buffer(buffer_id, url, module_path, arguments)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 173, in create_buffer
app_buffer = module.AppBuffer(buffer_id, url, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/airshare/buffer.py", line 35, in init
self.add_widget(AirShareWidget(url, self.theme_foreground_color))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/airshare/buffer.py", line 100, in init
self.qrcode_label.setPixmap(qrcode.make(url, image_factory=Image).pixmap())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/qrcode/main.py", line 29, in make
return qr.make_image()
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/qrcode/main.py", line 365, in make_image
im = image_factory(
^^^^^^^^^^^^^^
TypeError: Image.init() got an unexpected keyword argument 'qrcode_modules'
Traceback (most recent call last):
File "/home/oxsard/.emacs.d.28.1/site-lisp/emacs-application-framework/core/utils.py", line 55, in on_signal_received
self._func(obj, *args, **kwargs)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 155, in new_buffer
self.create_buffer(buffer_id, url, module_path, arguments)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 173, in create_buffer
app_buffer = module.AppBuffer(buffer_id, url, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/airshare/buffer.py", line 35, in init
self.add_widget(AirShareWidget(url, self.theme_foreground_color))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/airshare/buffer.py", line 100, in init
self.qrcode_label.setPixmap(qrcode.make(url, image_factory=Image).pixmap())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/qrcode/main.py", line 29, in make
return qr.make_image()
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/qrcode/main.py", line 365, in make_image
im = image_factory(
^^^^^^^^^^^^^^
TypeError: Image.init() got an unexpected keyword argument 'qrcode_modules'
Traceback (most recent call last):
File "/home/oxsard/.emacs.d.28.1/site-lisp/emacs-application-framework/core/utils.py", line 55, in on_signal_received
self._func(obj, *args, **kwargs)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 155, in new_buffer
self.create_buffer(buffer_id, url, module_path, arguments)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 170, in create_buffer
spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] 没有那个文件或目录: '/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/file-manager/buffer.py'
Traceback (most recent call last):
File "/home/oxsard/.emacs.d.28.1/site-lisp/emacs-application-framework/core/utils.py", line 55, in on_signal_received
self._func(obj, *args, **kwargs)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 155, in new_buffer
self.create_buffer(buffer_id, url, module_path, arguments)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 170, in create_buffer
spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] 没有那个文件或目录: '/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/file-manager/buffer.py'
Traceback (most recent call last):
File "/home/oxsard/.emacs.d.28.1/site-lisp/emacs-application-framework/core/utils.py", line 55, in on_signal_received
self._func(obj, *args, **kwargs)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 155, in new_buffer
self.create_buffer(buffer_id, url, module_path, arguments)
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/eaf.py", line 173, in create_buffer
app_buffer = module.AppBuffer(buffer_id, url, arguments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/file-browser/buffer.py", line 42, in init
self.add_widget(FileUploaderWidget(url, self.theme_background_color, self.theme_foreground_color))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/oxsard/.emacs.d/site-lisp/emacs-application-framework/app/file-browser/buffer.py", line 121, in init
self.qrcode_label.setPixmap(qrcode.make(self.address, image_factory=Image).pixmap())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/qrcode/main.py", line 29, in make
return qr.make_image()
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/qrcode/main.py", line 365, in make_image
im = image_factory(
^^^^^^^^^^^^^^
TypeError: Image.init() got an unexpected keyword argument 'qrcode_modules'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.