vmware-archive / vagrant-vmware-appcatalyst

Vagrant provider for VMware AppCatalyst®
Apache License 2.0
73 stars 16 forks source link

Fix string conversion error #21

Closed supermarin closed 8 years ago

supermarin commented 8 years ago

This happens apparently rarely, but consistently on my machine.

...meta.rb:92:in `+': String can't be coerced into Fixnum (TypeError)

supermarin commented 8 years ago

Just for the record - I had something else running on :8080 that was used by our Vagrant config. Vagrant was trying to hit another service and was getting 403s. That was making this code blow up.