-
Notifications
You must be signed in to change notification settings - Fork 59
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: error on redirecting output on unicode file paths on Windows (can be pyinstaller-related) #95
Comments
Hi @timepp! Thank you for the report. I'll give it a closer look when I have some time. |
@timepp, great find! Thanks for sharing this. |
@yurijmikhalevich can i work on this issue? |
@TanyaKansal, hi! Of course! The issue is yours. Thank you for reaching out 😄 Let me know if you need more context on rclip, the issue, or have any other questions 🙂 |
thanks @yurijmikhalevich I'll work on it |
@yurijmikhalevich |
@TanyaKansal, thanks for looking into this. Good to know that the issue isn't relevant to macOS users. From the original report and from this Stackoverflow discussion, it looks like it's related to the Windows build of rclip, which uses pyinstaller. |
@yurijmikhalevich I think I will not be able to replicate this issue as I dont have windows setup. You can remove my assignment to this issue. please suggest if you have any idea how I can replicate the same on MacOS |
@TanyaKansal, you can try running the Windows build of the app under Can be worth trying it with |
@TanyaKansal, let me know if you want to give it another shot or if I should remove your assignment to this issue. |
thanks for sugegsting...let me give it a shot @yurijmikhalevich |
@TanyaKansal, I have unassigned you from the issue. Let me know if you still want to work on it. |
when there are unicode file names, rclip runs well only in the console window. However, if you redirect the output to file, pipe, etc. it will throw errors. This blocks me from integrating rclip into my app.
See below screenshot:
The text was updated successfully, but these errors were encountered: