Closed showersi closed 2 years ago
Starting sw... version: sw.client.sw version 1.0.0 git revision e006f9dc062a1f02a5344a13645a82f2acf0d931 assembled on 29.09.2021 17:16:13 UTC 30.09.2021 01:16:13 йʱ command line: sw -trace configure Checking remote version Couldn't download db version file: Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://raw.githubusercontent.com/SoftwareNetwork/database/master//db.version, curl error: Couldn't resolve host name Host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}} Registering driver: org.sw.sw.driver.cpp-0.4.1 using sw frontend for input "D:/Tech/PG/OCR/tesseract-main\sw.cpp" build id 0000017C9727CB30 performing void __cdecl sw::SwBuild::loadInputs(void) Downloading: [org.sw.demo.preshing.junction-master]/[Source Archive] Downloading file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz Downloading file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz, error: Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz, curl error: Couldn't resolve host name Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d6/e8/0a/24/d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54355e01eb0e368a7385cf16ec9cc550c3d53c6bed18c48f90e5c5f0441c5ac78f/sw.tar.gz Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:353, function get: Error downloading file for package: org.sw.demo.preshing.junction-master, file: Source Archive
Hi,
Do you have any firewalls or something? Can you download this file manually? https://s3-eu-west-1.amazonaws.com/software-network/data/d6/e8/0a/24/d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54355e01eb0e368a7385cf16ec9cc550c3d53c6bed18c48f90e5c5f0441c5ac78f/sw.tar.gz
Hi,
Do you have any firewalls or something? Can you download this file manually? https://s3-eu-west-1.amazonaws.com/software-network/data/d6/e8/0a/24/d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54355e01eb0e368a7385cf16ec9cc550c3d53c6bed18c48f90e5c5f0441c5ac78f/sw.tar.gz
Yes, I can successfully download it from this link by manually.
Try to remove certs from C:\Users\u\.sw\certs
and re-run.
Try to clear storage C:\Users\u\.sw\storage
and re-run.
Try to remove certs from
C:\Users\u\.sw\certs
and re-run. Try to clear storageC:\Users\u\.sw\storage
and re-run.
I have tried twice but failed with same error.
I also encountered this problem.
Starting sw... version: sw.client.sw version 1.0.0 git revision 8d2a117e66deea583b45815150e78d76444b7137 assembled on 20.12.2021 11:02:00 UTC 20.12.2021 19:02:00 йʱ command line: sw -trace generate source Checking remote version Couldn't download db version file: Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://raw.githubusercontent.com/SoftwareNetwork/database/master//db.version, curl error: Couldn't resolve host name Host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}} Registering driver: org.sw.sw.driver.cpp-0.4.1 using sw frontend for input "D:/Works/dev/aspia/source\sw.cc" New host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"},"use_same_config_for_host_dependencies":"true","use_same_config_for_host_dependencies_used_in_hash":"false"} build id 000001B7AE10ECA0 performing void __cdecl sw::SwBuild::loadInputs(void) Downloading: [org.sw.demo.preshing.junction-master]/[Source Archive] Downloading file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz Downloading file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz, error: Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz, curl error: Couldn't resolve host name Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d6/e8/0a/24/d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54355e01eb0e368a7385cf16ec9cc550c3d53c6bed18c48f90e5c5f0441c5ac78f/sw.tar.gz Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:353, function get: Error downloading file for package: org.sw.demo.preshing.junction-master, file: Source Archive
Try to add -k
option to command line.
The reason is not clear at the moment.Curl for some reason cannot resolve the host name.
Try to add
-k
option to command line. The reason is not clear at the moment.Curl for some reason cannot resolve the host name.
what is number recommended after the -k?
Sorry, use -ignore-ssl-checks
. Not -k
Sorry, use
-ignore-ssl-checks
. Not-k
Try to add "-ignore-ssl-checks" but failed with same error.
Starting sw... version: sw.client.sw version 1.0.0 git revision e006f9dc062a1f02a5344a13645a82f2acf0d931 assembled on 29.09.2021 17:16:13 UTC 30.09.2021 01:16:13 йʱ command line: sw -trace configure -ignore-ssl-checks Checking remote version Couldn't download db version file: Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://raw.githubusercontent.com/SoftwareNetwork/database/master//db.version, curl error: Couldn't resolve host name Host configuration: {"os":{"arch":"x86_64","kernel":"com.Microsoft.Windows.NT"}} Registering driver: org.sw.sw.driver.cpp-0.4.1 using sw frontend for input "D:/Tech/PG/OCR/tesseract-main\sw.cpp" build id 000001D1B32384D0 performing void __cdecl sw::SwBuild::loadInputs(void) Downloading: [org.sw.demo.preshing.junction-master]/[Source Archive] Downloading file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz Downloading file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz, error: Exception in file D:/dev/swst/pkg/dd/cf/960d/src/sdir/src/http/src/http.cpp:258, function download_file: url = https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/raw/master/sw.tar.gz, curl error: Failure when receiving data from the peer Downloading file: https://s3-eu-west-1.amazonaws.com/software-network/data/d6/e8/0a/24/d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54355e01eb0e368a7385cf16ec9cc550c3d53c6bed18c48f90e5c5f0441c5ac78f/sw.tar.gz Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:353, function get: Error downloading file for package: org.sw.demo.preshing.junction-master, file: Source Archive
missing file: https://github.com/sw-packages/d6e80a24d3c3d0e259fa0aa3be429ebca83d0ebb19a9fbbb1931298baa706a54/master/sw.tar.gz
encountered this problem too.
Do you run the latest client?
Try sw --self-upgrade
and re-run.
What is your OS?
Describe the bug sw configure Downloading: [org.sw.demo.preshing.junction-master]/[Source Archive] Exception in file D:/dev/cppan2/client2/src/sw/manager/storage.cpp:353, function get: Error downloading file for package: org.sw.demo.preshing.junction-master, file: Source Archive