@ -126,7 +126,7 @@ void GetModPackExtraInfoTask::getProjectInfo()
|
|||||||
emitFailed(tr("Version not found"));
|
emitFailed(tr("Version not found"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setStatus(tr("Get Project information"));
|
setStatus(tr("Get project information"));
|
||||||
setProgress(3, 4);
|
setProgress(3, 4);
|
||||||
auto responseInfo = std::make_shared<QByteArray>();
|
auto responseInfo = std::make_shared<QByteArray>();
|
||||||
auto projectTask = m_api->getProject(m_version.addonId.toString(), responseInfo);
|
auto projectTask = m_api->getProject(m_version.addonId.toString(), responseInfo);
|
||||||
|
@ -134,8 +134,6 @@ Task::Ptr ModrinthAPI::getVersionFromHash(QString hash, ModPlatform::IndexedVers
|
|||||||
qWarning() << "Error while parsing JSON response from Modrinth::CurrentVersions at " << parse_error.offset
|
qWarning() << "Error while parsing JSON response from Modrinth::CurrentVersions at " << parse_error.offset
|
||||||
<< " reason: " << parse_error.errorString();
|
<< " reason: " << parse_error.errorString();
|
||||||
qWarning() << *response;
|
qWarning() << *response;
|
||||||
|
|
||||||
// failed(parse_error.errorString());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user