Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

"An invalid XML character was found" when syncing #107

Open
WhyNotHugo opened this issue Oct 12, 2018 · 3 comments
Open

"An invalid XML character was found" when syncing #107

WhyNotHugo opened this issue Oct 12, 2018 · 3 comments
Labels

Comments

@WhyNotHugo
Copy link

I'm trying to sync a bunch of files into a new notebook:

# gnsync --path /notes --format plain --notebook Plain --two-way
Unknown error

Here's the logs:

$ cat error.log
2018-10-12 19:01:14,499 oauth getTmpOAuthToken 206 : Unexpected response status on get temporary oauth_token 200 != 401
2018-10-12 19:07:32,645 gnsync __init__ 146 : Sync Start
2018-10-12 19:07:33,865 gnsync _create_note 350 : Note "dead" was created
2018-10-12 19:07:34,276 gnsync _create_note 350 : Note "VisualBoyAdvance" was created
2018-10-12 19:07:34,662 gnsync _create_note 350 : Note "pidgin" was created
2018-10-12 19:07:35,292 geeknote wrapper 111 : Error: createNote : EDAMUserException(errorCode=11, parameter='An invalid XML character (Unicode: 0x1b) was found in the element content of the document.')

$ cat gnsync.log
2018-10-12 19:07:32,645 : Sync Start
2018-10-12 19:07:33,865 : Note "dead" was created
2018-10-12 19:07:34,276 : Note "VisualBoyAdvance" was created
2018-10-12 19:07:34,662 : Note "pidgin" was created

Am I breaking something, or did I find a bug?

@jeffkowalski
Copy link
Owner

Can you attach here one of the files that is producing the error? The error messages alone are not enough to determine what is going on.

@WhyNotHugo
Copy link
Author

How can I tell which file is producing the error? Only the ones that DO run fine are logged.

@jeffkowalski
Copy link
Owner

jeffkowalski commented Aug 9, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants