Giter Site home page Giter Site logo

Ubuntu 16.10 not working about mkchromecast HOT 5 CLOSED

cdekok avatar cdekok commented on July 17, 2024
Ubuntu 16.10 not working

from mkchromecast.

Comments (5)

muammar avatar muammar commented on July 17, 2024

Yes. That's correct. Could you open the terminal and launch it as follows:

mkchromecast -t

And paste the output here. Thanks for reporting.

from mkchromecast.

cdekok avatar cdekok commented on July 17, 2024

It seems to be failing on a ssl python module.

➜  mkchromecast -t
Traceback (most recent call last):
  File "/usr/bin/mkchromecast", line 8, in <module>
    from mkchromecast.cast import *
  File "/usr/share/mkchromecast/mkchromecast/cast.py", line 13, in <module>
    import pychromecast
  File "/usr/lib/python2.7/dist-packages/pychromecast/__init__.py", line 12, in <module>
    from .config import *  # noqa
  File "/usr/lib/python2.7/dist-packages/pychromecast/config.py", line 6, in <module>
    import requests
  File "/usr/local/lib/python2.7/dist-packages/requests/__init__.py", line 53, in <module>
    from .packages.urllib3.contrib import pyopenssl
  File "/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 73, in <module>
    ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD,
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

from mkchromecast.

muammar avatar muammar commented on July 17, 2024

Can you verify if you have the python-requests debian package?. If yes, then uninstall requests using pip:

pip uninstall requests

Does it work?.

Source: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781781

from mkchromecast.

cdekok avatar cdekok commented on July 17, 2024

I could not uninstall it but it works after

 pip install --user requests

When trying to uninstall it I get a warning about permissions on:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/requests'

When try to remove it as sudo I get a warning that the files under user where owned by a different user.

Anyway was it seems a debian bug I will close it ;)

from mkchromecast.

muammar avatar muammar commented on July 17, 2024

Thanks for reporting back. Yes, you are right. It is a debian packaging issue instead. I will add your report to the FAQ so that others can benefit from it.

from mkchromecast.

Related Issues (20)

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.