Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions extendscript socket error on mac only

  • extendscript socket error on mac only

    Posted by Liran Tabib on May 23, 2021 at 10:10 am

    Hi to all!

    I’m coding some servers for After Effects and I encountered a problem.

    On windows machines everything goes smooth but I’m having some trouble using the same code on a mac machines.

    I narrowed down the issue to the socket listen() function

    Here is a small part of a code that returns “true” on a PC but somehow returns “false” on a Mac:

    conn = new Socket();
    alert (conn.listen(8080))

    Any help would be appreciated!

    Steve Lewis replied 4 years, 11 months ago 2 Members · 1 Reply
  • 1 Reply
  • Steve Lewis

    June 19, 2021 at 11:30 pm

    Same issue for me, returns true on PC, false on Mac, when looking at conn.error, it just says “I/O error” nothing more, I’m wondering if everyone on Mac is facing this issue?

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy