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

🏁 Feedback v25.6.2 #2990

Open
Rafael-6-9 opened this issue Feb 14, 2024 · 4 comments
Open

🏁 Feedback v25.6.2 #2990

Rafael-6-9 opened this issue Feb 14, 2024 · 4 comments

Comments

@Rafael-6-9
Copy link

Event log:

TypeError: Cannot read property 'pid' of undefined
    at Timeout._onTimeout (C:\Users\rafae\AppData\Local\itch\app-25.6.2\resources\app\dist\main\main.bundle.js:38310:61)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)
@3ter
Copy link

3ter commented Feb 17, 2024

Please upgrade to the latest (canary) release and test if your issue is still there. If you can't reproduce it please close the issue.

I don't know where you've got v25.6.2 from:
image

@Shadowjoey
Copy link

Please upgrade to the latest (canary) release and test if your issue is still there. If you can't reproduce it please close the issue.

I don't know where you've got v25.6.2 from: image

The app itself is updating to 25.6.2, even using the itch.io setup has it set to 25.6.2

@3ter
Copy link

3ter commented Feb 23, 2024

I apologize, I didn't understand the currently used release process it seems. Although it seems a little off to me.
image
It's the same version for me. I thought @Rafael-6-9 wanted to give feedback to a development version.

The error you saw happened in node_modules\butlerd\lib\instance.js

        this._endpointPromise = new Promise((resolve, reject) => {
            let timeout = setTimeout(() => {
                if (this.process) {
                    log(`one timeout`);
                }
                else {
                    log(`spawned butler, PID ${this.process.pid}`);
                }
                reject(new Error("timed out waiting for butlerd to listen"));
            }, endpointTimeout);

I never experienced this problem with initializing butlerd as of now. Does it still happen?

@3ter
Copy link

3ter commented Mar 1, 2024

Close as obviously not intended to add a valuable issue to the repo.

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