Skip to content or navigation


Origin Seems To Be Running No Communication With Orange (LIMITED)

V-Ray 2 for SketchUp gets its first Service Pack from the Chaos Group — adds many new features including support for SketchUp 2014

Advertisement

Origin Seems To Be Running No Communication With Orange (LIMITED)

# Example: Detect if Origin client is running but network to Orange service is down import psutil import socket def is_origin_running(): for proc in psutil.process_iter(['name']): if proc.info['name'] and 'origin' in proc.info['name'].lower(): return True return False

def can_communicate_with_orange(host="orange.internal.com", port=80): try: socket.create_connection((host, port), timeout=3) return True except OSError: return False Origin Seems To Be Running No Communication With Orange

If you meant something else, please provide more details (e.g., where you saw this message, full error log, or the software involved). # Example: Detect if Origin client is running

It looks like you're referring to an error or status message, possibly from a network diagnostic tool, a game client (like EA's Origin), or a system log. However, the phrasing is a bit ambiguous. if origin_on and not orange_comm: return "Origin Seems

if origin_on and not orange_comm: return "Origin Seems To Be Running No Communication With Orange" elif origin_on and orange_comm: return "Origin and Orange communicating normally" elif not origin_on: return "Origin not running" else: return "Unknown state"

def check_origin_orange_status(): origin_on = is_origin_running() orange_comm = can_communicate_with_orange()

Reader Comments

Comments for this story are closed

architosh

INSIDER Xpresso-4x 
Quarterly newsletter with a focus on emTech (AI/ML, AAD, AR/VR/XR, BIM 2.0, robotics, and smart cities) and its impact on AEC professionals.)

Subscribe now — it’s free!.

# Example: Detect if Origin client is running but network to Orange service is down import psutil import socket def is_origin_running(): for proc in psutil.process_iter(['name']): if proc.info['name'] and 'origin' in proc.info['name'].lower(): return True return False

def can_communicate_with_orange(host="orange.internal.com", port=80): try: socket.create_connection((host, port), timeout=3) return True except OSError: return False

If you meant something else, please provide more details (e.g., where you saw this message, full error log, or the software involved).

It looks like you're referring to an error or status message, possibly from a network diagnostic tool, a game client (like EA's Origin), or a system log. However, the phrasing is a bit ambiguous.

if origin_on and not orange_comm: return "Origin Seems To Be Running No Communication With Orange" elif origin_on and orange_comm: return "Origin and Orange communicating normally" elif not origin_on: return "Origin not running" else: return "Unknown state"

def check_origin_orange_status(): origin_on = is_origin_running() orange_comm = can_communicate_with_orange()

 Origin Seems To Be Running No Communication With Orange
INSIDER Membership

Read 3 free Feature or Analysis articles per month.

Or, subscribe now for unlimited full access to Architosh.