Failed to parse servers response: Failed to parse integer value: 4290772992

Open
#20 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript
Domain
api

Research direction

The issue names no source file, test, or entry point. Start by reproducing the XML-RPC response parsing for 4290772992 on Windows and Linux, then trace the platform-specific parser selection; done means the value is parsed consistently without the reported error.

Written by the indexing model from the issue text.

Description

we are facing an issue with respect to this integer value 4290772992 in java context.
In windows value is parsed properly and no issue is reported.
For the same value in Linux environment below error is occurring.
"Failed to parse servers response: Failed to parse integer value: 4290772992"
Our further analysis showed that:
In windows environment value is parsed by I8parser
In Linux environment value is parsed by the I4parser hence the issue.

Please let me know how can we solve this

Dominant language
JavaScript
Stars
67
Forks
28
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from scripting/xml-rpc

All issues in scripting/xml-rpc

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.