Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not install spiral framework on windows 10 #51

Closed
olaseyo opened this issue Feb 20, 2022 · 6 comments
Closed

Could not install spiral framework on windows 10 #51

olaseyo opened this issue Feb 20, 2022 · 6 comments
Assignees

Comments

@olaseyo
Copy link

olaseyo commented Feb 20, 2022

Description

I got the below error while trying to install on windows 10
Warning: ZipArchive::getStream(): Invalid or uninitialized Zip object in C:\Users\HP\Documents\Fro Mac\Project\Docspera\jolter_master\app\vendor\spiral\framework\bin\spiral on line 165

How To Reproduce

run the command composer create-project spiral/app

Additional Info

Q A
Framework Version ^2.8
PHP version 7.4
Operating system Windows (10)
@olaseyo olaseyo added the bug Something isn't working label Feb 20, 2022
@butschster
Copy link
Member

I think, there is a problem with command spiral get-binary https://github.com/spiral/app/blob/master/composer.json#L39.

If you want to use RoadRunner 2.x try composer create-project spiral/app:2.x-dev

@butschster
Copy link
Member

Thank you for contributing!

@butschster butschster self-assigned this Feb 20, 2022
@butschster butschster transferred this issue from spiral/framework Feb 20, 2022
@butschster butschster removed the bug Something isn't working label Feb 20, 2022
@olaseyo
Copy link
Author

olaseyo commented Feb 20, 2022

Thanks for that. I was able to download it now but still could not serve
Got the error below.
handle_serve_command: Init error:
endure_initialize:
endure_internal_init: Function call error:
endure_call_init_fn:
config_plugin_init: incompatible versions passed: from: 2.6.0, to: 2.8.0

@butschster
Copy link
Member

butschster commented Feb 21, 2022

Try to add version: '2.7' at the top of .rr.yaml

@olaseyo
Copy link
Author

olaseyo commented Feb 22, 2022

Hi @butschster,

Thanks for your inputs so far........
Running this command
./rr.exe serve rr.yaml
Produce this output :
"[INFO] RoadRunner server started; version: 2.8.1, buildtime: 2022-02-21T08:02:19+0000"

After that i ran this command
grpcui -plaintext -proto event.proto localhost:8150
But got an error i have not been able to fix.

Output:
"Failed to dial target host "localhost:8150": dial tcp [::1]:8150: connectex: No connection could be made because the target machine actively refused it."

@olaseyo olaseyo changed the title Could not install spiral framework in windows 10 Could not install spiral framework on windows 10 Feb 22, 2022
@butschster
Copy link
Member

#140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants