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
We are using sphinxcontrib_confluencebuilder for publishing RST files to confluence and Quite often we get below error , but few times it successfully publishes all our rst files to confluence with out any error.
An issue has been detected when trying to communicate with the
configured Confluence instance. Ensure the instance is running and
inspect that the configured Confluence URL is valid:
(details: HTTPSConnectionPool(host='inside-docupedia.bosch.com', port=443): Max retries exceeded with url: /confluence/rest/api/user/watch/content/5016717258 (Caused by ProxyError('Unable to connect to proxy', RemoteDisconnected('Remote end closed connection without response'))))
Note: Today (23rd dec) did not see the error atleast once, probably because usage of confluence is very less due to vacations.
The text was updated successfully, but these errors were encountered:
often we get below error , but few times it successfully publishes all our rst files
My initial impression is that this is a corporate proxy or security tool issue over something specific with this extension. The following message says something in the remote line stopped unexpectedly:
We are using sphinxcontrib_confluencebuilder for publishing RST files to confluence and Quite often we get below error , but few times it successfully publishes all our rst files to confluence with out any error.
Note : The command we use is as below
python -m sphinx -b confluence . _build/confluence -E -a -Dconfluence_publish_token=%PUBLISHTOKEN% -Dconfluence_space_key=%CONFLUENCE_SPACE_KEY% -Dconfluence_parent_page="%CONFLUENCE_PARENT_PAGE%"
�[2K�[01mpublishing assets... �[39;49;00m[ 27%] �[32mimage012.png�[39;49;00m
�[2K�[01mpublishing assets... �[39;49;00m[ 28%] �[32mimage013.png�[39;49;00m
�[91msphinxcontrib.confluencebuilder error:�[39;49;00m
—
Invalid Confluence URL detected
An issue has been detected when trying to communicate with the
configured Confluence instance. Ensure the instance is running and
inspect that the configured Confluence URL is valid:
https://inside-docupedia.bosch.com/confluence/
(details: HTTPSConnectionPool(host='inside-docupedia.bosch.com', port=443): Max retries exceeded with url: /confluence/rest/api/user/watch/content/5016717258 (Caused by ProxyError('Unable to connect to proxy', RemoteDisconnected('Remote end closed connection without response'))))
Note: Today (23rd dec) did not see the error atleast once, probably because usage of confluence is very less due to vacations.
The text was updated successfully, but these errors were encountered: