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

Issue creating new conversation #230

Open
RichardLitt opened this issue Sep 23, 2015 · 6 comments
Open

Issue creating new conversation #230

RichardLitt opened this issue Sep 23, 2015 · 6 comments

Comments

@RichardLitt
Copy link
Member

From @fhelm:

Here's what's blocking me from starting a new conversation:

Stack:

  • newConversation
  • isUser
  • is Entity

Line:

if (e !== null && !e.id) throw new Error('Entity does not have an id');

causes uncaught exception

Context

The document I was looking at: http://dx.doi.org/10.1016/j.neuron.2014.09.004

Preceeding this is a 'Fingerprint not found in db' console log, not sure if
related.

Ideas about this ?

@RichardLitt
Copy link
Member Author

Were you looking at the PDF, or did Beagle look like this?

@fhelm
Copy link

fhelm commented Sep 24, 2015

directly looking at that pdf

@RichardLitt
Copy link
Member Author

Can you give me your console log?

@fhelm
Copy link

fhelm commented Sep 24, 2015

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
PDF ee9f6e9d92a5c45a5752a1fc0956fd [1.7 Adobe Acrobat Pro 11.0.10 / Adobe Acrobat Pro 11.0.10](PDF.js: 1.0.892)
The provided value 'moz-chunked-arraybuffer' is not a valid enum value of type XMLHttpRequestResponseType.
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Posts Array[1]
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Posts Array[11]
TODO Make notes show
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Failed to load resource: the server responded with a status of 404 (Object Not Found)
Uncaught Error: Entity does not have an id

@fhelm
Copy link

fhelm commented Sep 24, 2015

I do see the comment you posted today to that pdf/db

@RichardLitt
Copy link
Member Author

Hmm. Ok, this is very confusing.

First, let's make sure we're on the same commit. I just pushed a new commit to master; can you pull? The commit SHA is e2b1bfd.

Please include all of the console log, including which documents aren't loading (Can't tell in your paste, above).

I was able to get a fingerprint, so let's start with fixing that.

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

No branches or pull requests

2 participants