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

Reader: Comments won't load and can't post comments #46679

Closed
ccwalburn opened this issue Oct 22, 2020 · 6 comments
Closed

Reader: Comments won't load and can't post comments #46679

ccwalburn opened this issue Oct 22, 2020 · 6 comments
Labels
[Feature] Reader The reader site on Calypso. [Pri] Normal

Comments

@ccwalburn
Copy link

Steps to reproduce

  1. Open this post in the Reader: https://wordpress.com/read/feeds/107085357/posts/2968474743
  2. Error message appears: https://d.pr/i/A5mItF
  3. A user tried to enter a comment and it would not post (I didn't try posting a comment from my account)

What I expected

I expected to see the comments and to be able to post a comment

What happened instead

We saw an error and the user couldn't post a comment

Additional Info

I was asked to include this additional information:

  • The error message from the backend is “API calls to this blog have been disabled”
This AJAX request:
 
GET
    https://public-api.wordpress.com/rest/v1.1/sites/179423783/posts/1957/replies?http_envelope=1&order=DESC&number=50&status=approved
     
Returns this error response:
 
{"code":403,"headers":[{"name":"Content-Type","value":"application\/json"}],"body":{"error":"unauthorized","message":"API calls to this blog have been disabled."}}

Context / Source

18123788-hc

@ccwalburn ccwalburn added [Pri] Normal [Feature] Reader The reader site on Calypso. labels Oct 22, 2020
@cathymcbride
Copy link
Contributor

@ccwalburn can you give more information about what kind of site this happens on? We recently fixed something similar: #46284. B/c of the API call error, I'm wondering if this particular error is just one symptom?

@cathymcbride
Copy link
Contributor

B/c the error is different, this appears to be a different issue than #46824.

@mbhthompson
Copy link

mbhthompson commented Nov 22, 2020

I have another report of this issue for a Jetpack site in 3510143-zen.


Image Link: https://d.pr/i/DRbHPx

  • Tried posting a comment and received an error:


Image Link: https://d.pr/i/MiZuXT

The site owner reports that this has been an issue for a few weeks, both in the Reader and on the WordPress mobile app.

Additionally, the Jetpack debugger is indicating: "API calls to this blog have been disabled."


Site: https://misscharlesdexterward.de/
Jetpack Debug: https://tools.jetpack.com/debug/?url=http://misscharlesdexterward.de

@obenland
Copy link
Member

It looks like the case of https://misscharlesdexterward.de works again.

I looked at the underlying code that returns that error message and it indicates that the Jetpack site doesn't have the JSON API module enabled.

@ccwalburn Any chance we could see if activating that module fixes the situation for thequeensights.com?

@ccwalburn
Copy link
Author

thequeensights.com is not a WordPress.com site, so I don't have access to it for testing. This error was reported by a WordPress.com user who was trying to post a comment on that site.

@obenland
Copy link
Member

obenland commented Feb 1, 2021

Thanks for the feedback @ccwalburn! In that case there's not much we can do here as it's not something we can really "fix", I'm afraid.

On the positive side, we now have a first troubleshooting step: Making sure the site's JSON API module is active.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Reader The reader site on Calypso. [Pri] Normal
Projects
None yet
Development

No branches or pull requests

5 participants