mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Merge pull request #682 from mustafamohsen/develop
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn create_user_stream(stream_id: String, config: &Config) -> Result<GetUserS
|
|||||||
|
|
||||||
match response.status().as_u16() {
|
match response.status().as_u16() {
|
||||||
401 => bail!(
|
401 => bail!(
|
||||||
"this CLI hasn't been authenticated with {server_hostname} - run `ascinema auth` first"
|
"this CLI hasn't been authenticated with {server_hostname} - run `asciinema auth` first"
|
||||||
),
|
),
|
||||||
|
|
||||||
404 => match response.json::<ErrorResponse>() {
|
404 => match response.json::<ErrorResponse>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user