TimeToogo / TimeToogo/tunshell
Fails on Windows Github CI with powershell
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 818
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have tried a task like this:
- name: tunshell
run: |
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString('https://lets.tunshell.com/init.ps1'))) xxxxx au.relay.tunshell.com
shell: powershell
And I also tried shell: pwsh but they both give the following error on my side or the web browser version.
[2022-08-03T04:11:54Z ERROR client] Error occurred: shell server returned an error
Caused by:
expected value at line 1 column 1
Any ideas why?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Reproduce the supplied GitHub Actions step with both powershell and pwsh, then trace the client/server response associated with the "expected value at line 1 column 1" error; done means the cause is confirmed and a regression test or documented resolution is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, powershell, rust
- Domain
- ci-cd, cli, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100