Skip to content

TypeError when starting up #2

Description

@maraymer

Hi,

Been trying out but had this happen after (successul) installation --

Traceback (most recent call last):
File "bitboard.py", line 2, in
from bitmessage_gateway import gateway_instance as nexus
File "/bitboard/bitmessage_gateway.py", line 191, in
gateway_instance = BitMessageGateway()
File "/bitboard/bitmessage_gateway.py", line 33, in init
self._api = xmlrpclib.ServerProxy(getBitmessageEndpoint())
File "/bitboard/bitmessage_gateway.py", line 22, in getBitmessageEndpoint
return "http://"+username+":"+password+"@"+host+":"+port+"/"
TypeError: cannot concatenate 'str' and 'NoneType' objects

Am I doing something wrong?

I've added API access to the bitmessage keys.dat and set all my username and password settings like --

apienabled = true
apiport = 8442
apiinterface = 127.0.0.1
apiusername =
apipassword =

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions