Select to view content in your preferred language

Help Finding ArcGIS Online Logs for Web Tool Publishing Errors

155
1
11-27-2024 02:27 PM
Labels (2)
ajoros
by
New Contributor

Hey everyone! I've been working on web tools in ArcGIS Online, and things are starting to come together as I learn more. However, I’ve hit a snag when it comes to troubleshooting publishing errors for web tools via the AGOL Notebook tab.

When something goes wrong during the publishing process, I can’t seem to find any error logs or detailed diagnostics specific to publishing issues. I do see Python code errors in the notebook itself, but these seem different from the system errors related to publishing.

Does anyone know if there’s a way to view ArcGIS Online-specific logs or error messages for failed publishing attempts? Any advice or pointers would be much appreciated!

Thanks in advance!

0 Kudos
1 Reply
xlt208
by Esri Contributor
Esri Contributor

Hi @ajoros,

To get the detailed error of the publishing process, you can do the following:

  1. Open the Developer Tools of the browser.
  2. Switch to the Network tab.
  3. In the notebook editor, click "Publish".
  4. Back to the Network tab of the Developer Tools, look for /createService requests. 
  5. Click on the request and switch to the Response tab. This tab should reveal the backend error of the publishing process. Could you please paste the response here so we can further troubleshoot?

 

Thank you!

Lingtao, Product Engineer for ArcGIS Notebooks

0 Kudos