Giter Site home page Giter Site logo

Comments (7)

davivcgarcia avatar davivcgarcia commented on August 24, 2024

Looks like the message error is truncated. Are you sure there is no exception description in the error message?

from acitoolkit.

itbj avatar itbj commented on August 24, 2024

root@aci-virtual-machine:/home/aci/app# ./aci06.py
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
Traceback (most recent call last):
File "./aci06.py", line 25, in
session.login()
File "build/bdist.linux-x86_64/egg/acitoolkit/acisession.py", line 232, in login
File "build/bdist.linux-x86_64/egg/acitoolkit/acisession.py", line 216, in _send_login
File "build/bdist.linux-x86_64/egg/acitoolkit/acisession.py", line 104, in _open_web_socket
File "/usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg/websocket.py", line 70, in create_connection
File "/usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg/websocket.py", line 139, in connect
File "/usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg/websocket.py", line 48, in _parse_url
ValueError: scheme wss is not supported

from acitoolkit.

itbj avatar itbj commented on August 24, 2024

Same error like this:

root@aci-virtual-machine:/home/aci/app# python tutorial.py

/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:734: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
Traceback (most recent call last):
File "tutorial.py", line 57, in
session.login()
File "build/bdist.linux-x86_64/egg/acitoolkit/acisession.py", line 232, in login
File "build/bdist.linux-x86_64/egg/acitoolkit/acisession.py", line 216, in _send_login
File "build/bdist.linux-x86_64/egg/acitoolkit/acisession.py", line 104, in _open_web_socket
File "/usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg/websocket.py", line 70, in create_connection
File "/usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg/websocket.py", line 139, in connect
File "/usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg/websocket.py", line 48, in _parse_url
ValueError: scheme wss is not supported
root@aci-virtual-machine:/home/aci/app#

from acitoolkit.

pjferrell avatar pjferrell commented on August 24, 2024

You're using an old release of the websocket-client package that didn't support wss scheme. Try upgrading that package.

from acitoolkit.

mtimm avatar mtimm commented on August 24, 2024

wss scheme has been supported in the websocket-client since v0.4.0 which came out in 2011. If this requirement exists - which it obviously does, the dependency on websocket-client should specify a >= version in the setup.py or a requirements file.

from acitoolkit.

itbj avatar itbj commented on August 24, 2024

$ sudo python setup.py install
Installed /usr/local/lib/python2.7/dist-packages/acitoolkit-0.1-py2.7.egg
Processing dependencies for acitoolkit==0.1
Searching for websocket-client==0.3
Best match: websocket-client 0.3
Processing websocket_client-0.3-py2.7.egg
websocket-client 0.3 is already the active version in easy-install.pth

Using /usr/local/lib/python2.7/dist-packages/websocket_client-0.3-py2.7.egg
Searching for requests==2.5.1
Best match: requests 2.5.1
Adding requests 2.5.1 to easy-install.pth file

Using /usr/local/lib/python2.7/dist-packages

Finished processing dependencies for acitoolkit==0.1

The websocket-client 0.3 is already the active version in easy-install.pth , is a version old?

from acitoolkit.

itbj avatar itbj commented on August 24, 2024

OK. Upgrade the websocket-client to 0.23.0. the tutorials.py is ok. Thank you all very much.

from acitoolkit.

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.