Import always fails: Author X exists but he never contributed to this pad
See original GitHub issueUsing 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:
- Created 3 years ago
- Comments:29 (29 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Rillke can you please test 4012.
https://github.com/ether/etherpad-lite/pull/3965
note that if this is a
requireSession
istrue
the user must be authed no?Anyway my steps will be.
@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?