NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.4k stars 12.9k forks source link

Logseq, search index error #264885

Open IogaMaster opened 7 months ago

IogaMaster commented 7 months ago

Describe the bug

A clear and concise description of what the bug is.

Steps To Reproduce

Steps to reproduce the behavior: Open logseq, after #264827 is merged. Type in the window.

Expected behavior

No errors.

Screenshots

image

Additional context

Running the appimage with appimage-run resolves the issue.

Notify maintainers

@IogaMaster

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.1.59, NixOS, 23.11 (Tapir), 23.11.20231024.8efd5d1`
 - multi-user?: `yes`
 - sandbox: `relaxed`
 - version: `nix-env (Nix) 2.18.1`
 - channels(iogamaster): `""`
 - nixpkgs: `/etc/nix/inputs/nixpkgs`
BruceBoterf commented 7 months ago

thanks @IogaMaster

I am seeing this on my nix os as well:

nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.1.57, NixOS, 23.05 (Stoat), 23.05.20231013.898cb20`
 - multi-user?: `yes`
 - sandbox: `relaxed`
 - version: `nix-env (Nix) 2.17.0`
 - channels(root): `"nixos-23.05"`
 - nixpkgs: `/etc/nix/inputs/nixpkgs`
IogaMaster commented 7 months ago

The issue with logseq is caused by the electron version not matching upstream after #264884. This causes the search index error.

davidak commented 5 months ago

The issue with logseq is caused by the electron version not matching upstream

Then it's probably fixed by now. Can you test again?

Their electron is 27.1.3 while our electron is 27.2.2.

calops commented 4 months ago

I can confirm that the error is still present on the latest version.

BWbwchen commented 4 months ago

the error is still present on the latest version.