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

Plugin error: Undefined #91

Closed
mikemand opened this issue Sep 17, 2022 · 6 comments
Closed

Plugin error: Undefined #91

mikemand opened this issue Sep 17, 2022 · 6 comments

Comments

@mikemand
Copy link

Hello, I get the following error after installing v2 of your plugin: Plugin error: undefined: Error occurred in reduceUI.

Here's a screenshot of the console:
Screen Shot 2022-09-17 at 3 19 29 PM

The TypeError and "Calling execSync" lines are repeated about once per second.

I am running Hyper on an M1 Mac on macOS Monterey (12.4). Let me know what other details you need me to provide, as well as troubleshooting actions you need me to take.

@LostInCompilation
Copy link

LostInCompilation commented Sep 17, 2022

The error is caused by hyperline, not hyperborder. Hyperline has problems with network widgets and is incompatible with Hyper3, which is known. Disable hyperline. You can simply test it by disabling hyper-border. The error from hyperline is still present.

@mikemand
Copy link
Author

Hi @LostInCompilation, thank you for the reply but that doesn't seem to fix it:

Screen Shot 2022-09-17 at 5 14 21 PM

Here is my Hyper info:
Screen Shot 2022-09-17 at 5 16 07 PM

@mikemand
Copy link
Author

mikemand commented Sep 17, 2022

Adding animate: {}, to my hyperBorder config worked.
Screen Shot 2022-09-17 at 5 22 12 PM

@LostInCompilation
Copy link

LostInCompilation commented Sep 17, 2022

Yes the duration error is a different one than you posted before. The duration issue was caused by the animate property, as you found out.
Your first error screenshot was caused by hyperline.

@webmatze I think you can close this issue.

@mikemand
Copy link
Author

Ah, I see what you mean now. Yes, that specific error was hyperline. Instead of completely disabling the plugin, you can apparently disable the Network and Spotify options.

However, hyperborder was preventing the CLI from working at all because of the animate property.

Without animate:
Screen Shot 2022-09-17 at 5 27 07 PM

With animate:
Screen Shot 2022-09-17 at 5 27 39 PM

@webmatze
Copy link
Owner

webmatze commented Sep 18, 2022

Hi @mikemand There was a problem with hyperborder when there was no configuration present for hyperBorder: {}.

This has been fixed in the latest patch release . See #93

hyperborder should now work without any additional configuration.

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

No branches or pull requests

3 participants