Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force update button #31

Open
BaritskiyIllya opened this issue Jan 24, 2022 · 1 comment
Open

Force update button #31

BaritskiyIllya opened this issue Jan 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@BaritskiyIllya
Copy link

Describe the bug
A clear and concise description of what the bug is.

IDE Info
RubyMine 2021.3.1
Build #RM-213.6461.75, built on December 28, 2021
Runtime version: 11.0.13+7-b1751.21 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 3020M
Cores: 4
Registry:
    documentation.show.toolbar=true

Non-Bundled Plugins:
    ua.in.dej.myEmmet (1.2.5)
    tanvd.grazi (213.6461.19)
    send2terminal (1.5.1)
    org.sonarlint.idea (6.4.1.42145)
    org.nik.presentation-assistant (1.0.9)
    org.intellij.RegexpTester (1.0.8)
    org.bigtows.PinNote (2.1.1)
    one.util.ideaplugin.screenshoter (1.7.1)
    lermitage.intellij.extratci (1.15.0.201)
    lermitage.intellij.extra.icons (1.68.0.203)
    kg.akoikelov.intellij.rms (0.0.2)
    io.zhile.research.ide-eval-resetter (2.3.5)
    io.github.xiaopihai7256 (0.4.0)
    emacsIDEAs (1.4.9)
    de.ax.powermode (100.001)
    de.achimonline.changelistorganizer (1.9)
    com.vincentp.gruvbox-theme (0.5.3)
    com.tabnine.TabNine (0.5.15)
    com.plugin.image-icon-viewer (1.0.8)
    com.obroom.plugin.smartsearch (2021.7.1)
    com.mnw.stickyselection (3.1.1)
    com.jtschwartz.smartsort (1.0.3)
    com.jooas.themes (0.8)
    com.jmg.codecomment (4.1)
    com.itcodebox.leewyatt.notebooks.id (1.38)
    com.intellij.plugins.watcher (213.6461.19)
    com.intellij.ideolog (203.0.27.0)
    com.github.fisherman08.Idea-WebSocket (1.0.1)
    com.dubreuia (2.3.0)
    com.caiqichang.browser (1.0.3)
    cn.haojiyou.CodeGlance3 (2.1.1-2021.1.3)
    bundled-rubymine-help (213.6461.75)
    W3Validators (213.5744.122)
    String Manipulation (8.25.203.5981.1)
    GrepConsole (12.2.211.6693.1)
    zielu.gittoolbox (212.8.4)
    mobi.hsz.idea.gitignore (4.3.0)
    intellij.prettierJS (213.6461.6)
    com.intellij.plugins.html.instantEditing (213.5744.122)
    izhangzhihao.rainbow.brackets (6.21)
    NodeJS (213.6461.6)
    com.virtuslab.git-machete (1.1.0)
    com.mallowigi (54.1.0)
    net.ashald.envfile (3.2.2)
    io.github.srizzo.rspector (0.0.4)
    com.refactorings.ruby.RubyRefactorings (0.1.17)
    com.mallowigi.colorHighlighter (9.2.0)
    Railways (0.8.17)
    Injector (1.05)
    ru.adelf.idea.dotenv (2021.3.0.213)
    AceJump (3.8.5)
    IdeaVIM (1.9.3)

Steps to reproduce the behavior:

  1. Go to 'PinNote dock'
  2. Click on 'Force update button'
  3. See error
IDE Fatal Errors

stacktrace.txt

Error save notes: null

EDAMUserException(errorCode:ENML_VALIDATION, parameter:The entity name must immediately follow the '&' in the entity reference.)
at com.evernote.edam.notestore.NoteStore$updateNote_result.read(NoteStore.java:17130)
at com.evernote.edam.notestore.NoteStore$Client.recv_updateNote(NoteStore.java:1812)
at com.evernote.edam.notestore.NoteStore$Client.updateNote(NoteStore.java:1786)
at com.evernote.clients.NoteStoreClient.updateNote(NoteStoreClient.java:457)
at org.bigtows.notebook.evernote.EvernoteNotebook.uploadEvernoteNotes(EvernoteNotebook.java:165)
at org.bigtows.notebook.evernote.EvernoteNotebook.updateNotes(EvernoteNotebook.java:136)
at org.bigtows.window.ui.notetree.factory.EvernoteNoteTreeFactory$1.run(EvernoteNoteTreeFactory.java:50)
at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:436)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:120)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsync$5(CoreProgressManager.java:496)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:244)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:188)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:624)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:698)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:646)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:623)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:66)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:175)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:244)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:829)

Screenshots

image

@BigTows
Copy link
Owner

BigTows commented Jan 24, 2022

Hello, ty for your issue, I will check this problem at this week. (Now really busy)
As an alternative, you can use the localStorage type of notes.

@BigTows BigTows added the bug Something isn't working label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants