Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 'utf-8' codec can't decode byte 0xe2 in position 122031: invalid continuation byte
Post: RE: 'utf-8' codec can't decode byte 0xe2 in positi...

I rewrite the function and use Requests lib to call Jira Rest API directly, then use json.dump(). The issue is resolved. Thanks all.
tienttt General Coding Help 12 11,356 Sep-18-2020, 10:10 PM
    Thread: 'utf-8' codec can't decode byte 0xe2 in position 122031: invalid continuation byte
Post: RE: 'utf-8' codec can't decode byte 0xe2 in positi...

Hi Snippsat, Jira provide a sample code in Java to call their REST API and I leverage their OAuthTutorialClient-1.0.jar. That's why I use subprocess to run a command in cmd. The result of command lin...
tienttt General Coding Help 12 11,356 Sep-18-2020, 05:36 PM
    Thread: 'utf-8' codec can't decode byte 0xe2 in position 122031: invalid continuation byte
Post: RE: 'utf-8' codec can't decode byte 0xe2 in positi...

Hi Buran and Snippsat, Thanks for your advises and quick reply. Actually, I am using json module to working with json. I used json.dumps but it didn't work, the non-ascii isn't displayed correctly. ...
tienttt General Coding Help 12 11,356 Sep-18-2020, 03:24 PM
    Thread: 'utf-8' codec can't decode byte 0xe2 in position 122031: invalid continuation byte
Post: 'utf-8' codec can't decode byte 0xe2 in position 1...

Hi, I'm using python 3.8.5 to call Jira Rest API to download all tickets information and save in a json file AllIssues.json. In order to get all fields, comments from a Jira ticket, I have to make se...
tienttt General Coding Help 12 11,356 Sep-17-2020, 10:27 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020