Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

OpenBazaar #553

Open
1945again opened this issue Jul 3, 2018 · 0 comments
Open

OpenBazaar #553

1945again opened this issue Jul 3, 2018 · 0 comments

Comments

@1945again
Copy link

Brief Description: I am a Noob Noob. Here goes I used your instructs to install ansetup OpenBazaar, their great. I got to the start the server command and got this error.

Traceback (most recent call last):
File "openbazaard.py", line 12, in
from api.restapi import RestAPI
File "/home/pi/OpenBazaar-Server/api/restapi.py", line 5, in
import obelisk
File "/usr/local/lib/python2.7/dist-packages/obelisk/init.py", line 3, in
from client import *
File "/usr/local/lib/python2.7/dist-packages/obelisk/client.py", line 3, in
from zmqbase import ClientBase
File "/usr/local/lib/python2.7/dist-packages/obelisk/zmqbase.py", line 11, in
from twisted.internet import defer, reactor
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/reactor.py", line 38, in
from twisted.internet import default
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/default.py", line 56, in
install = _getInstallFunction(platform)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/default.py", line 44, in _getInstallFunction
from twisted.internet.epollreactor import install
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/epollreactor.py", line 24, in
from twisted.internet import posixbase
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 18, in
from twisted.internet import error, udp, tcp
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 29, in
from twisted.internet._newtls import (
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/_newtls.py", line 21, in
from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol
File "/usr/local/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 41, in
from OpenSSL.SSL import Error, ZeroReturnError, WantReadError
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/init.py", line 8, in
from OpenSSL import rand, crypto, SSL
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 124, in
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

Operating System (OS and version): Raspbian Stretch
OpenBazaar version: Latest
Hardware:
PI3 B
Reproducible (Always / Almost Always / Sometimes / Rarely / Couldn't Reproduce):
pi@raspberrypi:/OpenBazaar-Server $ python openbazaard.py start -d -a 0.0.0.0
Traceback (most recent call last):
File "openbazaard.py", line 12, in
from api.restapi import RestAPI
File "/home/pi/OpenBazaar-Server/api/restapi.py", line 5, in
import obelisk
File "/usr/local/lib/python2.7/dist-packages/obelisk/init.py", line 3, in
from client import *
File "/usr/local/lib/python2.7/dist-packages/obelisk/client.py", line 3, in
from zmqbase import ClientBase
File "/usr/local/lib/python2.7/dist-packages/obelisk/zmqbase.py", line 11, in
from twisted.internet import defer, reactor
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/reactor.py", line 38, in
from twisted.internet import default
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/default.py", line 56, in
install = _getInstallFunction(platform)
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/default.py", line 44, in _getInstallFunction
from twisted.internet.epollreactor import install
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/epollreactor.py", line 24, in
from twisted.internet import posixbase
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 18, in
from twisted.internet import error, udp, tcp
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 29, in
from twisted.internet._newtls import (
File "/usr/local/lib/python2.7/dist-packages/twisted/internet/_newtls.py", line 21, in
from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol
File "/usr/local/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 41, in
from OpenSSL.SSL import Error, ZeroReturnError, WantReadError
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/init.py", line 8, in
from OpenSSL import rand, crypto, SSL
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 124, in
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
pi@raspberrypi:
/OpenBazaar-Server $

Steps to reproduce:

  1. Get to last instruction in your instructable

Observed Behavior:
error

Expected Behavior:
server start

Additional info (links, images, etc go here):

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant