[PR #376] [CLOSED] Make it possible to read the user var from the config #444

Closed
opened 2026-02-25 20:33:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/376
Author: @Gerifield
Created: 10/3/2019
Status: Closed

Base: developHead: work/read-user-from-config


📝 Commits (1)

  • 15af351 feat: make it possible to read the user var from the config

📊 Changes

2 files changed (+5 additions, -1 deletions)

View changed files

📝 asciinema/commands/command.py (+1 -1)
📝 asciinema/config.py (+4 -0)

📄 Description

Fixes #362

This small change make it possible to set the user part for the basic auth in the upload process without affecting the USER env var.

  • On my laptop the USER env var contains a full email address which made it impossible to upload any records due to an exception in the basic auth. Similar to #364
  • I also wanted to upload some recordings to my main account which was set from a different laptop and I don't want to change/set the USER var for this.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/376 **Author:** [@Gerifield](https://github.com/Gerifield) **Created:** 10/3/2019 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `work/read-user-from-config` --- ### 📝 Commits (1) - [`15af351`](https://github.com/asciinema/asciinema/commit/15af35103f9947c1e5431dadc4024f8b19bff274) feat: make it possible to read the user var from the config ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `asciinema/commands/command.py` (+1 -1) 📝 `asciinema/config.py` (+4 -0) </details> ### 📄 Description Fixes #362 This small change make it possible to set the user part for the basic auth in the upload process without affecting the USER env var. - On my laptop the USER env var contains a full email address which made it impossible to upload any records due to an exception in the basic auth. Similar to #364 - I also wanted to upload some recordings to my main account which was set from a different laptop and I don't want to change/set the USER var for this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#444
No description provided.