Skip to content

[Bug] Failed speedtests shouldn't write to the server_id column #1663

@alexjustesen

Description

@alexjustesen
          It is writing that property though

$this->result->update([
'server_id' => $this->serverId,
'data' => json_decode($message, true),
'status' => ResultStatus::Failed,
]);

so maybe this needs to be updated? Either way currently this app doesn't function as a fresh install.

Originally posted by @nandi95 in #1661 (comment)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions