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.

oshi.util.ParseUtil : Number is too big for a long parsing string to long array

See original GitHub issue

Default config ~ discord.js-lavalink

2018-11-09 13:58:57.036 ERROR 18038 --- [pool-2-thread-1] oshi.util.ParseUtil : Number is too big for a long parsing string '18038 (java) S 1012 18038 1012 34817 18038 4202496 105074 996 4 1 1804 66 0 0 20 0 36 0 652454 5971169280 92864 18446744073709551615 4194304 4197664 140727357843456 140727357826128 140379713085335 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 0 0 0 0 0 18038 7164 7164 7164' to long array

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
freyacodescommented, Feb 26, 2019

A version with a newer version of OSHI is available at https://ci.fredboat.com/repository/download/Lavalink_Build/6484:id/Lavalink.jar?guest=1

Please let us know if that fixes the problem

0reactions
Devoxincommented, Oct 31, 2022

Closing this due to inactivity – assuming resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Decompose a String into Array of Long or List of Long without ...
We can do it recursively too - it is still O(n), less performant and doesn't look like a loop: public static void main(String[]...
Read more >
oshi/WindowsCentralProcessor.java at master - GitHub
* A CPU, representing all of a system's processors. It may contain multiple individual Physical and Logical processors. */. @ThreadSafe.
Read more >
How to convert String to long in Java? Example - Java67
You can parse a String literal containing valid long value into a long primitive type using parseLong() and valueOf() method of java.lang.Long class...
Read more >
Java Program to Convert String to Long - GeeksforGeeks
parseLong() method is a method in which all the characters in the String must be digits except the first character, which can be...
Read more >
How to Convert String to Array in Java - DigitalOcean
Let's see how to convert String to an array with a simple java class example. package com.journaldev.util; import java.util.Arrays; import java.
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