xbrowsersync / api

Server-side REST API that serves requests from xBrowserSync client apps
GNU General Public License v3.0
783 stars 81 forks source link

Service request limit hit error when syncing #59

Closed lancewhit closed 3 years ago

lancewhit commented 3 years ago

Describe the issue you are experiencing I've been using xBrowserSync for several months with Chrome, Firefox, and Edge, and it's been working smoothly, until now. When I make a bookmark change in one browser, I get the following notification: "Service request limit hit. Sync has been disabled, re-enable Sync to resume syncing." If I then click the toolbar icon for XBrowserSync, I see the same message. But when I check the Data Usage graph, it tells me that I'm using only 21KB out of 1MB, or only 4% of the limit. Is this a server-side glitch or something I need to correct on my end? If the latter, can someone tell me how to resolve this bug? Thanks.

How can the issue be reproduced? Open any browser. Make a change to a bookmark--add or delete. See if error about Service request limit hit appears.

Screenshots If applicable, add screenshots to help explain your problem:

Desktop browser Firefox, Chrome, or Edge

xsync error message 2 xsync error message 1

nero120 commented 3 years ago

Hi @lancewhit, thanks for reporting this. I've just updated the API to v1.1.13 so must be a bug I missed. Will look into it now.

nero120 commented 3 years ago

@lancewhit I've disabled throttling on the service for the time being, that should hopefully resolve the issue until I can fix the underlying bug. Can you let me know if you still see the issue?

lancewhit commented 3 years ago

Thank you. I rebooted my PCs and signed back in. Opened all the browsers, and the syncing is working again with no error message, Looks good at this point. Will let you know if the problem pops up again.

nero120 commented 3 years ago

I found the culprit! My bad, missed a config step when doing the upgrade to v1.1.13. No bugs to fix so all good now! You shouldn't see this issue anymore but if you do please report back here!

lancewhit commented 3 years ago

Great. Thanks for checking and thanks for such a quick response.