You are not logged in.
I have a problem when I try to download sgdk sega genesis dev kit on Bunsenlabs, in my past distro I dont hve this problem.
I already try to download the file by jdownloader allways got an erro.
With wget - error.
With chromium - error.
With git clone directly - error.
Anyone can test if is a problem of my connection or else and can down the git file to test if down correctly or not ?
https://github.com/kubilus1/gendev
In my previous SO I never have any problem t download the kit but since I install Bunsenlabs I have this problem and I already try very times donwload the file with different methods and tools and always I got an error on file, I think is my connection but other downloads works well.
Thanks.
Last edited by portaro (2021-03-17 18:57:05)
Offline
It should work if you use adress https://github.com/kubilus1/gendev.git.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
If you on project side press green button "Code",
[url=https://i.imgur.com/C1HQi2g.png]
[/url]
then you can choose to download as zip or copy the adress.
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
I cant start the download with any tool, like
wget on terminal
jdownloader
git clone
But the problem is that it never has a good conclusion, allways has a corrupt or unwork terminated down of the file (corruption)
Thanks for your help.
Offline
I cant start the download with any tool, like
wget on terminal
jdownloader
git clone
But the problem is that it never has a good conclusion, allways has a corrupt or unwork terminated down of the file (corruption)
You write that you can not start download and that the file gets corrupted. You got to decide...
Is it so that you have problems downloading gendev, but only gendev? Other downloads work ok?
The gendev ziparchive has adress https://github.com/kubilus1/gendev/archive/master.zip.
You can not download that with wget? If it gets interuppted, you can continue with
$ wget -c https://github.com/kubilus1/gendev/archive/master.zip
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
With wget - error.
With chromium - error.
With git clone directly - error.
Please show us the full commands and ALL the ouptut they created.
Offline
Here you have an example of a down that I try now with the command above commented with wget:
joao@debian-asus:~$ wget -c https://github.com/kubilus1/gendev/archive/master.zip
--2021-03-18 15:38:48-- https://github.com/kubilus1/gendev/archive/master.zip
A resolver github.com (github.com)...140.82.121.3
A ligar a github.com (github.com)|140.82.121.3|:443... ligado.
Pedido HTTP enviado, a aguardar resposta...302 Found
Localização: https://codeload.github.com/kubilus1/gendev/zip/master [a seguir]
--2021-03-18 15:38:52-- https://codeload.github.com/kubilus1/gendev/zip/master
A resolver codeload.github.com (codeload.github.com)...140.82.121.9
A ligar a codeload.github.com (codeload.github.com)|140.82.121.9|:443... ligado.
Pedido HTTP enviado, a aguardar resposta...200 OK
Tamanho: não especificado [application/zip]
A gravar em: "master.zip"master.zip [ <=> ] 16,72M 17,9KB/s em 16m 59s
2021-03-18 15:55:55 (16,8 KB/s) - erro de leitura no byte 17532307 (The request is invalid.).A tentar novamente.
--2021-03-18 15:55:56-- (tentativa: 2) https://codeload.github.com/kubilus1/gendev/zip/master
A ligar a codeload.github.com (codeload.github.com)|140.82.121.9|:443... ligado.
Pedido HTTP enviado, a aguardar resposta...200 OK
Tamanho: não especificado [application/zip]
A gravar em: "master.zip"master.zip [ <=> ] 107,31K 8,21KB/s
Again and again the process have errors on read file and starts a new down, with the other downloads I don't have any problem.
Offline
Again and again the process have errors on read file and starts a new down, with the other downloads I don't have any problem.
Weird. What happends when you use git?
$ git clone https://github.com/kubilus1/gendev.git
If that also fails and
$ wget -c https://github.com/BunsenLabs/bunsen-images-extra/archive/lithium.zip
works ok, I can't explain it.
I would at least test downloading from BL Live session.
If it is a laptop, I would try on a library or some other connection.
You have not been able to download master.zip?
If you trust me, you can download from my google drive.
https://drive.google.com/file/d/1UmNRI2 … sp=sharing
Last edited by rbh (2021-03-18 17:59:10)
// Regards rbh
Please read before requesting help: "Guide to getting help", "Introduction to the Bunsenlabs Lithium Desktop" and other help topics under "Help & Resources" on the BunsenLabs menu
Offline
When I use git clone I have the same problem as like with softwares like jdownloader, no one work.
Thanks for upload the file for me I'll download the package from your google drive.
Thanks.
Last edited by portaro (2021-03-18 19:55:58)
Offline