question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Import always fails: Author X exists but he never contributed to this pad

See original GitHub issue

Using 4816785aef457f0 I receive:

[2020-05-14 21:37:24.764] [WARN] console - Unable to import file into "g.YYYY$TTTTT". Author "a.XXXXXX" exists but he never contributed to this pad
$ node -v
v10.20.1
$ npm -v
6.14.4
$ uname -a
Linux 6f0add8352b7 4.15.0-99-generic #100-Ubuntu SMP Wed Apr 22 20:32:56 UTC 2020 x86_64 GNU/Linux
  • Build based on the official Docker Image.
  • Client: Firefox

Expected behavior:

  • Import works when I contributed to a pad.

Actual behavior:

  • Import does not work
  • Request is terminated with HTTP Status Code 405 Method not allowed Body: 405: Only the HEAD or GET methods are allowed. - however the above message (Author X exists but he never contributed to this pad) is logged.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:29 (29 by maintainers)

github_iconTop GitHub Comments

1reaction
JohnMcLearcommented, May 16, 2020

@Rillke can you please test 4012.

1reaction
JohnMcLearcommented, May 14, 2020

https://github.com/ether/etherpad-lite/pull/3965

note that if this is a requireSession is true the user must be authed no?

Anyway my steps will be.

  1. Create script to simulate a session.
  2. Use that session to visit a pad
  3. Try import

@Rillke does https://github.com/ether/etherpad-lite/pull/3965 solve the problem for you?

If so, would it make sense for https://github.com/ether/etherpad-lite/pull/3965 to always be active if requireSession is true?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Photos importing issue | Apple Developer Forums
I took a bunch of photos and videos, wanted to import them into my photo library on an external disk, but it never...
Read more >
What can I do about "ImportError: Cannot import name X" or ...
physics.py is imported from entity before class Ent is defined and physics tries to import entity that is already initializing. Remove the dependency...
Read more >
How to Fix “Import Failed” Mail Error on Mac - OSXDaily
Fix “Import Failed – Error Occurred During Import” in Mail for Mac. Open the latest V# folder (V8, V5, V6, V7, etc) and...
Read more >
How to Fix : “ImportError: Cannot import name X” in Python?
You can solve the “ImportError: Cannot import name X ” Error by resolving the circular dependencies. You can do that either by eliminating ......
Read more >
Changelog — Python 3.11.1 documentation
gh-64490: Fix refcount error when arguments are packed to tuple in ... Now it always returns None for incomplete input without emitting any...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found