Skip to content
New issue

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

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

Already on GitHub? # to your account

how to solve? #31

Open
mister201433 opened this issue Oct 30, 2024 · 1 comment
Open

how to solve? #31

mister201433 opened this issue Oct 30, 2024 · 1 comment

Comments

@mister201433
Copy link

mister201433 commented Oct 30, 2024

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

Screenshot 2024-10-29 at 10 16 41 p m

davidteren added a commit that referenced this issue Oct 30, 2024
* 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>
@davidteren
Copy link
Owner

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

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

No branches or pull requests

2 participants