[GH-ISSUE #244] Uncaught SyntaxError: missing ) after argument list #312

Open
opened 2026-03-07 20:16:16 +03:00 by kerem · 11 comments
Owner

Originally created by @backstab5983 on GitHub (Sep 10, 2025).
Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/244

Tried with 3 different browsers, always getting this error.

No idea how to troubleshoot this further, the code is unreadable to me, skills issue.

Safari returns:
SyntaxError: Unexpected string literal "),l.default.createElement(". Expected ')' to end an argument list.

Chrome returns:
Uncaught SyntaxError: missing ) after argument list

Originally created by @backstab5983 on GitHub (Sep 10, 2025). Original GitHub issue: https://github.com/davidarroyo1234/InstagramUnfollowers/issues/244 Tried with 3 different browsers, always getting this error. No idea how to troubleshoot this further, the code is unreadable to me, skills issue. Safari returns: `SyntaxError: Unexpected string literal "),l.default.createElement(". Expected ')' to end an argument list.` Chrome returns: `Uncaught SyntaxError: missing ) after argument list`
Author
Owner

@davidarroyo1234 commented on GitHub (Sep 11, 2025):

Tried with 3 different browsers, always getting this error.

No idea how to troubleshoot this further, the code is unreadable to me, skills issue.

Safari returns: SyntaxError: Unexpected string literal "),l.default.createElement(". Expected ')' to end an argument list.

Chrome returns: Uncaught SyntaxError: missing ) after argument list

Seems strange, can you give me some more info? what computer, what chrome version?

I have tried today this in a macbook with chrome and its working perfectly.

Tell me steps to reproduce please.

<!-- gh-comment-id:3278743521 --> @davidarroyo1234 commented on GitHub (Sep 11, 2025): > Tried with 3 different browsers, always getting this error. > > No idea how to troubleshoot this further, the code is unreadable to me, skills issue. > > Safari returns: `SyntaxError: Unexpected string literal "),l.default.createElement(". Expected ')' to end an argument list.` > > Chrome returns: `Uncaught SyntaxError: missing ) after argument list` Seems strange, can you give me some more info? what computer, what chrome version? I have tried today this in a macbook with chrome and its working perfectly. Tell me steps to reproduce please.
Author
Owner

@backstab5983 commented on GitHub (Sep 11, 2025):

Seems strange, can you give me some more info? what computer, what chrome version?

macOS 15.6.1

Tried with:
Chrome Version 140.0.3485.54 (Official build) (arm64)
Safari Version 18.6 (20621.3.11.11.3)
Firefox Version 142.0.1

Tell me steps to reproduce please.

  1. Open any of the above browsers
  2. Login into instagram.com
  3. Open Dev tools -> console
  4. Go to https://davidarroyo1234.github.io/InstagramUnfollowers/ and click copy code
  5. Paste code into console in instagram.com
  6. Get error

Also tried fresh new profile without any extension/cookie, still same error.

<!-- gh-comment-id:3280277384 --> @backstab5983 commented on GitHub (Sep 11, 2025): > Seems strange, can you give me some more info? what computer, what chrome version? macOS 15.6.1 Tried with: Chrome Version 140.0.3485.54 (Official build) (arm64) Safari Version 18.6 (20621.3.11.11.3) Firefox Version 142.0.1 > Tell me steps to reproduce please. 1. Open any of the above browsers 2. Login into instagram.com 3. Open Dev tools -> console 4. Go to https://davidarroyo1234.github.io/InstagramUnfollowers/ and click copy code 5. Paste code into console in instagram.com 6. Get error Also tried fresh new profile without any extension/cookie, still same error.
Author
Owner

@ramazansancar commented on GitHub (Sep 16, 2025):

Have you tried logging into your own Instagram profile?

@backstab5983

I remember my friend had a similar problem with the base url.

<!-- gh-comment-id:3300071831 --> @ramazansancar commented on GitHub (Sep 16, 2025): Have you tried logging into your own Instagram profile? - False: https://instagram.com - True: https://instagram.com/namesurname123 @backstab5983 I remember my friend had a similar problem with the base url.
Author
Owner

@backstab5983 commented on GitHub (Sep 17, 2025):

Have you tried logging into your own Instagram profile?

@backstab5983

I remember my friend had a similar problem with the base url.

This works, thank you!

<!-- gh-comment-id:3302317024 --> @backstab5983 commented on GitHub (Sep 17, 2025): > Have you tried logging into your own Instagram profile? > > * False: https://instagram.com > * True: https://instagram.com/namesurname123 > > [@backstab5983](https://github.com/backstab5983) > > I remember my friend had a similar problem with the base url. This works, thank you!
Author
Owner

@backstab5983 commented on GitHub (Sep 29, 2025):

Not sure if anyone can reproduce, but now it's happening on my own Instagram profile as well @ramazansancar

<!-- gh-comment-id:3346444069 --> @backstab5983 commented on GitHub (Sep 29, 2025): Not sure if anyone can reproduce, but now it's happening on my own Instagram profile as well @ramazansancar
Author
Owner

@ramazansancar commented on GitHub (Sep 29, 2025):

Not sure if anyone can reproduce, but now it's happening on my own Instagram profile as well @ramazansancar

I will check when I have availability.

Is there a special setting specific to your account? (For the account currently logged in)

For example:

  • Private Profile
  • Business Account
  • Blogger (Content Creator) Account

@backstab5983

<!-- gh-comment-id:3346966906 --> @ramazansancar commented on GitHub (Sep 29, 2025): > Not sure if anyone can reproduce, but now it's happening on my own Instagram profile as well @ramazansancar I will check when I have availability. Is there a special setting specific to your account? (For the account currently logged in) For example: - Private Profile - Business Account - Blogger (Content Creator) Account @backstab5983
Author
Owner

@backstab5983 commented on GitHub (Sep 29, 2025):

Is there a special setting specific to your account? (For the account currently logged in)

Yep, it's set to Professional (Content Creator), hence obviously public.

Though it's not something I changed recently, it was working when I closed the issue after following your advice, now I'm getting the same error.

Thanks in advance!

<!-- gh-comment-id:3347243262 --> @backstab5983 commented on GitHub (Sep 29, 2025): > Is there a special setting specific to your account? (For the account currently logged in) Yep, it's set to Professional (Content Creator), hence obviously public. Though it's not something I changed recently, it was working when I closed the issue after following your advice, now I'm getting the same error. Thanks in advance!
Author
Owner

@davidarroyo1234 commented on GitHub (Sep 29, 2025):

Is there a special setting specific to your account? (For the account currently logged in)

Yep, it's set to Professional (Content Creator), hence obviously public.

Though it's not something I changed recently, it was working when I closed the issue after following your advice, now I'm getting the same error.

Thanks in advance!

Can you try in another computer and with another account? Its hard to reproduce with that error.

If still happen can you provide a larger error log or a screenshot? thanks :)

<!-- gh-comment-id:3349226190 --> @davidarroyo1234 commented on GitHub (Sep 29, 2025): > > Is there a special setting specific to your account? (For the account currently logged in) > > Yep, it's set to Professional (Content Creator), hence obviously public. > > Though it's not something I changed recently, it was working when I closed the issue after following your advice, now I'm getting the same error. > > Thanks in advance! Can you try in another computer and with another account? Its hard to reproduce with that error. If still happen can you provide a larger error log or a screenshot? thanks :)
Author
Owner

@backstab5983 commented on GitHub (Sep 30, 2025):

Can you try in another computer and with another account? Its hard to reproduce with that error.

I only have one Mac available, I tried with a fresh instance of Firefox on a private account and I encounter the same error.

Image
<!-- gh-comment-id:3349512258 --> @backstab5983 commented on GitHub (Sep 30, 2025): > Can you try in another computer and with another account? Its hard to reproduce with that error. I only have one Mac available, I tried with a fresh instance of Firefox on a private account and I encounter the same error. <img width="1056" height="1542" alt="Image" src="https://github.com/user-attachments/assets/35db2aaf-d686-4ef5-a625-2bed5fcffeb8" />
Author
Owner

@ramazansancar commented on GitHub (Oct 1, 2025):

I tried this, but I didn't encounter any errors.
Browser: Chrome 130.0.6723.117 (Resmi Derleme) (64 bit) Sürümü

<!-- gh-comment-id:3358219604 --> @ramazansancar commented on GitHub (Oct 1, 2025): I tried this, but I didn't encounter any errors. Browser: Chrome 130.0.6723.117 (Resmi Derleme) (64 bit) Sürümü
Author
Owner

@backstab5983 commented on GitHub (Oct 1, 2025):

I tried this, but I didn't encounter any errors. Browser: Chrome 130.0.6723.117 (Resmi Derleme) (64 bit) Sürümü

Isn't this quite an old version?

https://developer.chrome.com/release-notes/130

<!-- gh-comment-id:3358309568 --> @backstab5983 commented on GitHub (Oct 1, 2025): > I tried this, but I didn't encounter any errors. Browser: Chrome 130.0.6723.117 (Resmi Derleme) (64 bit) Sürümü Isn't this quite an old version? https://developer.chrome.com/release-notes/130
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/InstagramUnfollowers#312
No description provided.