Jonathan Moody

Results 101 comments of Jonathan Moody

A variant with slightly different error string: zlib.error: Error -3 while decompressing data: unknown compression method https://github.com/moodyjon/lbry-sdk/actions/runs/3091639309/jobs/5001957283

I just looked at the logs, and I can infer that it was up for ~5 days.

Checked today, and it is stable at 6.3-6.4GB. I will watch what happens on restart.

On initial startup: ![image](https://user-images.githubusercontent.com/103143855/184414728-2f6e2d39-3f23-4b42-88b3-d401df3711ab.png)

Can you please rebase or use some other technique to simplify the change? Things like https://github.com/lbryio/lbry-sdk/pull/3646/commits/54da1e3eaa7057433e75b51b6512a9a59719b396 and https://github.com/lbryio/lbry-sdk/pull/3646/commits/4f9c98e6b888921add54a0bbb8a45126d0977791 have already been submitted.

The original Python 3.9 effort was pretty close to completion. Just waiting on one more lbryio/hub fix and I can submit a third batch of test fixes to lbry-sdk. I...

As a workaround, use the configuration panel to manually enter a path to ffmpeg: ![image](https://user-images.githubusercontent.com/103143855/166938365-e0fa30da-67d5-42f1-9f6b-0237ad6e44f9.png) Use Command-Shift-Period if needed to reveal hidden paths. My installation was in /opt/homebrew/bin/ffmpeg. Other info...

On my system: (lbrynet.log) 2022-05-05 10:08:38,724 WARNING lbry.file_analysis:93: Unable to locate ffmpeg executable. Path: :/Users/username/Library/Application Support/LBRY/ffmpeg/bin:/usr/bin:/bin:/usr/sbin:/sbin At some point I or homebrew added /opt/homebrew/bin to PATH via ~/.zprofile, but LBRY...

Using "open" in the shell works for me with no need to edit daemon_settings.yml. In that context the which-based lookup works. Mac-mini ~ % open /Applications/LBRY.app When clicking on LBRY...

Everything I find online says that the rules for MacOS apps and PATH keep changing, becoming obsolete: https://apple.stackexchange.com/questions/51677/how-to-set-path-for-finder-launched-applications I think basically the problem is all these MacOS mechanisms are not...