No JSON object could be decoded
See original GitHub issueSince today I’m getting this error when I try to search for something:
$ bh "regis"
Oops, look like an exception occured: No JSON object could be decoded
Regards
Issue Analytics
- State:
- Created 8 years ago
- Comments:23 (9 by maintainers)
Top Results From Across the Web
Displaying better error message than "No JSON object could ...
ValueError : No JSON object could be decoded. which is not very descriptive. The same operation with simplejson : simplejson.loads('[1,2,]') ...
Read more >5/5 [resolved] 'No JSON Object could be decoded'
Here is my code: from urllib2 import urlopen from json import load apiUrl ... 5/5 [resolved] 'No JSON Object could be decoded'. Here...
Read more >REST API Integration: No JSON object could be decoded
Hi, I tried do some integration towards serviceNow using python script and referring example given in this link to update the records: Table ......
Read more >BigSheet Installation failed with error - No JSON object ... - IBM
BigSheet Installation failed with error - No JSON object could be decoded. Troubleshooting. Problem. Installation of BigSheets fails ...
Read more >no JSON object could be decoded - "MODULE FAILURE"
Hi: Trying to create VPN via play book results in the error as below. I also noticed that the api doesnot have all...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is now fixed and released in 1.0.0 😃 Please run
bashhub update
to get the latest version.Also if you have one, please discard any private instance urls (i.e.
export BH_URL="..."
), they won’t work with the latest client.Thanks for the continued support and patience. Please feel free to open an issue with any feedback, ideas, or trouble you’re having.
@sudeeptarlekar-webonise @bilalbaqar Hey guys, yes it’s being addressed in that dev branch. Hoping to have it merged in the next week. It’s stable, but I’m having a few users review it before moving it to master. There may still be a breaking change before then.
A better way to install it is do the default install, then
bashhub update 1.0.0-dev
this will setup bashhub’s home directory and isolated virtual environment properly.