Giter Site home page Giter Site logo

Comments (5)

robert7 avatar robert7 commented on August 21, 2024

ok. unfortunately I don't see any meaningful info in the log, which would hint about some cause.
I suggest following

  1. download latest AppImage https://github.com/robert7/nixnote2/releases/tag/continuous-develop
    this contains all the dependencies, so potential for problems is a bit smaller, then with the PPA version
    you are using
  2. mark the downloaded file as executable (e.g. chmod +x NixNote2-x86_64.AppImage)
  3. then run ./NixNote2-x86_64.AppImage --configDir=$HOME/.nixnote2 --logLevel=1 >nixnote2-debug.log 2>&1

This will create new config & data directory (in $HOME/.nixnote2) and you will start from scratch (need to login to Evernote etc..). In case it doesn't work, post the created file "nixnote2-debug.log".
In case it will work, then try again the PPA version using nixnote2 --configDir=$HOME/.nixnote2 --logLevel=1

from nixnote2.

GriMel avatar GriMel commented on August 21, 2024

That worked! Thank you. One question though - should I always run nixnote as

nixnote2 --configDir=$HOME/.nixnote2 --logLevel=1

or now I can run it as always?

from nixnote2.

robert7 avatar robert7 commented on August 21, 2024

The command I used, caused creation of new config+data in $HOME/.nixnote2

Now you could delete the original config (as your data is in cloud anyway and newly in $HOME/.nixnote2). Using rm -rf $HOME/.nixnote you delete the original config - there could be something wrong with it.

Now you can move the temporary config into the default place mv $HOME/.nixnote2 $HOME/.nixnote

The you should be able to run normally by nixnote2.
Take care, that you remove the correct directory and eventually make a backup before..

from nixnote2.

GriMel avatar GriMel commented on August 21, 2024

After removing old config file and moving .nixnote2 to .nixnote I started nixnote2 from console - sync had started again from the scratch and when it ended - the application crashed. When I was running AppImage - everything worked OK.

from nixnote2.

robert7 avatar robert7 commented on August 21, 2024

sync had started again from the scratch

weird. it should simply continue where it was. not start from beginning

you can try following:
nixnote2 --logLevel=1 >nixnote2-debug.log 2>&1 and the post the log, whenever there would be something about the crash...

Otherwise, if you found a working "workaround" (as you said previously it worked), then I'll suggest use that. It could be that some of the binary dependencies is wrong on your system. The AppImage has everything included - so there this possibility is minimized.

from nixnote2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.