max-mapper / max-mapper/screencat
Unable to connect screen cat
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 3k
- Forks
- 354
- PR merge metrics
- No merged PRs in 30d
Description
Hi, i have followed below commands to run the screen cat
git clone https://github.com/maxogden/screencat.git
cd screencat
npm install
npm install electron-rebuild
npm start
When i have started i got below error
(electron) ipc module is deprecated. Use require("electron").ipcMain instead.
So, i have replaced require('electron').ipcMain in three files (screen.js , electron.js , app.js). After replacing also when i start the scrren cat the only msg i can see is ready

Can you please suggest me guidelines how to use it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with git clone, npm install, npm install electron-rebuild, and npm start. Read screen.js, electron.js, and app.js around the Electron IPC usage and compare the startup output with the reported “ready” state. Done means the app connects and screen sharing works rather than stopping at “ready”.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript, node.js
- Domain
- audio-video-rtc, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100