This repository was archived by the owner on May 16, 2019. It is now read-only.
Description I get the following error when trying to start the OpenBazar-Server
Traceback (most recent call last ):
File "openbazaard.py" , line 10 , in < module >
from api .ws import WSFactory , AuthenticatedWebSocketProtocol , AuthenticatedWebSocketFactory
File "/home/jza/Downloads/OpenBazaar-Server/api/ws.py" , line 18 , in < module >
from dht .node import Node
File "/home/jza/Downloads/OpenBazaar-Server/dht/node.py" , line 8 , in < module >
from protos import objects
File "/home/jza/Downloads/OpenBazaar-Server/protos/objects.py" , line 17 , in < module >
import countries as countries__pb2
File "/home/jza/Downloads/OpenBazaar-Server/protos/countries.py" , line 23 , in < module >
x0eWESTERN_SAHARA \x10 \xf7 \x01 \x12 \n \n \x05 YEMEN \x10 \xf8 \x01 \x12 \x0b \n \x06 ZAMBIA \x10 \xf9 \x01 \x12 \r \n \x08 ZIMBABWE \x10 \xfa \x01 \x12 \x10 \n \x0b \x41 \x46 GHANISTAN \x10 \xfb \x01 \x12 \x12 \n \r ALAND_ISLANDS \x10 \xfc \x01 \x62 \x06 proto3 ')
TypeError : __init__ () got an unexpected keyword argument 'syntax' Reactions are currently unavailable
I get the following error when trying to start the OpenBazar-Server