-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Error when importing a PDF file #5184
Comments
Do you get a failure if you test without plugins? I imagine one of the plugins is the cause. |
Do you mean deinstalling all already installed plugins and test in an empty etherpad? |
Yeah that's right. So which plugin when you install causes the problem? If you can pin it down to a specific plugin we should make the issue on that plugins repository. |
Keep on de-installing, it may be multiple plugins causing a problem? https://github.com/HedCET/ep_convert/issues would be the place to notify the ep_convert author. |
Closing as related to plugins. |
Interestig is the following when importing a PDF in a complete new pad it is actually working but when importing into a pad which had been created while the plugin had been installed and all the others too - it throws that errors! For me it looks like it is NOT the plugin but rather the routine of deinstallation of plugins and that when there are leftovers - i.e. if you load a pad which had been created with an older PAD version in the same browser - than also all old plugins get loaded - even they are not even anymore there - we installed a complete new version from git to test out but still all old plugins get loaded when using an older PAD! We deinstalled all - deleted teh complete folder and than
|
Can you replicate this issue consistently without using the |
https://phuket.church/pad/ |
Again, this is really not the right place for plugin bug reports. The creep in this issue is not constructive! If you want to open a specific bug report on a plugin, please do so! If you have a bug report that seems to be related to core then please create an new issue. |
I have already opened it but as it is not only convert but also embedmedia I am not sure if it is really a plugin problem or much more a problem of how plugins get deinstalled as those problems occure after deinstalling a plugin - no matter which - we also rebuild the dependencies but does not help. In a new core issue I could only copy and paste the same I wrote already here. |
No plugins are needed for PDF import/export. All that is needed is to set With a fresh install (do NOT install any plugins!) and an empty database please try to reproduce the problem. If you can reproduce the problem, please list the exact steps required. If you can't reproduce the problem, then the problem is caused by a plugin. |
@rhansen when no plugin is needed why the hell are they still listed inside the plugin repository to make people believe that they will need the convert plugin and probably also other plugins - as there are several others too that seem to convert from ... to (Html/markup). I suggest checking the complete plugin repository which gets listed inside Etherpad plugins and deleting all conflicting plugins in there or at least marks them as corrupting the system. It is a point of usability and maintainability to have that corrected and solved. |
We already have a process for this. Authors can flag their plugin as deprecated and it is not shown. Afaik... If you have issues with plugins, contact the plugin authors! We're not an app store that can charge people to vet their applications and/or apps, if you want a serene walled garden it will come at a financial, technical and liberty/freedoms cost. |
I know it needs some kind of self-discipline and honesty to simply mark such a plugin as deprecated or already integrated into the core or no more working. On the other hand side, at least the plugins where "ether" has access could be managed and monitored - Having the author listed in a column of the admin/plugins view would make it easy for people to identify those authors who are reliable and maintaining the plugins and those who have crashing plugins. ;-) It would also help to get those "crashing and buggy" plugin authors probably to maintain/or mark as deprecated and no more maintained their plugins better. |
Anyone is allowed to publish a plugin without getting approval. The list of plugins is not moderated, except for general heuristics such as staleness (how long ago the plugin was updated).
I think it would be nice to mark all "official" (Etherpad foundation) and unofficial-but-known-good plugins with a checkmark icon. Others would get a warning icon. Patches or funding would be welcome. |
Good idea. I am sure it also would motivate the plugin authors to check more regular their plugin statuses with the current stable version of etherpad-lite. Especially making those official ones - and probably asking those unofficial but known good plugins to become official ones. |
Describe the bug
TypeError: Uncaught TypeError: Cannot read properties of undefined (reading 'offsetTop')
at https://my.domain/pad/javascripts/lib/ep_etherpad-lite/static/js/ace2_common.js?callback=require.define&v=382b7967 at line 65
ErrorId: Eyc9ZzwVorIyCBnXSqyB
Uncaught exception.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error should be shown and the document should get displayed without any problems
Server (please complete the following information):
Etherpad version
Version number: 1.8.14
Latest available version: 1.8.14
Git sha: 571b37b
Installed plugins
ep_auth_session
ep_embedded_hyperlinks2
ep_comments_page
ep_align
ep_etherpad-lite
ep_webrtc
ep_markdown
ep_font_color
ep_headings2
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: