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

2.5.7 Not working on OSX Catalina #124

Open
gustavolanzas opened this issue Apr 2, 2023 · 2 comments
Open

2.5.7 Not working on OSX Catalina #124

gustavolanzas opened this issue Apr 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@gustavolanzas
Copy link

Describe the bug
No search when a URL is entered into the search field. Opening the dev console shows a warning about the Node.js vm module being deprecated, and a couple of TypeErrors.

To Reproduce
Steps to reproduce the behavior:

  1. Install 2.5.7 build on OSX
  2. Paste in YT url
  3. Click magnifying glass
  4. See error

Add logs from DevTools

node:electron/js2c/renderer_init:33 The vm module of Node.js is deprecated in the renderer process and will be removed.
o._load @ node:electron/js2c/renderer_init:33

path.ts:29 ffmpegPath /Users/audioel/Library/Application Support/y2mp3/ffmpeg

index.es.js:1275 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'request')
    at app.bundle.js:2:2087200
    at new Promise (<anonymous>)
    at app.bundle.js:2:2086082
    at async app.bundle.js:2:2092437
    
api.ts:97 TypeError: Cannot read properties of undefined (reading 'twoColumnBrowseResultsRenderer')
    at playlist-scraper.ts:19:21
    at async api.ts:85:11
    at async Vr.search (store.ts:35:13)
    at async api.ts:128:30

Expected behavior
App would open playlist.

Screenshots
Screen Shot 2023-04-02 at 12 05 32 PM

  • OS: OSX Catalina
  • Version: 10.15.7
  • App Version: 2.5.7

Additional context
Same issue seems to happen with 2.5.5

@gustavolanzas gustavolanzas added the bug Something isn't working label Apr 2, 2023
@gustavolanzas
Copy link
Author

My apologies - this was due to having the playlist set to private. Changing the status to "unlisted" or "public" fixes the issue.

@moshfeu
Copy link
Owner

moshfeu commented Apr 3, 2023

Thank you for both reporting and following up :)
I'll keep this issue open for adding a user friendly error message but the severity is lower.

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
None yet
Development

No branches or pull requests

2 participants