-
Notifications
You must be signed in to change notification settings - Fork 31
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
System.NotSupportedException: The given path's format is not supported #25
Comments
Hey @Aysan-kore did you figure this out? Stuck here as well. @tamhinsf any help would be really appreciated. |
I am also stuck on the same issue, anyone had a luck with this? |
@palec99 I am having the same issue as well. Any luck on getting this to work? |
Unfortunately not, I just gave up and turned to commercial tools
Dne čt 5. 10. 2023 21:48 uživatel averjfis ***@***.***>
napsal:
… @palec99 <https://github.com/palec99> I am having the same issue as well.
Any luck on getting this to work?
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYFRY3LRYDOSJKDNOAJPFFLX54FIBAVCNFSM4LOSGST2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZUHE2TINBXGY4Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Which tools did you end up going with? I've been troubleshooting this all day to no avail. |
I am testing Saketa, it works very well, but it's around 5k USD for my
scenario
Dne čt 5. 10. 2023 22:40 uživatel averjfis ***@***.***>
napsal:
… Which tools did you end up going with? I've been troubleshooting this all
day to no avail.
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYFRY3MOEGYAJCHUKNDWCOLX54LLZAVCNFSM4LOSGST2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCNZUHE3DAOJZHEZA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enter the destination Team number or type "new" to create a new Team: 5
Team ID is 3b8796bd-1b29-4a57-b166-d7c994f64631
Creating temp directory for Slack archive decompression
Temp path is C:\Users\MYUSERNAME\AppData\Local\Temp\tmpD93A.tmp
Unhandled Exception: System.NotSupportedException: The given path's format is not supported.
at System.IO.Path.GetFullPath(String path)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync)
at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Encoding entryNameEncoding)
at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName)
at ChannelSurfCli.Utils.Files.DecompressSlackArchiveFile(String zipFilePath, String tempPath) in C:\Temp\ChannelSurfCli\Utils\Files.cs:line 26
at ChannelSurfCli.Program.Main(String[] args) in C:\Temp\ChannelSurfCli\Program.cs:line 135
The text was updated successfully, but these errors were encountered: