mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-24 23:45:50 +03:00
[GH-ISSUE #168] Exception when decoding JSON in asciinema play https://...... #743
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#743
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ku1ik on GitHub (Jul 12, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/168
When playing from http and the URL doesn't point to either asciicast json file or html page with proper link tag there's exception thrown in Python 3.4.5:
It seems a fix like this one should do the trick.