- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Syntax error found (SyntaxError)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 10:58 PM
05-08-2025 10:58 PM
Syntax error found (SyntaxError)
File: /Users/xxxxxx/.rbenv/versions/3.4.3/lib/ruby/gems/3.4.0/gems/morpheus-cli-8.0.5/lib/morpheus/cli/commands/network_domains_command.rb:843: syntax error found (SyntaxError)
Error
843 | {id: it[‘id’], name: it[‘name’]}
| ^~it
is not allowed when an ordinary parameter is defined
844 | end
Workaround
I have uncommented it with # as a workaround.
- Tags:
- CLI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 01:55 AM
05-13-2025 01:55 AM
Re: Syntax error found (SyntaxError)
Hi, please could you post up the command you issued which generated this error. We can test, and raise a bug report if needs be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 02:23 PM
05-13-2025 02:23 PM
Re: Syntax error found (SyntaxError)
I’m just trying to execute the CLI command with --version.
#> morpheus --version
I’m running MacOSx M1 model, and have installed the Ruby with this setup:
brew install rbenv ruby-build
rbenv init
rbenv install 3.4.3
rbenv global 3.4.3
rbenv local 3.4.3
eval "$(rbenv init - bash)"
ruby -v