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

[Sesh] Not Loading #14249

Closed
albertilagan opened this issue Aug 30, 2024 · 6 comments
Closed

[Sesh] Not Loading #14249

albertilagan opened this issue Aug 30, 2024 · 6 comments
Labels
bug Something isn't working extension: sesh Issues related to the sesh extension extension Issues related to one of the extensions in the Store status: stalled Stalled due inactivity

Comments

@albertilagan
Copy link

albertilagan commented Aug 30, 2024

Extension

https://www.raycast.com/joshmedeski/sesh

Raycast Version

1.81.2

macOS Version

14.6.1

Description

Unable to load session, I have not tested this on v1 so I'm not sure if this is because i'm on v2 of sesh now.

Screenshot 2024-08-30 at 10 29 30@2x

Error

SyntaxError: Unexpected token 'd', "dotfiles _"... is not valid JSON

    at JSON.parse (<anonymous>)
sesh.ts:19:28

---
16:       if (error || stderr) {
17:         return reject(`Please upgrade to the latest version of the sesh CLI`);
18:       }
19:       const sessions = JSON.parse(stdout);
20:       return resolve(sessions ?? []);
21:     });
22:   });
---

ChildProcess.exithandler:node:child_process:414:7
ChildProcess.emit:node:events:519:28

Steps To Reproduce

  1. Open Raycast
  2. Make sure there's active tmux session
  3. Run Connect to Session

Current Behaviour

No response

Expected Behaviour

No response

@albertilagan albertilagan added bug Something isn't working extension Issues related to one of the extensions in the Store labels Aug 30, 2024
@raycastbot raycastbot added the extension: sesh Issues related to the sesh extension label Aug 30, 2024
@raycastbot
Copy link
Collaborator

raycastbot commented Aug 30, 2024

Thank you for opening this issue!

🔔 @joshmedeski you might want to have a look.

💡 Author and Contributors commands

The author and contributors of joshmedeski/sesh can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@albertilagan
Copy link
Author

albertilagan commented Aug 30, 2024

I tried to strip my config to

[[session]]
name = "dotfiles 🏡"
path = "~/.dotfiles"

and here's the new error

Error:

SyntaxError: Unexpected token 's', "sesh confi"... is not valid JSON

    at JSON.parse (<anonymous>)
sesh.ts:19:28

---
16:       if (error || stderr) {
17:         return reject(`Please upgrade to the latest version of the sesh CLI`)

@joshmedeski
Copy link
Contributor

JSON is currently broken in sesh v2, I will get it working in the next few days!

@joshmedeski
Copy link
Contributor

Fixed with joshmedeski/sesh#158

@raycastbot
Copy link
Collaborator

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label Oct 26, 2024
@raycastbot
Copy link
Collaborator

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

@raycastbot raycastbot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: sesh Issues related to the sesh extension extension Issues related to one of the extensions in the Store status: stalled Stalled due inactivity
Projects
None yet
Development

No branches or pull requests

3 participants