CanisHelix
CanisHelix
@Sixze Is this still an issue? It's the only issue listed here holding me back on moving over to ALS-Refactored from Community.
@dirkf [38493768_https_-_unf-vault.teachable.com_courses_1696460_lectures_38493768.log](https://github.com/ytdl-org/youtube-dl/files/8675522/38493768_https_-_unf-vault.teachable.com_courses_1696460_lectures_38493768.log) I renamed the .dump as .log due to git's upload restrictions.
Thanks Daniel, I will give that a try, still a beginner in ruby, I'll try to find where to add some log lines. Sent from my iPhone > On Oct...
With basic `puts` style debugging, I've gotten down to `Slack::RealTime::Concurrency::Celluloid::Socket#build_socket` `socket = TCPSocket.new(addr, port)` addr is set to a slack-msgs.com domain, and port is set to 443 at this point....
@dblock No problem, I was just cleaning up issues on projects we no longer use and won't be able to confirm any fixes on.
On a slightly different note, `track_album` in a `--dry-run` is coming through as "Music of 40K - Videos" instead of the expected playlist_title.
Tried with just a single playlist instead of the whole channel, same error. (Much smaller log file for you to check) [ytdl-sub.vtf1lj9v.txt](https://github.com/jmbannon/ytdl-sub/files/11744796/ytdl-sub.vtf1lj9v.txt) config.yml ```yaml # Each file will be properly...
It seems the YouTrack API is a little flaky there. The word 'bug' doesn't exist in any of the cards so instead of returning 0 it returns -1 constantly. If...
If I did not sink time into this, we would not know about how flaky their API is. It's been a good learning curve of some areas of Shields new...
After testing and discussion on discord this PR will go into Draft Mode until such a time that YouTrack's API is more reliable. In the current state an API can...