dosyago / dn

💾 dn - offline full-text search and archiving for your Chromium-based browser.
https://localhost:22120
Other
3.78k stars 145 forks source link

First run hangs on Windows 7 #177

Closed JL01152 closed 10 months ago

JL01152 commented 10 months ago

20231210012442_screenshot

I've been looking for a Memex replacement for ages it seems. I found this and it looks promising. I abosolutely need it but I cant even get it to install. Any help?

o0101 commented 10 months ago

Sure, happy to help @JL01152

Would you mind saying what you're looking for in a Memex replacement? I thought Memex was pretty good.

Anyway, for your stuck installation it's possible we need to update the release to fix it, or it could be another issue. To help look into it, would you mind setting the environment variable DEBUG_22120, then running again?

o0101 commented 10 months ago

Closing as no updates.

JL01152 commented 10 months ago

Sorry, For some reason I am not getting notified of these messages. I had not checked back in . I am now seeing this 2 weeks later. My apologies.

As for what I'm looking for in memex is being able to cross-reference what I had previously read in web pages. My adhd/ ocd get the best of me and I spend hours trying to backtrack finding where I had previously read something similar. Memex used to be able to do this now I have no such luck.

Anyway, How do I do this?

"To help look into it, would you mind setting the environment variable DEBUG_22120, then running again?"

o0101 commented 10 months ago

Thanks for saying that. No worries about the late reply tho, I understand what you mean. I love the internet's async nature. Hopefully gives us all more free time or freedom!

My adhd/ ocd get the best of me and I spend hours trying to backtrack finding where I had previously read something similar. Memex used to be able to do this now I have no such luck.

Well DownloadNet will definitely help you here. The full text search of what you've read will let you be able to jump back to it, up to the limit of how well the search works. Which seems ok.

It's not the best search engine in the world, but it definitely helps that use case. The fact that it's already pre-filtered by stuff you've looked at is a significant signal and improvement on general search often!

I've copied some instructions for you from ChatGPT, hopefully that works! :)


To set an environment variable in Windows from the command line and then run a command, you can use the following steps:

  1. Open Command Prompt: You can do this by searching for 'cmd' in the Start menu or by pressing Win + R, typing cmd, and hitting Enter.

  2. Set the Environment Variable: Use the set command to define your environment variable. For example:

    set MYVAR=value
  3. Run Your Command: After setting the environment variable, you can run any command in the same Command Prompt window. The environment variable you set will be available to this command.

Remember, this method sets the environment variable temporarily for the current session of the Command Prompt. The variable will not be available in other Command Prompt windows or after you close this window. To set a permanent environment variable, you would use the System Properties or the setx command.


After you set that var, then please run the command executable again from the same shell window. 👍🏻 :)

JL01152 commented 10 months ago

image

This is what I get.

o0101 commented 10 months ago

Oh, DEBUG_22120 is the variable name, set to any non empty value.

Just do some research on setting an environment variable in windows and if you get confident doing that, come back and we can try any next steps! :) Thank you

JL01152 commented 10 months ago

I was not familiar to setting environment variables that way. I had set paths as environment variables to be able to access a program on the command line anywhere. I was not aware of this method.

I tried set DEBUG_22120=0 and that did nothing either. I'll look up on google and see what I'm doing wrong with that. I'll report back

JL01152 commented 10 months ago

image