We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run go build && go: downloading gopkg.in/yaml.v3 v3.0.1 panic: interface conversion: interface {} is nil, not map[string]interface {} goroutine 1 [running]: autoSign/platform.(*AliCloudDisk).getReward(0x0?, {0xc00021e380, 0x309}, {0xc0002716a0, 0x2}) /home/runner/work/alipan_auto_sign/alipan_auto_sign/platform/ali_cloud_disk.go:93 +0x63b autoSign/platform.(*AliCloudDisk).qianDao(0x10?, {0xc000162340?, 0xc000110280?}) /home/runner/work/alipan_auto_sign/alipan_auto_sign/platform/ali_cloud_disk.go:108 +0x71 autoSign/platform.(*AliCloudDisk).Run(0xc000162340?, {0xc000162200, 0x20}, {0xc000162340, 0x20}) /home/runner/work/alipan_auto_sign/alipan_auto_sign/platform/ali_cloud_disk.go:121 +0x4a main.main() /home/runner/work/alipan_auto_sign/alipan_auto_sign/main.go:19 +0xea Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run go build &&
go: downloading gopkg.in/yaml.v3 v3.0.1
panic: interface conversion: interface {} is nil, not map[string]interface {}
goroutine 1 [running]:
autoSign/platform.(*AliCloudDisk).getReward(0x0?, {0xc00021e380, 0x309}, {0xc0002716a0, 0x2})
/home/runner/work/alipan_auto_sign/alipan_auto_sign/platform/ali_cloud_disk.go:93 +0x63b
autoSign/platform.(*AliCloudDisk).qianDao(0x10?, {0xc000162340?, 0xc000110280?})
/home/runner/work/alipan_auto_sign/alipan_auto_sign/platform/ali_cloud_disk.go:108 +0x71
autoSign/platform.(*AliCloudDisk).Run(0xc000162340?, {0xc000162200, 0x20}, {0xc000162340, 0x20})
/home/runner/work/alipan_auto_sign/alipan_auto_sign/platform/ali_cloud_disk.go:121 +0x4a
main.main()
/home/runner/work/alipan_auto_sign/alipan_auto_sign/main.go:19 +0xea
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered: