Displaying 2 results from an estimated 2 matches for "ast_channel_publish_varset".
2016 Oct 17
4
Multiple readfile oddities, newlines etc
...k
*EVEN MORE**
GAAAAARRRGGGHHHH!
^^^^^*
[Oct 17 13:29:33] ERROR[5093][C-0000003c]: json.c:704 ast_json_vpack: Error
building JSON from '{s: s, s: s}': Invalid UTF-8 string.
[Oct 17 13:29:33] ERROR[5093][C-0000003c]: stasis_channels.c:773
ast_channel_publish_varset: Error creating message
-- Executing [s at track-handler:5] Verbose("Local/s at root-00000026;2",
"radio??") in new stack
radio??
-- Executing [s at track-handler:6] GotoIf("Local/s at root-00000026;2",
"1?radio??,s,1") in new stack
So, at the top o...
2016 Oct 17
2
Multiple readfile oddities, newlines etc
On Tue, 18 Oct 2016, Pete Mundy wrote:
> If you want to know what is _really_ in that file (including all
> invisible characters and anything else that wc etc might not count),
> pipe it through 'hexdump'.
>
> cat?/home/test/feature-1.txt | hexdump
Or just:
hexdump /home/test/feature-1.txt
--
Thanks in advance,