Remove duplicate posts/pages
-
When I try to delete duplicate posts, I get the message “Copy and delete posts
Something went wrong and we couldn’t get the list of publications. – For more information, please check the console.” Where can I find this console and why is the plugin not working?
-
I need help, please
Thank you for the follow-up, it’s weekend, so the developers are not around. We’ll get back to you early next week.
Hi @disasdter
You can find details guideline on how to open Developer Console on your browser there: https://developer.chrome.com/docs/devtools/open/
But it should be enough for you if you hit F12 key and simply select “Console”.
Then, try to run the scan and look for errors.In any case, please post some screenshots of your selection for automatic removal, I can try to reproduce your config on my side.
– Also include output of the console.You can paste your images into https://prnt.sc
If you use any custom post plugin, let me know which one as well ??
Thank you!Hi @disasdter
Could you please expand this one and find “Content” attribute in the list?
Other messages are related to other plugins and your browser extensions.Here is the file in which the error
https://docs.google.com/document/d/1kedmP6KhQ2Byo7rWgTSbtm35b67Qi_c2UN-iaR2jukA/edit?usp=sharing-
This reply was modified 2 years, 4 months ago by
disasdter.
load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=6.1.1:5 JQMIGRATE: Migrate is installed, version 3.3.2
admin.php:1 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
styles.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
styles.css:1 Failed to load resource: net::ERR_FILE_NOT_FOUND
/wp-admin/admin-ajax.php?_fs_blog_admin=true:1 Failed to load resource: the server responded with a status of 500 ()
cdp.min.js?ver=136:1 Objectabort: ? (e)always: ? ()catch: ? (e)complete: ? ()done: ? ()error: ? ()fail: ? ()getAllResponseHeaders: ? ()getResponseHeader: ? (e)overrideMimeType: ? (e)pipe: ? ()progress: ? ()promise: ? (e)readyState: 4responseText: “<p>На сайте возникла критическая ошибка.</p><p>Узнайте больше про решение проблем с WordPress.</p>”setRequestHeader: ? (e,t)state: ? ()status: 500statusCode: ? (e)statusText: “error”success: ? ()then: ? (t,n,r)Prototype: ObjectHi @disasdter
We can’t remove topics there – it’s free support forum, but I still didn’t receive a screenshot of what I asked for.
You provided this screenshot:
https://skr.sh/i/281122/FvpqEwxI.jpg?download=1&name=%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%2028-11-2022%2014:33:36.jpgHere at the bottom you can find this line of log:
https://prnt.sc/7M6TmJTRitFbIf you click on arrow, it will expand more attributes, it should include “content” attribute which will contain text and most likely error message.
Please, expand that line and send me back screenshot of “content” or “responseText” attribute.
Just like in this example of forced error: https://prnt.sc/XRgy0IP8WOUN
Also, you still didn’t provide settings you used for scan (plugin configuration).Hi @disasdter ,
Can you please provide the screenshots and information that our team mentioned above, so we can resolve any potential issues?
Looking forward to your reply.
admin.php:1 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
This error message indicates that there was a problem with the communication between the listener and the message channel. The reason is that sendMessage is now promisified internally, so you can ‘await’ it, but the by-product is that when you don’t specify a callback yourselves, it is added internally anyway in order for the call to return a Promise, which means that since you don’t call sendResponse in onMessage, the API will think that it was you who made a mistake of using a callback and not providing a response, and report it as such.
Since the new behaviour is very confusing for almost everyone, a solution might be to stop showing this error when the callback is not specified, however it might cause confusion for those developers who still use callbacks and forgot to call sendResponse inside onMessage by mistake, which should be reported ideally as it always was.
If you see your extension causing this errors – inspect closely all your onMessage listeners. Some of them probably need to start returning promises (marking them as async should be enough).
If still error showing, try disabled all installed extensions in Chrome then you will get a clear console without errors.
Hi @gattingmk
Are you sure that you posted in proper forums?
If so, please could you provide exactly what you mean by that?We don’t use anything similar to it in our plugin.
-
This reply was modified 2 years, 4 months ago by
- The topic ‘Remove duplicate posts/pages’ is closed to new replies.