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

can't modify frozen Hash (FrozenError) #34

Closed
ghost opened this issue Mar 10, 2022 · 2 comments
Closed

can't modify frozen Hash (FrozenError) #34

ghost opened this issue Mar 10, 2022 · 2 comments
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Mar 10, 2022

Hey,

while entering rails conzole and/or rails server from (overridden) provider in folder /plugins/manageiq-providers-cisco_intersight (inside MiQ core) I get error, saying that hash is frozen:

image

Note that running the same commands (bundle exec rails s or bundle exec rails c) from the core does not give me an error. Any ideas about resolving this error?

Thanks a lot, Tjaž

@Fryguy
Copy link
Member

Fryguy commented Mar 10, 2022

Maybe bootsnap got stuck? You can remove the bootsnap cache and see if that fixes things.

@Fryguy Fryguy added the question Further information is requested label Mar 10, 2022
@ghost
Copy link
Author

ghost commented Mar 10, 2022

Yep, that solved it. Thanks!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant