NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.27k stars 14.26k forks source link

Logseq, search index error #264885

Open IogaMaster opened 1 year ago

IogaMaster commented 1 year 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 1 year 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 1 year ago

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

davidak commented 10 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 9 months ago

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

BWbwchen commented 9 months ago

the error is still present on the latest version.

chairbender commented 4 months ago

FYI, corresponding issue in logseq: https://github.com/logseq/logseq/issues/10851