You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~/Downloads; mkdir -p lpx_links/app ; cd lpx_links/app ; curl -#L https://goo.gl/nUrpPi | tar -xzv --strip-components 1 ; ./lpx_links.rb -n Mainstage
x .gitignore -=O#- # # #
x README.md
x images/
x images/aria2_example.png
x install.sh
x lib/
x lib/file_helpers.rb
x lpx_links.rb
/Users/juanelcaballo/Downloads/lpx_links/app/lib/file_helpers.rb:24:in app_path': Mainstage not found (RuntimeError) from /Users/juanelcaballo/Downloads/lpx_links/app/lib/file_helpers.rb:6:in plist_file_path'
from ./lpx_links.rb:50:in convert_plist_to_json' from ./lpx_links.rb:33:in run'
from ./lpx_links.rb:97:in `
'
I have MainStage 3.6.5
The text was updated successfully, but these errors were encountered:
* Add comprehensive test suite with RSpec and SimpleCov
* Add CI workflow and improve test coverage
- Implement GitHub Actions workflow for Ruby CI
- Add SimpleCov for test coverage reporting
- Require 90% minimum test coverage
- Add comprehensive RSpec tests for FileHelpers and LpxLinks
- Configure test artifacts upload
* Update spec/spec_helper.rb
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
* Add CI workflow and improve test coverage
- Implement GitHub Actions workflow for Ruby CI
- Add SimpleCov for test coverage reporting
- Require 90% minimum test coverage
- Add comprehensive RSpec tests for FileHelpers and LpxLinks
- Configure test artifacts upload
* Improve error handling in run method
---------
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Hi @mister201433, I have made some changes to the code. Please try again and let me know if you still encounter this issue.
Be sure to delete the lpx_links directory and run the command again.
cd ~/Downloads; mkdir -p lpx_links/app ; cd lpx_links/app ; curl -#L https://goo.gl/nUrpPi | tar -xzv --strip-components 1 ; ./lpx_links.rb -n Mainstage
cd ~/Downloads; mkdir -p lpx_links/app ; cd lpx_links/app ; curl -#L https://goo.gl/nUrpPi | tar -xzv --strip-components 1 ; ./lpx_links.rb -n Mainstage
x .gitignore -=O#- # # #
x README.md
'x images/
x images/aria2_example.png
x install.sh
x lib/
x lib/file_helpers.rb
x lpx_links.rb
/Users/juanelcaballo/Downloads/lpx_links/app/lib/file_helpers.rb:24:in
app_path': Mainstage not found (RuntimeError) from /Users/juanelcaballo/Downloads/lpx_links/app/lib/file_helpers.rb:6:in
plist_file_path'from ./lpx_links.rb:50:in
convert_plist_to_json' from ./lpx_links.rb:33:in
run'from ./lpx_links.rb:97:in `
The text was updated successfully, but these errors were encountered: