-
Notifications
You must be signed in to change notification settings - Fork 101
Error API Request to Space Track #5
Description
I checked my environment variables, dependencies and confirmed the logins work, however I am getting this error. Please see attached screenshot.
Operating System: Ubuntu 22.04.4 LTS
Kernel: Linux 5.15.146.1-microsoft-standard-WSL2
go version go1.22.4 linux/amd64
root@srlt02:/git/SatIntel# hostnamectl/git/SatIntel# go version
Static hostname: srlt02
Icon name: computer-container
Chassis: container
Machine ID: d5668d855cf64f35a5b1c0a2f5a25401
Boot ID: 954ff4e2f4924ca092d24e70ef4d5d03
Virtualization: wsl
Operating System: Ubuntu 22.04.4 LTS
Kernel: Linux 5.15.146.1-microsoft-standard-WSL2
Architecture: x86-64
root@srlt02:
go version go1.22.4 linux/amd64
root@srlt02:~/git/SatIntel# cat go.mod
module github.com/ANG13T/SatIntel
go 1.20
require (
github.com/TwiN/go-color v1.4.0
github.com/iskaa02/qalam v0.3.0
github.com/manifoldco/promptui v0.9.0
)
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mazznoer/colorgrad v0.8.1 // indirect
github.com/mazznoer/csscolorparser v0.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.15.0 // indirect
github.com/subosito/gotenv v1.4.2 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
root@srlt02:/git/SatIntel# go mod tidy/git/SatIntel# go mod download
go: downloading github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
go: downloading github.com/chzyer/logex v1.1.10
root@srlt02:
root@srlt02:~/git/SatIntel# go get ./...
