[GH-ISSUE #76] change to config format #59

Closed
opened 2026-02-25 20:32:27 +03:00 by kerem · 2 comments
Owner

Originally created by @zanchey on GitHub (Dec 25, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/76

I have a config file which I'm pretty sure is from 0.9.7. When I run 0.9.9 I get this error:

invalid section: section "user"

My old config looks like this:

[user]
token = <my token>

[api]

Blowing it away allows asciinema to start. My new config is:

[api]
token = <my token>

I couldn't see anything about this in the release notes.

Originally created by @zanchey on GitHub (Dec 25, 2014). Original GitHub issue: https://github.com/asciinema/asciinema/issues/76 I have a config file which I'm pretty sure is from 0.9.7. When I run 0.9.9 I get this error: ``` invalid section: section "user" ``` My old config looks like this: ``` [user] token = <my token> [api] ``` Blowing it away allows asciinema to start. My new config is: ``` [api] token = <my token> ``` I couldn't see anything about this in the release notes.
kerem closed this issue 2026-02-25 20:32:27 +03:00
Author
Owner

@ku1ik commented on GitHub (Dec 31, 2014):

Indeed this has changed in 0.9.8, and it seems 0.9.9 isn't compatible with the old syntax any more. I'll look into that before releasing 1.0.

<!-- gh-comment-id:68444320 --> @ku1ik commented on GitHub (Dec 31, 2014): Indeed this has changed in 0.9.8, and it seems 0.9.9 isn't compatible with the old syntax any more. I'll look into that before releasing 1.0.
Author
Owner

@ku1ik commented on GitHub (Mar 8, 2015):

This has been fixed in ce34fed.

<!-- gh-comment-id:77743274 --> @ku1ik commented on GitHub (Mar 8, 2015): This has been fixed in ce34fed.
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#59
No description provided.