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

plex init now adds userId annotation upon creating io.json #609

Conversation

acashmoney
Copy link
Contributor

@acashmoney acashmoney commented Aug 22, 2023

Summary

  • init now auto adds userId annotation
    Previously was only with create, now this feature is in init.

  • Environment Variable Check
    An environmental variable RECIPIENT_WALLET check has been introduced in python/dev/example.py. This ensures that a necessary variable for transaction processes is present before operations proceed, providing a safeguard against potential transaction errors or delays.

@acashmoney acashmoney linked an issue Aug 22, 2023 that may be closed by this pull request
@acashmoney acashmoney temporarily deployed to ci August 22, 2023 14:19 — with GitHub Actions Inactive
@linear
Copy link

linear bot commented Aug 22, 2023

LAB-549 userId annotation doesn't pass through on plex pip runs

Currently, the only annotation which seems to send is "python". Expected behavior is to also add userId when it is read from env variable

@vercel
Copy link

vercel bot commented Aug 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Visit Preview Aug 22, 2023 3:16pm

@acashmoney acashmoney temporarily deployed to ci August 22, 2023 14:50 — with GitHub Actions Inactive
@@ -105,7 +105,7 @@ def plex_upload(file_path: str, wrap_file=True, plex_path="plex"):
if not wrap_file:
cmd.append("-w=false")

with subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1, universal_newlines=True) as p:
with subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1, universal_newlines=True, env=os.environ) as p:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can change this later, not a blocker

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💳

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got rid of them, they're not needed and were just used for diagnosing the problem. Thanks for flagging 🐞

@acashmoney acashmoney temporarily deployed to ci August 22, 2023 15:14 — with GitHub Actions Inactive
@acashmoney acashmoney temporarily deployed to ci August 22, 2023 15:15 — with GitHub Actions Inactive
@acashmoney acashmoney merged commit 5833bd4 into main Aug 22, 2023
3 checks passed
@acashmoney acashmoney deleted the 608-lab-549-userid-annotation-doesnt-pass-through-on-plex-pip-runs branch August 22, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[LAB-549] userId annotation doesn't pass through on plex pip runs
2 participants