bitstadium / HockeyKit

HockeyApp was retired and the SDKs are deprecated. Please use App Center instead.

Home Page:http://appcenter.ms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hockey iOS Portal Device Parser fails

vinzenzweber opened this issue · comments

The "Hockey iOS Portal Device Parser" fails importing Devices with the message

elIDs is null

Working fine over here. Can't reproduce.

just checked again with Safari and it works while Firefox fails ...
any ideas? maybe some addons?

Yep, seems Firefox is incompatible with the RegEx call in the code.

var expIDs = /<td class="id" title="([^"]+)/g;
var elIDs= document.body.innerHTML.match(expIDs);

This does not work. Maybe someone knows a fix.