scalingexcellence / scrapybook

Scrapy Book Code
http://scrapybook.com/
475 stars 209 forks source link

vagrant up --no-parallel command not working #75

Open chencfgs opened 3 weeks ago

chencfgs commented 3 weeks ago
Vagrant failed to initialize at a very early stage:

There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.

Path: C:/Users/chenc/Desktop/ScrapyBook/scrapybook/Vagrantfile
Line number: 4
Message: NameError: uninitialized constant TRUE

force_host_vm = TRUE
                ^^^^
fancyerii commented 1 week ago

change TRUE to true seems work for me.

chencfgs commented 6 days ago

input: vagrant status Back: Current machine states:

web host state unknown (docker) spark not created (docker) es not created (docker) redis not created (docker) mysql not created (docker) scrapyd1 not created (docker) scrapyd2 not created (docker) scrapyd3 not created (docker) dev not created (docker)

This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific VM, run vagrant status NAME.