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

Incorrect User Profile Directory on MacOS #3

Open
1 of 2 tasks
hidden72 opened this issue Sep 27, 2022 · 2 comments
Open
1 of 2 tasks

Incorrect User Profile Directory on MacOS #3

hidden72 opened this issue Sep 27, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@hidden72
Copy link

hidden72 commented Sep 27, 2022

Version
1.0.1 Alpha

Submitting a...

  • Bug report
  • Feature request

Current behavior:
installing the plugin creates a %userprofile% directory called ".loupedeck\webhooks" Please note, this is not a directory + subdirectory; the single directory is actually called ".loupedeck\webhooks." In order to change to that directory in a terminal, it looks like this:
user@mbp15-wifi[~]: cd .loupedeck\webhooks
user@mbp15-wifi[.loupedeck\webhooks]:

Expected behavior:
it should look like this: cd .loupedeck/webhooks

Steps to reproduce:
install plugin
open terminal
ls -la
see the incorrect directory name

Other information:
It DOES work, however, you just need to copy the .har files to ~/.loupedeck\webhooks in order for it to find and parse the .har files.

steinerd added a commit that referenced this issue Sep 27, 2022
@steinerd steinerd self-assigned this Sep 27, 2022
@steinerd steinerd added the bug Something isn't working label Sep 27, 2022
@steinerd
Copy link
Owner

@hidden72, I just compiled a new version using Path.Combine to avoid having to explicitly use the correct separating-operator.
https://github.com/steinerd/Loupedeck.WebhooksPlugin/releases/tag/v1.0.9

Give that a go, and let me know how it goes.

@hidden72
Copy link
Author

@hidden72, I just compiled a new version using Path.Combine to avoid having to explicitly use the correct separating-operator.

I can't get this version to install at all. "Installation of the add-on failed" "Unfortunately installation of the add-on failed" "Ok"

install-error-109

However, 1.0.1 is now installing correctly w/o any errors... with the directory name being the only unexpected behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants