You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there are issues with the following lines. It seems that TradingView now returns an empty object {} instead of a 0 when there are no new notifications. Maybe an error on their side, or maybe they changed their API. At least that's how it works for me now.
If anybody has a problem with that, just remove the parsing and fixate it to 0 (unless you use this data ofc), like this:
Hi, there are issues with the following lines. It seems that TradingView now returns an empty object
{}
instead of a 0 when there are no new notifications. Maybe an error on their side, or maybe they changed their API. At least that's how it works for me now.If anybody has a problem with that, just remove the parsing and fixate it to 0 (unless you use this data ofc), like this:
TradingView-API/src/miscRequests.js
Line 415 in 693f205
TradingView-API/src/miscRequests.js
Line 416 in 693f205
The text was updated successfully, but these errors were encountered: