Skip to content
New issue

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

[Bug] Forward: open : The system cannot find the file specified. #656

Closed
konglquan opened this issue Jun 19, 2024 · 2 comments
Closed

[Bug] Forward: open : The system cannot find the file specified. #656

konglquan opened this issue Jun 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@konglquan
Copy link

Describe the bug

This error occurs when forwarding a message

Error: callback:
github.com/gotd/td/telegram.(*Client).Run.func3
github.com/gotd/td@v0.102.0/telegram/connect.go:151

  • collect dialogs:
    github.com/iyear/tdl/app/forward.Run
    github.com/iyear/tdl/app/forward/forward.go:67
  • parse from file:
    github.com/iyear/tdl/app/forward.collectDialogs
    github.com/iyear/tdl/app/forward/forward.go:129
  • open : The system cannot find the file specified.

To Reproduce

tdl -n xiaoke forward --from https://t.me/c/xxxxx/8 --to xxxxxx --proxy socks5://localhost:7898

Expected behavior

done!

Version

Version: 0.17.1
Commit: 7f4e543
Date: 2024-05-29T14:50:17Z

go1.21.10 windows/amd64

Which OS are you running tdl on?

Windows

Additional context

No response

@konglquan konglquan added the bug Something isn't working label Jun 19, 2024
@iyear
Copy link
Owner

iyear commented Jun 19, 2024

Try tdl -n xiaoke forward --from 'https://t.me/c/xxxxx/8' --to 'xxxxxx' --proxy 'socks5://localhost:7898'

This is not related to the implementation of tdl and it specifically concerns your shell. The shell did not correctly pass the --from flag, resulting in a recognition error.

@iyear iyear changed the title [Bug] [Bug] Forward: open : The system cannot find the file specified. Jun 19, 2024
@iyear
Copy link
Owner

iyear commented Jun 19, 2024

If you have any problems, you can reopen the issue again.

@iyear iyear closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants