Skip to content
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

Call for testing pyradio #19

Open
github-actions bot opened this issue Apr 25, 2024 · 1 comment · May be fixed by #24
Open

Call for testing pyradio #19

github-actions bot opened this issue Apr 25, 2024 · 1 comment · May be fixed by #24
Labels

Comments

@github-actions
Copy link

A new version (0.9.3.4) of pyradio was just pushed to the latest/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd641139
arm641140
armhf1141

Automated testing

If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh pyradio --channel latest/candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info pyradio | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].

For example

  • To promote a single revision, run /promote <rev> latest/stable
  • To promote multiple revisions, run /promote <rev>,<rev> latest/stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> latest/stable done

You can promote all revisions that were just built with:

/promote 1139,1140,1141 latest/stable done
@popey
Copy link
Contributor

popey commented May 3, 2024

Nope, it's broken.

pyradio 
Traceback (most recent call last):
  File "/snap/pyradio/1139/bin/pyradio", line 5, in <module>
    from pyradio.main import shell
  File "/snap/pyradio/1139/lib/python3.8/site-packages/pyradio/main.py", line 16, in <module>
    from .radio import PyRadio
  File "/snap/pyradio/1139/lib/python3.8/site-packages/pyradio/radio.py", line 34, in <module>
    from .config import HAS_REQUESTS, HAS_DNSPYTHON
  File "/snap/pyradio/1139/lib/python3.8/site-packages/pyradio/config.py", line 28, in <module>
    from .common import validate_resource_opener_path
  File "/snap/pyradio/1139/lib/python3.8/site-packages/pyradio/common.py", line 9, in <module>
    from rich import print
ModuleNotFoundError: No module named 'rich'

techtonik added a commit to techtonik/pyradio that referenced this issue May 30, 2024
@techtonik techtonik linked a pull request May 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant