itch
itch copied to clipboard
🏁 Feedback v25.6.2
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)
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:
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:
The app itself is updating to 25.6.2, even using the itch.io setup has it set to 25.6.2
I apologize, I didn't understand the currently used release process it seems. Although it seems a little off to me.
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?
Close as obviously not intended to add a valuable issue to the repo.