You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of recently, Google added CORB to Google Chrome. CORB prevents the browser from delivering certain cross-origin network responses to a web page. This means that a chrome extension is sometimes unable to pull product data from ROBLOX's API. Even after solving this issue, the response seems to be blank. In the script.js file, it seems to get hung up and errors around line 18-20. After looking into it, the response is completely blank even after manually changing the asset ID variable.
Edit: I have fixed the extension with some minor edits. Still a bit buggy as ROBLOX doesn't allow too many requests to their API within a short period, returning an error prompting you to wait before trying again - but still functional.
The text was updated successfully, but these errors were encountered:
Edit: I have fixed the extension with some minor edits. Still a bit buggy as ROBLOX doesn't allow too many requests to their API within a short period, returning an error prompting you to wait before trying again - but still functional.
As of recently, Google added CORB to Google Chrome. CORB prevents the browser from delivering certain cross-origin network responses to a web page. This means that a chrome extension is sometimes unable to pull product data from ROBLOX's API. Even after solving this issue, the response seems to be blank. In the script.js file, it seems to get hung up and errors around line 18-20. After looking into it, the response is completely blank even after manually changing the asset ID variable.
Edit: I have fixed the extension with some minor edits. Still a bit buggy as ROBLOX doesn't allow too many requests to their API within a short period, returning an error prompting you to wait before trying again - but still functional.
The text was updated successfully, but these errors were encountered: