<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: socket.timeout: timed out in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9281052#M12759</link>
    <description>&lt;P&gt;I could debug at home without any problems, so I knew that Update was not the cause.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not know how to deal with it, so I reinstalled Fusion360 after clean uninstall.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-do-an-automatic-Clean-Uninstall-for-Autodesk-Fusion-360.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-do-an-automatic-Clean-Uninstall-for-Autodesk-Fusion-360.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working fine now.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 00:15:50 GMT</pubDate>
    <dc:creator>kandennti</dc:creator>
    <dc:date>2020-01-29T00:15:50Z</dc:date>
    <item>
      <title>socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9278392#M12758</link>
      <description>&lt;P&gt;If you know, please.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following error appears during debugging with Fusion360 (2.0.7402) + VSCode python (ms-python-2019.9.34911) and operation becomes impossible.&lt;BR /&gt;(It is necessary to restart Fusion360.)&lt;/P&gt;
&lt;PRE&gt;Exception in thread ptvsd.Server:
Traceback (most recent call last):
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\ipcjson.py", line 269, in process_one_message
    msg = self.__message.pop(0)
IndexError: pop from empty list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\&amp;lt;UserName&amp;gt;\AppData\Local\Autodesk\webdeploy\production\9eb6e3e95b2f4cf7bb2f804604f4040b86fc00dd\Python\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "C:\Users\&amp;lt;UserName&amp;gt;\AppData\Local\Autodesk\webdeploy\production\9eb6e3e95b2f4cf7bb2f804604f4040b86fc00dd\Python\lib\threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\wrapper.py", line 536, in process_messages
    raise exc
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\wrapper.py", line 521, in process_messages
    self.process_messages()
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\ipcjson.py", line 258, in process_messages
    self.process_one_message()
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\ipcjson.py", line 272, in process_one_message
    self._wait_for_message()
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\ipcjson.py", line 154, in _wait_for_message
    line = self._buffered_read_line_as_ascii()
  File "C:\Users\&amp;lt;UserName&amp;gt;\.vscode\extensions\ms-python.python-2019.9.34911\pythonFiles\lib\python\ptvsd\ipcjson.py", line 113, in _buffered_read_line_as_ascii
    temp = self.__socket.recv(1024)
socket.timeout: timed out&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 776px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/722132i7FD199D16F43EC29/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This suspends execution at a breakpoint, regardless of code, and appears after a certain period of time and becomes inoperable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have the same experience?&lt;BR /&gt;Is this relevant?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/my-custom-toolbarcontrols-are-disabled-in-manufacture/m-p/9277071#M9260" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/my-custom-toolbarcontrols-are-disabled-in-manufacture/m-p/9277071#M9260&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 02:30:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9278392#M12758</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-01-28T02:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9281052#M12759</link>
      <description>&lt;P&gt;I could debug at home without any problems, so I knew that Update was not the cause.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not know how to deal with it, so I reinstalled Fusion360 after clean uninstall.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-do-an-automatic-Clean-Uninstall-for-Autodesk-Fusion-360.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/fusion-360/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-do-an-automatic-Clean-Uninstall-for-Autodesk-Fusion-360.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working fine now.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 00:15:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9281052#M12759</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-01-29T00:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9600759#M12760</link>
      <description>&lt;P&gt;After the update the other day, the same situation has come up again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;・Win10 Pro&lt;BR /&gt;・Fusion360　Ver2.0.8560&lt;BR /&gt;・VSCode　Ver1.46.1&lt;BR /&gt;・ms-Pythpn　Ver2020.6.90262&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reinstalled Fusion 360 again after a clean uninstall, but the situation remains the same.&lt;BR /&gt;Do you have the same situation?&lt;BR /&gt;Does anyone know how to deal with it?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 09:39:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9600759#M12760</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-06-25T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9602792#M12761</link>
      <description>&lt;P&gt;I'm having the same problem.&amp;nbsp; Something has changed in VS Code or the Python extension.&amp;nbsp; I know Autodesk is investigating it.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 03:41:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9602792#M12761</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-06-26T03:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9602960#M12762</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5741855"&gt;@BrianEkins&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was relieved to know that I was not the only one.&lt;/P&gt;
&lt;P&gt;Unfortunately, older versions of ms-python cannot be installed.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 06:36:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9602960#M12762</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-06-26T06:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9613291#M12763</link>
      <description>&lt;P&gt;Any updates/solutions to this issues? I am also dealing with it as well.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 20:30:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9613291#M12763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-01T20:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9614154#M12764</link>
      <description>&lt;P&gt;I have no choice but to wait for Update....&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 10:11:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9614154#M12764</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-07-02T10:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9617245#M12765</link>
      <description>&lt;P&gt;Yes - I see the same on Macbook Pro too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like a timeout has been added (or catering for that exception has been removed) on the socket connection that gets made between Fusion360 and Visual-Studio-Code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It might be the fault of...&lt;/P&gt;&lt;P&gt;a) Fusion360&lt;/P&gt;&lt;P&gt;b) VSCode&lt;/P&gt;&lt;P&gt;c) The debugging subsystem inside VSCode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone who is suffering this problem absolutely sure they have not updated either VSCode, or allowed it to update any of its own components?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I went and installed a bunch of VSCode extensions for other reasons, so now I can't be sure where the problem came from.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 22:30:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9617245#M12765</guid>
      <dc:creator>OceanHydroAU</dc:creator>
      <dc:date>2020-07-03T22:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628395#M12766</link>
      <description>&lt;P&gt;Any updates on this?&amp;nbsp;&lt;BR /&gt;I got in the same issue and can not debug my Fusion Extension anymore &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Please help...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 12:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628395#M12766</guid>
      <dc:creator>akonovalenko</dc:creator>
      <dc:date>2020-07-10T12:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628489#M12767</link>
      <description>&lt;P&gt;I think I have found the solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have installed an old version of&amp;nbsp;&lt;SPAN&gt;ms-python.python-2020.5.78807 extension for VSCode because it works for me in another issue&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9532047#M10274" target="_blank"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/not-able-to-debug-scripts-add-ins-in-visual-studio-code/m-p/9532047#M10274&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It can be downloaded from Microsoft GitHub:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/microsoft/vscode-python/releases/tag/2020.5.78807" target="_blank"&gt;https://github.com/microsoft/vscode-python/releases/tag/2020.5.78807&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot_13.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/793941iB5A9044D4E1A0B92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_13.png" alt="Screenshot_13.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot_12.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/793943iAE359D1880E60DFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_12.png" alt="Screenshot_12.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS: Do not forget to disable Extension Autoupdate otherwise it will stop working ideally after VSCOde update it to the latest version&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_11.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/793945iB42E099BEEB54E84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_11.png" alt="Screenshot_11.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 13:00:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628489#M12767</guid>
      <dc:creator>akonovalenko</dc:creator>
      <dc:date>2020-07-10T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628510#M12768</link>
      <description>&lt;P&gt;One thing I tried was "doing things" a lot when in breakpoints - i.e. - forcing the socket to do at least some communications frequently (e.g. using the command-line to show the contents of a variable) - this at least seemed to keep it open and working for slightly longer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hmm.&amp;nbsp; Is there a way to run "loops" on the commandline?&amp;nbsp; That could possibly work to automatically force it not to time-out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing I attempted with no luck: I've been testing on a heap of different platforms, so I had some machines that had not been updated (but without VSCode on them unfortunately) - I attempted to copy all the old fusion code off those - Fusion (old version) ran fine - but the timeout problem was still there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I next copied a pile of old VSCode stuff off a different PC to see if the problem was in there - also didn't fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also found old versions of all the modules that show up in the errors, and put all those back - didn't fix it either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideas I've not investigated... try to find out what socket it's using (e.g. maybe it's TCP, or a native OS one), and run some other process on my box to send junk at the socket in a loop, with a small sleep inbetween: in theory, it might keep something open (long shot - it's probably an established connection timing-out, and if it's TCP, that would make new connections...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any VSCode add-ins or tools or other utilities that might cause socket traffic? (timing things, or memory watchers, or IO monitors, or anything...)&amp;nbsp; using things stops them timing out...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got other things to keep me occupied while I wait for them to fix this, so I've got no need to dive in and fix the bug myself - but if anyone really needs me to do that, shout out and I'll have a go.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 13:07:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628510#M12768</guid>
      <dc:creator>OceanHydroAU</dc:creator>
      <dc:date>2020-07-10T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628702#M12769</link>
      <description>&lt;P&gt;Tantalizing hints!!&lt;/P&gt;&lt;P&gt;What version number should we see after following your instructions?&lt;/P&gt;&lt;P&gt;I did all the above, but I still see the problem [on mac] &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the&amp;nbsp;ms-python-release.vsix you linked gave me this one:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-07-11 at 12.25.45 am.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/793999i4076F58D34D7F53A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-07-11 at 12.25.45 am.png" alt="Screen Shot 2020-07-11 at 12.25.45 am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 14:30:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628702#M12769</guid>
      <dc:creator>OceanHydroAU</dc:creator>
      <dc:date>2020-07-10T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628842#M12770</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4369060"&gt;@akonovalenko&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thank you very much for the valuable information.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I tried it immediately, but ms-python2020.5.78807 didn't solve it.&lt;BR /&gt;Just in case, I also tried ms-python 2019.9.34911, but the situation did not change.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 15:27:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9628842#M12770</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-07-10T15:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9629155#M12771</link>
      <description>&lt;P&gt;I fussed around with&amp;nbsp;PTVSD SOCKET TIMEOUT and the bug symptoms, but that seems to be the wrong idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like one end is telling the other end to expect N packets, but it only sending N-1 and that's the root cause of the empty-pop which causes the "wait for another message" which eventually triggers the timeout &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't tell if the problem is Fusion360 or vscode or the PTVSD subsystem - and while I usually keep great backups, I don't have anything that's not suffered its own update unfortunately (curse that auto-update option in vscode!!!)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 18:13:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9629155#M12771</guid>
      <dc:creator>OceanHydroAU</dc:creator>
      <dc:date>2020-07-10T18:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9638065#M12772</link>
      <description>&lt;P&gt;This has been fixed in the latest fixes update this week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Earlier, I also had problems with Intellisense in VS Code but that also seems to be working now as of the last couple of weeks.&amp;nbsp; It had always worked on one of my computers and never worked on the other but now it's working on both of them.&amp;nbsp; Is anyone else having issues with Intellisense in VS Code?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 01:27:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9638065#M12772</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-07-16T01:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9638172#M12773</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5741855"&gt;@BrianEkins&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;The problem seems to be solved.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;・Win10 Pro&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;・Fusion360　Ver&lt;/SPAN&gt;&lt;SPAN&gt;2.0.8624&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;・VSCode　Ver1.47.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;・ms-Pythpn　Ver2020.6.91350&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Intellisense is also working for me.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 03:40:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9638172#M12773</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2020-07-16T03:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: socket.timeout: timed out</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9638239#M12774</link>
      <description>&lt;P&gt;The problem was solved in my environment, too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Win10 Pro&lt;/LI&gt;&lt;LI&gt;Fusion360 Ver2.0.8624&lt;/LI&gt;&lt;LI&gt;VSCode Ver1.44.0&lt;/LI&gt;&lt;LI&gt;ms-python Ver2020.5.86806&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 05:25:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/socket-timeout-timed-out/m-p/9638239#M12774</guid>
      <dc:creator>Daisuke.Inokuma1</dc:creator>
      <dc:date>2020-07-16T05:25:54Z</dc:date>
    </item>
  </channel>
</rss>

