'" UTF-8"'不是受支持的编码名称

时间:2017-03-12 14:41:49

标签: vb.net httpclient

我使用func handleAudioPLay() { if let audioUrl = message?.audioUrl, let url = URL(string: audioUrl) { do { try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayAndRecord) audioPlayer = try AVAudioPlayer(contentsOf: url) audioPlayer?.delegate = self audioPlayer?.prepareToPlay() audioPlayer?.play() print("Audio ready to play") } catch let error { print(error.localizedDescription) } } } 在Visual Basic中发布帖子请求,其中一个客户获得下一个错误: System.ArgumentException:'" UTF-8"'不是受支持的编码名称

读取我使用HttpResponseMessage的响应。

我迷失了

0 个答案:

没有答案