Questions tagged [unexpected-token]
213 questions
1
vote
0 answers
Converting dataframe into csv with "unexpected token"
I am currently writing a code to download timeseries (which will then be converted into csv-files) to conduct an event study upon.
The following code (part of the complete code) I wrote:
tickers = c("^AEX", "^ATX", "^BFX", "^FCHI", "^FTSE",…

Hendrik
- 11
- 1
1
vote
2 answers
error: SyntaxError: Unexpected token . in JSON at position 0 at JSON.parse () at XMLHttpRequest.onLoad
I'm facing this error when I upload a product from Angular with it's image to NestJs Server,this error pops up.As you can see in the below screen shot, there is the uploaded product with image path,and also there's some error. I don't know which…

M Nouman
- 437
- 1
- 5
- 22
1
vote
1 answer
Unexpected token ')', rogue parantheses no where to be found
I have a simple script that dynamically generates buttons. Clicking on a button generates an error message in the console: "Uncaught SyntaxError: Unexpected token ')' (at (index):1:8)". Why is this error being generated, and how do I prevent…

DennisM
- 359
- 1
- 3
- 13
1
vote
0 answers
JWT.verify gives error "Unexpected token ȝ in JSON at position 0"
const loginUser = async(foundUser,password,res) =>{
const hashedPass = await hash.MD5(password)
if(hashedPass !== foundUser.password){
return res.status(401).json({
"result":false,
error:'Invalid…

Anuj Shaan
- 83
- 1
- 9
1
vote
2 answers
Integrating Prisma Adapter with Next Auth - Unexpected token 'export'
I am trying to code-along with a vercel guide: https://vercel.com/guides/nextjs-prisma-postgres. I am getting an error Unexpected token 'export' when trying to add adapter: PrismaAdapter(prisma) to [...nextauth].ts. Per the attached image - it seems…

Visal Perera
- 11
- 3
1
vote
1 answer
(Powershell) Does powershell have some weird parentheses/bracket balance rules?
My powershell acts very strangely when I try to make a function. To demonstrate, Here is a basic function that, I dunno, calculates the quadratic formula:
1 function Get-Quadratic {
2
3 [CmdletBinding()]
4
5 param (
6 …

AdmosJagashvili
- 85
- 6
1
vote
1 answer
Is script tag inside javascript string object currently forbidden?
I try this: let textValue=''
but I get an error stated
Uncaught SyntaxError: Invalid or unexpected token
unexpected token
Unterminated string literal
I am wondering do javascript currently forbid the use of