Could not load content for https://source.zoom.us/1.8.6/lib/webim.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Description
Have upgraded the webinar SDK to 1.8.6 and am now getting the error code:
DevTools failed to load SourceMap: Could not load content for https://source.zoom.us/1.8.6/lib/webim.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Error
DevTools failed to load SourceMap: Could not load content for https://source.zoom.us/1.8.6/lib/webim.min.js.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Which version?
1.8.6

Device (please complete the following information):
All devices

Additional context
This looks to be preventing the user from joining the webinar stream

Hi @robert.dyas,

Thanks for reaching out about this, and happy to help.

Is it possible to share a screenshot of what you see in the browser UI as well as the console errors? Additionally, if could share the device and OS info when you run into the error, as well any relevant code snippets, this will help to debug!

Thanks,
Will

Hi Will,

The issue was an oversight with the test attendee trying to join with same email registered with the Zoom account.

We have upgraded the API to the latest version but are still having issues with audio but I will raise another post with that.

Hey @robert.dyas,

For future reference, Source Maps are used by Chrome DevTools in order to map transformed code (transpiled, compiled, minified) back to the original source code for debugging.

They do not affect the functionality of the website and are only used for debugging. You can disable this feature in Chrome settings.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.