
jeff.kowalski
Level 2-
Content Count
16 -
Joined
-
Last visited
-
Days Won
2
jeff.kowalski last won the day on August 27 2020
jeff.kowalski had the most liked content!
Community Reputation
13 NeutralAbout jeff.kowalski

Profile Information
-
Subscription
PREMIUM
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Frey756 started following jeff.kowalski
-
I'm looking to file a bug report, but quite ironically I'm running into a problem logging into the support website. Every time I login I get logged out. It's almost a comedy, if it weren't so frustrating. Here are the steps I take, which faithfully reproduce the bug: 1. Start from the webclient, https://www.evernote.com/Home.action. Note I'm using the "new-ish" client, not the new beta, although I don't think it would matter. 2. Under the "ball" icon at lower left, I select "Help and Learning" from the menu, and am redirected to https://help.evernote.com/hc/en-us. 3.
-
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
As I understand the description of Conduit here, it's a client-side component. Again, the little python script I included earlier talks directly to the API - no client involved. -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
I am using Chrome, but as I pointed out earlier, it's completely independent of the client, as the little Python script shows. The issue is somewhere on the server side. It could be the API, or it could be something with my collection of notes. And, the problem started recently. It wasn't there a few months ago. I will open another ticket. I'm happy to dig into this further. -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
Thanks, @CalS. Does that mean they closed the support ticket? (I still see the problem here.) -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
@Cals do you have a link or reference # for the support request? (Thank you for opening one). -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
I've made a simple python program to demonstrate the error concretely. Please see attached. One must set EVERNOTE_DEV_TOKEN appropriately in your environment. When I have no untagged notes, running the program gives this: $ python2 ./untagged.py NotesMetadataList(stoppedWords=None, notes=[], searchedWords=None, startIndex=0, updateCount=173443, totalNotes=16) And when I have exactly one untagged note, I get this: $ python2 ./untagged.py NotesMetadataList(stoppedWords=None, notes=[NoteMetadata(updated=None, created=None, deleted=None, contentLength=None, title='test u -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
I can give a little more detail. In my original post, you can see at the top of the notes panel it says "16 notes", and yet no notes are displayed. At that time I actually had no untagged notes that would be found by "-tag:*", so the 16 notes is the culprit. I can verify the error in geeknote, the unofficial commandline client. There, one would use " geeknote find --tag '-*' ". It should return "Notes have not been found.", but hangs instead. Looking inside the code, it's hanging in a loop trying to get those 16 notes, but gets no result each time it tries to get one. To be specific -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
I am using the older version of the web client as you might be able to tell from the screenshot I attached. -
Searching for untagged notes in web client
jeff.kowalski replied to Px2's topic in General Technical Issues
I believe there is a larger issue in searching for Untagged notes, beginning somewhere around June 2020. In the webclient, when searching for notes using "-tag:*", I see "focusclient-0.js:15219 XHR finished loading: POST "https://www.evernote.com/shard/s1/enweb/notestore" in the console, and "16 notes" in the top of the note list. Within the note list, I see slots marked "Loading...", which never fill. (See screenshot attached). This is in an account that currently has no untagged notes. Worse, using the unofficial command-line client against the same account, "geeknote -
Thank you @Rich Tener and team for the swift help. And thank you sincerely for your vigilance in protecting users against intrusion as well as insecure code. I'm impressed that you cross-posted to the geeknote forks as well as posting on this forum page. It's clear that you were striving for transparency and support. To the Community: While I'm not the original author of geeknote, I've been maintaining an active branch at https://github.com/jeffkowalski/geeknote. In the original source from which I forked, the consumer key and secret were checked into github, and since that can't
-
I maintain a geeknote fork. @Rich Tener, I don't understand the action. Geeknote simply uses the approved API to access the service via commandline. Is there a security problem with the program itself? Shutting it off now limits the functionality of legitimate users without recourse. What's the next step?
-
+1 for linux version, from long-time evernote premium user