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
panic: runtime error: index out of range [0] with length 0
goroutine 10107 [running]: github.com/tickstep/aliyunpan/internal/functions/panupload.(*PanUpload).UploadFile(0xc001543be8, {0xc007706570?, 0x6?}, 0x0, 0xc0001c1480?, 0x0?, {0x18ccf890fb8, 0xc007706590}, 0xc0000b88c0) /Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/functions/panupload/upload.go:78 +0x74d github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTask).uploadFile(0xc0010d6000, {0xcb1f10, 0xc000218960}) /Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task.go:627 +0x1ad2 github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTask).DoAction(0xc0010d6000, {0xcb1f10, 0xc000218960}) /Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task.go:66 +0x175 github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTaskManager).fileActionTaskExecutor.func1() /Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task_mgr.go:557 +0x45 created by github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTaskManager).fileActionTaskExecutor /Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task_mgr.go:556 +0x30f
The text was updated successfully, but these errors were encountered:
这看不出来问题,你可以先不要后台启动,先直接sync命令启动并打开debug日志,然后看看是哪里报错导致启动失败
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: index out of range [0] with length 0
goroutine 10107 [running]:
github.com/tickstep/aliyunpan/internal/functions/panupload.(*PanUpload).UploadFile(0xc001543be8, {0xc007706570?, 0x6?}, 0x0, 0xc0001c1480?, 0x0?, {0x18ccf890fb8, 0xc007706590}, 0xc0000b88c0)
/Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/functions/panupload/upload.go:78 +0x74d
github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTask).uploadFile(0xc0010d6000, {0xcb1f10, 0xc000218960})
/Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task.go:627 +0x1ad2
github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTask).DoAction(0xc0010d6000, {0xcb1f10, 0xc000218960})
/Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task.go:66 +0x175
github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTaskManager).fileActionTaskExecutor.func1()
/Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task_mgr.go:557 +0x45
created by github.com/tickstep/aliyunpan/internal/syncdrive.(*FileActionTaskManager).fileActionTaskExecutor
/Users/tickstep/Documents/Workspace/go/projects/aliyunpan/internal/syncdrive/file_action_task_mgr.go:556 +0x30f
The text was updated successfully, but these errors were encountered: