question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to see tmate.io link/connection string

See original GitHub issue

To get the connection string, just open the Checks tab in your Pull Request and scroll to the bottom. There you can connect either directly per SSH or via a web based terminal.

YML

I have a simple YML action workflow to try this action out

name: CI

on: [push]

jobs:
  build:

    runs-on:  ubuntu-latest
    
    steps:
    - uses: actions/checkout@v1
    
    - name: Setup tmate session
      uses: mxschmitt/action-tmate@v1

Screenshots

I have looked on the PR itself and can not find it and the streaming logs is not listing anything out for me to see the URL, only when I cancel/stop the run can I see the log output and what the tmate.io URL was.

image

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:24 (9 by maintainers)

github_iconTop GitHub Comments

13reactions
svenstarocommented, Sep 22, 2019

@andymckay I think this whole Action should just basically be part of Github Actions itself. The ability is to live debug a worker is invaluable.

7reactions
andymckaycommented, Aug 30, 2019

👋🏽 Hi there from GitHub. Sorry that you are getting this issue.

It sounds like there’s a possible intermittent race condition going on here. The log is being written before the connection is being opened to the view the logs. If that happens the log isn’t going to be written back to the GitHub UI. I’ll talk to the engineering team and see what we can find out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nat Friedman on Twitter: " SSH directly into the runner to ...
Unable to see tmate.io link/connection string · Issue #1 · mxschmitt/action-tmate. To get the connection string, just open the Checks tab in ...
Read more >
tmate • Instant terminal sharing
Named sessions. Typically, tmate generates random connection strings which are not stable across restarts, like ssh vbBK63dtemNN2ppDUqSvYNqbD@nyc1.tmate.io . ...
Read more >
tmate – To share your terminal session instantly ... - 2DayGeek
The tmate show-messages command allows you to see tmate's log messages, including the ssh connection string. Now, share your SSH session ID ...
Read more >
Tmate - Securely Share SSH Terminal Session with Linux Users
When launching Tmate, it will first establish an ssh connection to tmate.io server in the background through libssh. Once the connection is ...
Read more >
Tmate, the perfect Instant terminal sharing Tool for Remote ...
Sure, we all know about TeamViewer, VNC, and other remote desktop ... to establish a secure SSH connection with tmate.io's public server ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found