Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Config File is Malformed #2086

Open
iii235 opened this issue Jun 7, 2020 · 7 comments
Open

Config File is Malformed #2086

iii235 opened this issue Jun 7, 2020 · 7 comments

Comments

@iii235
Copy link

iii235 commented Jun 7, 2020

I just download OpenBazaar on Windows 10, really annoying that nobody checked that the program was functional before they posted it on their official website. Here is the Config:

{
    "API": {
        "HTTPHeaders": {}
    },
    "Addresses": {
        "API": null,
        "Announce": null,
        "Gateway": "/ip4/127.0.0.1/tcp/4002",
        "NoAnnounce": null,
        "Swarm": [
            "/ip4/0.0.0.0/tcp/4001",
            "/ip6/::/tcp/4001",
            "/ip4/0.0.0.0/tcp/9005/ws",
            "/ip6/::/tcp/9005/ws"
        ]
    },
    "Bootstrap": [
        "/ip4/107.170.133.32/tcp/4001/ipfs/QmUZRGLhcKXF1JyuaHgKm23LvqcoMYwtb9jmh8CkP4og3K",
        "/ip4/139.59.174.197/tcp/4001/ipfs/QmZfTbnpvPwxCjpCG3CXJ7pfexgkBZ2kgChAiRJrTK1HsM",
        "/ip4/139.59.6.222/tcp/4001/ipfs/QmRDcEDK9gSViAevCHiE6ghkaBCU7rTuQj4BDpmCzRvRYg"
    ],
    "Datastore": {
        "BloomFilterSize": 0,
        "GCPeriod": "1h",
        "HashOnRead": false,
        "Spec": {
            "mounts": [
                {
                    "child": {
                        "path": "blocks",
                        "shardFunc": "/repo/flatfs/shard/v1/next-to-last/2",
                        "sync": true,
                        "type": "flatfs"
                    },
                    "mountpoint": "/blocks",
                    "prefix": "flatfs.datastore",
                    "type": "measure"
                },
                {
                    "child": {
                        "compression": "none",
                        "path": "datastore",
                        "type": "levelds"
                    },
                    "mountpoint": "/",
                    "prefix": "leveldb.datastore",
                    "type": "measure"
                }
            ],
            "type": "mount"
        },
        "StorageGCWatermark": 90,
        "StorageMax": "10GB"
    },
    "Discovery": {
        "MDNS": {
            "Enabled": false,
            "Interval": 10
        }
    },
    "Dropbox-api-token": "",
    "Experimental": {
        "FilestoreEnabled": false,
        "Libp2pStreamMounting": false,
        "P2pHttpProxy": false,
        "QUIC": false,
        "ShardingEnabled": false,
        "UrlstoreEnabled": false
    },
    "Gateway": {
        "APICommands": [],
        "HTTPHeaders": {
            "Access-Control-Allow-Headers": [
                "X-Requested-With",
                "Range",
                "User-Agent"
            ],
            "Access-Control-Allow-Methods": [
                "GET"
            ],
            "Access-Control-Allow-Origin": [
                "*"
            ]
        },
        "NoFetch": false,
        "PathPrefixes": [],
        "RootRedirect": "",
        "Writable": false
    },
    "Ipns": {
        "RecordLifetime": "168h",
        "RepublishPeriod": "24h",
        "ResolveCacheSize": 128
    },
    "IpnsExtra": {
        "APIRouter": "https://routing.api.openbazaar.org",
        "DHTQuorumSize": 1
    },
    "JSON-API": {
        "AllowedIPs": [],
        "Authenticated": false,
        "CORS": null,
        "Enabled": true,
        "HTTPHeaders": null,
        "Password": "",
        "SSL": false,
        "SSLCert": "",
        "SSLKey": "",
        "Username": ""
    },
    "Mounts": {
        "FuseAllowOther": false,
        "IPFS": "/ipfs",
        "IPNS": "/ipns"
    },
    "Pubsub": {
        "DisableSigning": false,
        "Router": "",
        "StrictSignatureVerification": false
    },
    "Reprovider": {
        "Interval": "12h",
        "Strategy": "all"
    },
    "Routing": {
        "Type": "dht"
    },
    "Swarm": {
        "AddrFilters": null,
        "ConnMgr": {
            "GracePeriod": "20s",
            "HighWater": 900,
            "LowWater": 600,
            "Type": "basic"
        },
        "DisableBandwidthMetrics": false,
        "DisableNatPortMap": false,
        "DisableRelay": false,
        "EnableAutoNATService": false,
        "EnableAutoRelay": false,
        "EnableRelayHop": false
    },
    "Tor-config": {
        "Password": "",
        "TorControl": ""
    },
    "Wallets": {
        "BCH": {
            "API": [
                "https://bch.api.openbazaar.org/api"
            ],
            "APITestnet": [
                "https://tbch.api.openbazaar.org/api"
            ],
            "FeeAPI": "",
            "HighFeeDefault": 10,
            "LowFeeDefault": 1,
            "MaxFee": 200,
            "MediumFeeDefault": 5,
            "SuperLowFeeDefault": 0,
            "TrustedPeer": "",
            "Type": "API",
            "WalletOptions": null
        },
        "BTC": {
            "API": [
                "https://btc.api.openbazaar.org/api"
            ],
            "APITestnet": [
                "https://tbtc.api.openbazaar.org/api"
            ],
            "FeeAPI": "https://btc.fees.openbazaar.org",
            "HighFeeDefault": 50,
            "LowFeeDefault": 1,
            "MaxFee": 200,
            "MediumFeeDefault": 10,
            "SuperLowFeeDefault": 0,
            "TrustedPeer": "",
            "Type": "API",
            "WalletOptions": null
        },
        "ETH": {
            "API": [
                "https://mainnet.infura.io"
            ],
            "APITestnet": [
                "https://rinkeby.infura.io"
            ],
            "FeeAPI": "",
            "HighFeeDefault": 30,
            "LowFeeDefault": 7,
            "MaxFee": 200,
            "MediumFeeDefault": 15,
            "SuperLowFeeDefault": 0,
            "TrustedPeer": "",
            "Type": "API",
            "WalletOptions": {
                "RegistryAddress": "0x5c69ccf91eab4ef80d9929b3c1b4d5bc03eb0981",
                "RinkebyRegistryAddress": "0x5cEF053c7b383f430FC4F4e1ea2F7D31d8e2D16C",
                "RopstenRegistryAddress": "0x403d907982474cdd51687b09a8968346159378f3"
            }
        },
        "LTC": {
            "API": [
                "https://ltc.api.openbazaar.org/api"
            ],
            "APITestnet": [
                "https://tltc.api.openbazaar.org/api"
            ],
            "FeeAPI": "",
            "HighFeeDefault": 20,
            "LowFeeDefault": 5,
            "MaxFee": 200,
            "MediumFeeDefault": 10,
            "SuperLowFeeDefault": 0,
            "TrustedPeer": "",
            "Type": "API",
            "WalletOptions": null
        },
        "ZEC": {
            "API": [
                "https://zec.api.openbazaar.org/api"
            ],
            "APITestnet": [
                "https://tzec.api.openbazaar.org/api"
            ],
            "FeeAPI": "",
            "HighFeeDefault": 20,
            "LowFeeDefault": 5,
            "MaxFee": 200,
            "MediumFeeDefault": 10,
            "SuperLowFeeDefault": 0,
            "TrustedPeer": "",
            "Type": "API",
            "WalletOptions": null
        }
    }
}
@drwasho
Copy link
Member

drwasho commented Jun 8, 2020

FYI I edited your post to format the JSON for readability

@iii235
Copy link
Author

iii235 commented Jun 8, 2020

Do you at least know a fix?

@drwasho
Copy link
Member

drwasho commented Jun 8, 2020

The backend team will be discussing it today at our meeting; ping @cpacia @hoffmabc

@drwasho
Copy link
Member

drwasho commented Jun 8, 2020

@iii235 is there any info you can give us on the bug/crash?

@iii235
Copy link
Author

iii235 commented Jun 8, 2020

Here is the debug log for when I try to connect:
[SERVER-CONNECT] Browser has been started or refreshed.
[SERVER-CONNECT] [3d4104f9] Will attempt to connect to server "PeaNET" at localhost.
[SERVER-CONNECT] [3d4104f9] Clearing any proxy that may be set.
[SERVER-CONNECT] [3d4104f9] Status is "connecting" for connect attempt 1 of 10.
[SERVER-CONNECT] [3d4104f9] Status is "clearing-tor-proxy" for connect attempt 1 of 10.
[SERVER-CONNECT] [3d4104f9] Status is "tor-proxy-cleared" for connect attempt 1 of 10.
[SERVER-CONNECT] [3d4104f9] Clearing any proxy that may be set.
[SERVER-CONNECT] [3d4104f9] Status is "connecting" for connect attempt 2 of 10.
[SERVER-CONNECT] [3d4104f9] Status is "clearing-tor-proxy" for connect attempt 2 of 10.
[SERVER-CONNECT] [3d4104f9] Status is "tor-proxy-cleared" for connect attempt 2 of 10.
[SERVER-CONNECT] [3d4104f9] Failed to connect to "PeaNET"
[SERVER-CONNECT] [3d4104f9] ====> Reason: undefined
[SERVER-CONNECT] [bf223eb4] Will attempt to connect to server "Built-in Server" at localhost.
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 1 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 1 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 1 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted

[[OB-SERVER-STATUS]] [STDOUT] Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 1 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:20
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:20.988 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[[OB-SERVER]] [STDERR] malformed config: DataSharing

[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 2 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 2 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 2 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 2 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:23
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:23.689 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 3 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 3 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 3 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 3 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:28
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:28.852 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 4 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 4 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 4 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 4 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:32
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:32.533 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 5 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 5 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 5 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 5 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:36
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:36.214 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 6 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 6 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 6 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 6 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:40
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:40.229 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 7 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 7 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 7 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 7 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:43
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:43.362 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 8 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 8 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 8 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 8 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:47
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:47.970 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 9 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 9 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 9 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 9 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:51
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:51.353 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Activating a proxy at socks5://127.0.0.1:9150
[SERVER-CONNECT] [bf223eb4] Status is "connecting" for connect attempt 10 of 10.
[LOCAL-SERVER] Starting local server in status mode.
[SERVER-CONNECT] [bf223eb4] Status is "setting-tor-proxy" for connect attempt 10 of 10.
[SERVER-CONNECT] [bf223eb4] Status is "tor-proxy-set" for connect attempt 10 of 10.
[[OB-SERVER-STATUS]] [STDOUT] Initialized - Not Encrypted
Tor Available

[LOCAL-SERVER] Local server status mode exited with code: 21
[LOCAL-SERVER] Starting local server via 'start -v --tor -c 91ae8fed-1a28-b9bc-006b-1d9551aa489e'.
[SERVER-CONNECT] [bf223eb4] Status is "starting-local-server" for connect attempt 10 of 10.
[[OB-SERVER]] [STDOUT] ________ __________
_____ \ ______ ____ __ _____ _____________ _____ _______
/ | \____ _/ __ \ / | | /_ \ ___ /__ \ __ \_ __ \
/ | \ |> > /| | \ | \ / __ _/ / / __ _/ __ | | /
_
__ / / _ >| /___ /(____ /_____ (____ (____ /|
/|
| / / / / / / /

OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] 2020/06/08 11:25:54
OpenBazaar Server v0.14.3

[[OB-SERVER]] [STDERR] malformed config: DataSharing

[[OB-SERVER]] [STDOUT] 2020-06-08 11:25:54.706 [ERROR] [cmd/Execute] scan data sharing config: malformed config: DataSharing

[LOCAL-SERVER] Server exited with code: 1
[SERVER-CONNECT] [bf223eb4] Failed to connect to "Built-in Server"
[SERVER-CONNECT] [bf223eb4] ====> Reason: undefined
[SERVER-CONNECT] [bf223eb4] ====> Code: 1006

@iii235
Copy link
Author

iii235 commented Jun 9, 2020

Do you have a fix?

@iii235
Copy link
Author

iii235 commented Jun 13, 2020

@cpacia

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

2 participants