FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
639 stars 165 forks source link

DataPackageServer.py #71

Closed jwmcdowell278 closed 4 years ago

jwmcdowell278 commented 4 years ago

line 197 and line 146 should look like:

return IP+':'+str(HTTPPORT)+"/Marti/api/sync/metadata/"+hash+"/tool"

to avoid getting an error (TypeError: can only concatenate str (not "int") to str) when uploading packages to the server.

naman108 commented 4 years ago

how are you setting IP?

naman108 commented 4 years ago

also what branch is this in?

jwmcdowell278 commented 4 years ago

I am using: sudo python -m FreeTAKServer.controllers.Orchestrator -CoTPort 8099 -IP (your IP) -APIPort 9999 It is the master branch.

naman108 commented 4 years ago

Ok you should install with pip as master needs to be updated

brothercorvo commented 4 years ago

solved in 1.0