Hi Guys
Until a few weeks ago, the API worked very well and there was never a problem, but now the error occurs every now and then:
Unexpected identifier 'Connecting' [<context>:1:35]
What could be the reason?
The API Call is the following:
$(eval var message = ""; var api = $(urlfetch json https://illupy.ch:8080/api/v1/csgo/faceit/user/Pimp?duration=d); message = 'Elo: ' + api['Faceit-Api']['elo'] + ' Today -> Win:' + api['Faceit-Api']['Win'] + ' Lose:' + api['Faceit-Api']['Loss'] + ' Elo:' + api['Faceit-Api']['Elo Today'] ; if(api['Faceit-Api']['Elo Today'] < 0) { message += " 📉 " ;} else { message += " 📈 " ;} message)
Thanks for any help