Hey @gawlk, thanks for reaching out. That’s strange, our engineers are out for the day but I’ve brought it to their attention and they’ll get back to you tomorrow.
Same problem on Mac OS. Can’t create new or import existing repo
{
“code”: “ProjectCreationFailure”,
“message”: “Could not create project: early EOF; class=Net (12); code=Eof (-20)”,
“source”: {
“response”: {}
}
}
I had the same issue with Mac, then I’ve reloaded Upstream client and created repo with different name and it was successful.
Unfortunately, when I go to the list of projects in Radicle Upstream I receive an error:
{
“code”: “ProjectRequestFailure”,
“message”: “The project MY_PROJECT could not be loaded”,
“details”: {
“type”: “defaultBranch”,
“urn”: “rad:git:hwd1yrefi6k6mf1fihnb8wc1fzmr7u1o88y4erhnq1ph8eaycy13x7sdcca”,
“shareableEntityIdentifier”: “%rad:git:hwd1yrefi6k6mf1fihnb8wc1fzmr7u1o88y4erhnq1ph8eaycy13x7sdcca”,
“metadata”: {
“name”: “MY_PROJECT”,
“description”: “”,
“defaultBranch”: “main”,
“maintainers”: [
“rad:git:hwd1yregemnh45greawqesdq61zcnsdmso6yji4431kqu7mqtoxq7hktuqc”
]
},
“stats”: null
}
}
where MY_PROJECT is the first unsuccessfully created repo name
Reinstall Upstreem Version 0.1.11 (0.1.11), Mac OS 11.2.2
Still have a problem
When I try to create a new repository
{
“code”: “ProjectCreationFailure”,
“message”: “Could not create project: early EOF; class=Net (12); code=Eof (-20)”,
“source”: {
“response”: {}
}
}