简体   繁体   English

jQuery.Deferred exception: Unexpected token &lt; in JSON at position 0 SyntaxError: Unexpected token &lt; in JSON at position 0 at JSON.parse (<anonymous> )</anonymous>

[英]jQuery.Deferred exception: Unexpected token < in JSON at position 0 SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>)

I am getting this error suddenly.我突然收到这个错误。 It was all working fine, but suddenly it begin to come up and due to that my Stripe Payment Form is not appearing at all.一切正常,但突然开始出现,因此我的 Stripe Payment Form 根本没有出现。

Error错误

jQuery.Deferred exception: Unexpected token < in JSON at position 0 SyntaxError: Unexpected token < in JSON at position 0  at JSON.parse (<anonymous>)

Attaching images also from console也从控制台附加图像

enter image description here在此处输入图像描述

And

enter image description here在此处输入图像描述

This wasn't a JSON or HTML Error.这不是 JSON 或 HTML 错误。 This was an issue with Stripe communication.这是 Stripe 通信的问题。 I mean, TLS version 1.2 needed to communicate with stripe.我的意思是,TLS 1.2 版需要与条带通信。 Reinstalled the Stripe latest libraries and the issue was fixed重新安装了 Stripe 最新的库并修复了问题

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未捕获到的SyntaxError:JSON中的意外令牌&lt;在JSON.parse位置0处( <anonymous> ) - Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) SyntaxError:JSON中的意外令牌&lt;位于JSON.parse(位置0) <anonymous> )-AngularJS - SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) - AngularJS Uncaught SyntaxError: Unexpected token &lt; in JSON at position 0 at JSON.parse (<anonymous> ) 在 XMLHttpRequest。<anonymous></anonymous></anonymous> - Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) at XMLHttpRequest.<anonymous> Uncaught SyntaxError: Unexpected token &lt; in JSON at position 0 : at JSON.parse (<anonymous> ) 在对象。<anonymous> - Uncaught SyntaxError: Unexpected token < in JSON at position 0 : at JSON.parse (<anonymous>) at Object.<anonymous> 显示SyntaxError的json响应:意外令牌[JSON中JSON.parse( <anonymous> ) - json response showing SyntaxError: Unexpected token [ in JSON at position 23 at JSON.parse (<anonymous>) SyntaxError: JSON JSON JSON.parse 0 中的意外标记 - SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse 未捕获的语法错误:JSON 中的意外令牌 < position 中的 0 JSON.parse - Wordpress - Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse - Wordpress JSON中的意外令牌&lt;在JSON.parse位置0处( <anonymous> ) - Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) 我正在使用Ionic并收到错误消息:SyntaxError:JSON中的意外标记&lt;在JSON.parse位置0处( <anonymous> ) - I am using ionic and getting an error: SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) VM299:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse (<anonymous> ) - VM299:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0 at JSON.parse (<anonymous>)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM