Ryan Glenn
Ryan Glenn

Reputation: 1416

How do I make this perforce swarm error go away in p4v?

Could not connect to Swarm. 'Host swarm.mygame.com not found'  - See P4V's log file for more information.

I have this above error which prints every time I load up p4v. This is an artifact from a previous project I was working on. How can I turn this off?

Upvotes: 2

Views: 7992

Answers (1)

J Brown
J Brown

Reputation: 456

Run "p4 property -l -n P4.Swarm.URL".

Do you have Swarm? If not, delete the property P4.Swarm.URL.

If yes, what is your Swarm URL and does it match the output from "p4 property -l P4.Swarm.URL".

If the property is correct (swarm.mygame.com) then your machine can't access that hostname. Run "nslookup swarm.mygame.com".

Upvotes: 1

Related Questions