question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR: Problem parsing json contents at 'file.json': Missing attribute 'urlMain'.

See original GitHub issue

I get this error when running: python3 sherlock -j data/file.json

The JSON file has the following structure:

{ "Evariste Ndayishimiye": { "username": "EvaristeNdayishimiye" }, "Agathon Rwasa": { "username": "AgathonRwasa" }, "Dieudonné Nahimana": { "username": "DieudonnéNahimana" }, "Francis Rohero": { "username": "FrancisRohero" }, "Léonce Ngendakumana": { "username": "LéonceNgendakumana" }, }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
pmaxhogancommented, May 21, 2020

Just add multiple command-line arguments for each username.

0reactions
robinkiplangatcommented, May 21, 2020

👏🏽 thank you @hoadlck and @realprogrammer5000, went through the wiki and saw how of that was. I suppose I can close this up. How would then go about checking multiple usernames if need be?

Read more comments on GitHub >

github_iconTop Results From Across the Web

SyntaxError: JSON.parse: bad parsing - JavaScript | MDN
JSON.parse() parses a string as JSON. This string has to be valid JSON and will throw this error if incorrect syntax was encountered....
Read more >
Problems Parsing a Json File in Ruby - Stack Overflow
I'm pretty new to programming ruby and using json packages, I think I'm facing a typical noob-error, but I just cant find my...
Read more >
[SOLVED] Problems with JSON parsing errors - Ubidots API
I want to test setting a variable to a value. My device is called mqttdata and the variable is called number. My curl...
Read more >
Error while parsing JSON Response in REST API Post call
I am using Outsystems 10 and trying to consume a REST API (single method). I have copied and pasted the REST Request and...
Read more >
Solved: Error: Parse JSON "The request content was invalid...
Error : Parse JSON "The request content was invalid and could not be ... You should see the fix roll out this week,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found