I just tried to import the team information from icpc.global. I generated a web token, went to the import screen, and entered the Southern-California-2018 contest and token. When I went to import the teams I received this error:
error: Error decoding JSON data '<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/manifest.json"><link rel="shortcut icon" href="/favicon.ico"><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700" rel="stylesheet"><title>The ICPC International Collegiate Programming Contest</title><script src="https://www.google.com/recaptcha/api.js" async defer="defer"></script><link href="/static/css/main.f25ca146.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/static/js/main.ee9a0359.js"></script></body></html>': Syntax error
I do not know if this is a DOMjudge problem, or an icpc.global problem. I'll fall back to importing from files.
Marc