-
Notifications
You must be signed in to change notification settings - Fork 62
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
MacOS bugs #526
Comments
Hey @gasparschott, sorry about that! I suspect this might be a signing/permissions issue. Do you see any errors if you run the backend binary in the terminal? Should be We're in the middle of a big refactor so hopefully we'll get out a new build soon. |
I checked some of the log files in Spyglass's Application Support folder and found the following in the client.log file:
- WARN shared::config: Invalid user settings file! Reason: 67:1: Unexpected missing field `close_search_bar` in `UserSettings`
- ERROR spyglass_app::cmd: Error saving initial settings "Parse error: missing field `close_search_bar`"
These messages were repeated several times.
There were also these these errors:
- ERROR spyglass_app::plugins::lens_updater: Unable to list installed lenses: Request timeout
- ERROR spyglass_app::rpc: sidecar terminated: TerminatedPayload { code: Some(101), signal: None }
In the server.log file there was this:
- ERROR plugin_event_loop: shared::config: Error loading plugin config SpannedError { code: MissingStructField { field: "restart_required", outer: Some("SettingOpts") }, position: Position { line: 15, col: 9 } }
Hope this helps. Meanwhile I'll look forward to the new build.
Sent with [Proton Mail](https://proton.me/mail/home) secure email.
…On Sunday, November 3rd, 2024 at 10:47 AM, Andrew Huynh ***@***.***> wrote:
Hey ***@***.***(https://github.com/gasparschott), sorry about that! I suspect this might be a signing/permissions issue. Do you see any errors if you run the backend binary in the terminal? Should be /Applications/Spyglass.app/Contents/MacOS/spyglass-server
We're in the middle of a big refactor so hopefully we'll get out a new build soon.
—
Reply to this email directly, [view it on GitHub](#526 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AF2ESZFHMVUMF44SYPQZ6JTZ6ZORNAVCNFSM6AAAAABRCJF5MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGUZTOOJVGU).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Also, I started Spyglass.app > Contents > MacOS > Spyglass and in Terminal these messages seemed suspect:
Asset `startup` not found; fallback to startup.html
thread 'tokio-runtime-worker' panicked at crates/tauri/src/cmd/settings.rs:162:49:
unable to read user settings: 67:1: Unexpected missing field `close_search_bar` in `UserSettings`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2024-11-05T04:47:18.706041Z INFO tokio-runtime-worker spyglass_app::rpc: connected to daemon w/ version: Ok("0.1.2")
2024-11-05T04:47:18.706125Z INFO tokio-runtime-worker spyglass_app: 🛑 Shutting down version checker
2024-11-05T04:47:18.706381Z INFO tokio-runtime-worker spyglass_app::plugins::notify: subscribed to events from server!
Asset `wizard` not found; fallback to wizard.html
… On Nov 3, 2024, at 10:47 AM, Andrew Huynh ***@***.***> wrote:
Hey ***@***.***(https://github.com/gasparschott), sorry about that! I suspect this might be a signing/permissions issue. Do you see any errors if you run the backend binary in the terminal? Should be /Applications/Spyglass.app/Contents/MacOS/spyglass-server
We're in the middle of a big refactor so hopefully we'll get out a new build soon.
—
Reply to this email directly, [view it on GitHub](#526 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AF2ESZFHMVUMF44SYPQZ6JTZ6ZORNAVCNFSM6AAAAABRCJF5MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJTGUZTOOJVGU).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Ah okay must be an issue with the default settings. Could you add in |
I added the line, however whenever I quit and relaunch Spyglass the settings.ron file is overwritten, deleting the line and resetting any changes I've made (e.g., setting "run_wizard: false”)—probably because I always have to go through the Getting Started Wizard.
FWIW, I have also confirmed that Spyglass has been granted Full Disc Access; nevertheless, it still asks for permission (multiple times) to access the Desktop and Documents folders every time on launch.
… On Nov 5, 2024, at 12:26 PM, Andrew Huynh ***@***.***> wrote:
Ah okay must be an issue with the default settings. Could you add in close_search_bar: false to your settings file? That should solve that issue. I'll look into adding a default for that if it's not set.
—
Reply to this email directly, [view it on GitHub](#526 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AF2ESZGINUL5C7HELNDDPLTZ7ESXLAVCNFSM6AAAAABRCJF5MGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJYGA4TAMRUGQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I've just installed Spyglass 23.11.1_universal (M1 MBP, Sequoia 15.1) and have encountered what seems to be several bugs:
I have uninstalled the app and all supporting files in the Library folder and then reinstalled with the same result.
Thanks for any help!
The text was updated successfully, but these errors were encountered: