forum

osu! Trainer - find maps near your skill

posted
Total Posts
353
show more
Topic Starter
dukambe
The settings are saved under %userprofile%\appdata\local\osutrainer. Just delete that folder to reset settings. Can you show me a picture of the complete error with the details opened?
zigbean

dukambe wrote:

The settings are saved under %userprofile%\appdata\local\osutrainer. Just delete that folder to reset settings. Can you show me a picture of the complete error with the details opened?
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at osuTrainer.Forms.GetApiKey.ConfirmButton_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
osuTrainer
Assembly Version: 1.0.6.2
Win32 Version: 1.0.6.2
CodeBase: file:///C:/Users/Alex/Desktop/osuTrainer/osuTrainer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Octokit
Assembly Version: 0.3.4.0
Win32 Version: 0.3.4
CodeBase: file:///C:/Users/Alex/Desktop/osuTrainer/Octokit.DLL
----------------------------------------
System.Net.Http
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Wasted Pillow

dukambe wrote:

The settings are saved under %userprofile%\appdata\local\osutrainer. Just delete that folder to reset settings. Can you show me a picture of the complete error with the details opened?
Edit: I tried deleting the settings and downloaded a new copy of it, and it still had the error, so I guess I'll wait until you find a fix. :D

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at osuTrainer.UserStandard.GetInfo(String json, Boolean isjson)
at osuTrainer.Forms.OsuTrainer.CheckUser()
at osuTrainer.Forms.OsuTrainer.OsuTrainer_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
osuTrainer
Assembly Version: 1.0.6.2
Win32 Version: 1.0.6.2
CodeBase: file:///C:/Users/Vin/Downloads/My%20files/osu!/osuTrainer/osuTrainer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Octokit
Assembly Version: 0.3.4.0
Win32 Version: 0.3.4
CodeBase: file:///C:/Users/Vin/Downloads/My%20files/osu!/osuTrainer/Octokit.DLL
----------------------------------------
System.Net.Http
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
ServiceStack.Text
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.0
CodeBase: file:///C:/Users/Vin/Downloads/My%20files/osu!/osuTrainer/ServiceStack.Text.DLL
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Avail_old_1
The error occurs cause the trainer can't contact the api (My guess is the api is having issues)
hinamizawan
I'm also having the same problem, please fix it fast, it is a very useful tool for pp farming :?
Ezoda
We'll it seems that youre using the normal osu!Trainer.exe so it would be sth with the official osu! API or your API-Key.
shARPII
if (_client.DownloadString(@"https://osu.ppy.sh/api/get_user?k=" + textBox1.Text + @"&u=1").Length < 3)
Are you serious?
https://osu.ppy.sh/u/1
Seems legit that it sends an internal server error.
If you want to be sure that the userpage won't be deleted, just point it on BanchoBot or dunno.
Now, you can fix it ^^'
Marcin
Read yo github issues.
Topic Starter
dukambe

shARPII wrote:

if (_client.DownloadString(@"https://osu.ppy.sh/api/get_user?k=" + textBox1.Text + @"&u=1").Length < 3)
Are you serious?
https://osu.ppy.sh/u/1
Seems legit that it sends an internal server error.
If you want to be sure that the userpage won't be deleted, just point it on BanchoBot or dunno.
Now, you can fix it ^^'
The whole point was to use a nonexistent user id, but something must have changed in the output. Will update it later today.
shARPII
I see, nvm then o3o
GL with your project
BlackMidKnight
Suggestion:

Could you also add the osu!tp support in this program and/or integate this kind of setting (image below) that let the users search for a specific beatmap with a specific ar, cs, hp and od

Topic Starter
dukambe
I can't seem to reproduce the API issue. Seems to work fine for me. Please post again if you still have that problem.

ashketchum1234 wrote:

Suggestion:

Could you also add the osu!tp support in this program and/or integate this kind of setting (image below) that let the users search for a specific beatmap with a specific ar, cs, hp and od

I'm planning on changing the filtering completely, if i find the time. It should then work equally well for all game modes and allow filtering for nearly everything from map bpm or length to stuff like ar, cs etc.
Wasted Pillow

dukambe wrote:

I can't seem to reproduce the API issue. Seems to work fine for me. Please post again if you still have that problem.

ashketchum1234 wrote:

Suggestion:

Could you also add the osu!tp support in this program and/or integate this kind of setting (image below) that let the users search for a specific beatmap with a specific ar, cs, hp and od

I'm planning on changing the filtering completely, if i find the time. It should then work equally well for all game modes and allow filtering for nearly everything from map bpm or length to stuff like ar, cs etc.
Everything works fine now, I really appreciate the fast response/fix. I love your program you made. Thanks again ^_^
Zankras
Clicking the Exclusive check box in osuTrainerOS doesn't do anything. Also, the Total Time and Draining Time aren't displaying properly.
In osuTrainer, double clicking the songs image or the song in the list causes an unhandled exception. I first noticed this behaviour in 1.0.6.3.

Other than that, it's been a remarkably useful tool so far, many thanks!
killerpagin
download link is not working.
Wasted Pillow
This is nothing major , but I don't know why this pops up. When you double click on and of the boxes like where the song name is, an error box appears. If you click continue it works fine the error box says "sequence contains no matching element"

These are the details:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Sequence contains no matching element
at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)
at osuTrainer.Forms.OsuTrainer.dataGridView1_DoubleClick(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
at System.Windows.Forms.DataGridView.OnDoubleClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.DataGridView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
osuTrainer
Assembly Version: 1.0.6.4
Win32 Version: 1.0.6.4
CodeBase: file:///C:/Users/<USER>/Downloads/My%20files/osu!/osuTrainer/osuTrainer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Octokit
Assembly Version: 0.3.4.0
Win32 Version: 0.3.4
CodeBase: file:///C:/Users/<USER>/Downloads/My%20files/osu!/osuTrainer/Octokit.DLL
----------------------------------------
System.Net.Http
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
ServiceStack.Text
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.0
CodeBase: file:///C:/Users/<USER>/Downloads/My%20files/osu!/osuTrainer/ServiceStack.Text.DLL
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.0.30319.34014 built by: FX45W81RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
System.Data.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Data.Linq.dll
----------------------------------------
System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Topic Starter
dukambe
Fixed and now you can also doubleclick in osuTrainerOS

Zankras wrote:

Clicking the Exclusive check box in osuTrainerOS doesn't do anything. Also, the Total Time and Draining Time aren't displaying properly.
In osuTrainer, double clicking the songs image or the song in the list causes an unhandled exception. I first noticed this behaviour in 1.0.6.3.

Other than that, it's been a remarkably useful tool so far, many thanks!
The exclusive not doing anything is an api bug, should be fixed soon. Total time and draining time are zero because that's how they are saved in osustats. They should be correct once the new scraper goes live.
iWhorse

dukambe wrote:

I can't seem to reproduce the API issue. Seems to work fine for me. Please post again if you still have that problem.

ashketchum1234 wrote:

Suggestion:

Could you also add the osu!tp support in this program and/or integate this kind of setting (image below) that let the users search for a specific beatmap with a specific ar, cs, hp and od

I'm planning on changing the filtering completely, if i find the time. It should then work equally well for all game modes and allow filtering for nearly everything from map bpm or length to stuff like ar, cs etc.

also making it search more users would be great, i end up sometimes not getting very many maps that are good for me to FC, but if i search another user i'll get some better ones
Cakeman100
If ive gone through most of the songs on the list how do I get it to give me new ones?
Wasted Pillow

Cakeman100 wrote:

If ive gone through most of the songs on the list how do I get it to give me new ones?
You don't. The only way to get new songs is to rank up, then it will pull different songs from people around your new rank.
Ezoda
Or just use osu!TrainerOS.exe and select your desired min. pp value
tragedy
Is it possible to add in the % accuracy that someone obtained when suggesting a song since the profile top ranks now shows it
Topic Starter
dukambe

tragedy wrote:

Is it possible to add in the % accuracy that someone obtained when suggesting a song since the profile top ranks now shows it
It's not in the api "yet". I do plan on adding it if it gets added.

Rewrote most of the existing code to use WPF and MVVM.

Changes:
  1. New GUI
  2. Save & load window location and size
  3. Faster startup
  4. Automatic updater (when the link is clicked it downloads the newest release and unzips the files)
oliebol

dukambe wrote:

tragedy wrote:

Is it possible to add in the % accuracy that someone obtained when suggesting a song since the profile top ranks now shows it
It's not in the api "yet". I do plan on adding it if it gets added.
Uuuh, yes it is. Only not as acc-value, but all the information you need is there. You only have to calculate it (see https://osu.ppy.sh/wiki/Accuracy).

Also: https://github.com/condone/osuTrainer/issues/3 ^^
Lorenzo
Version 1.1.0.0 is pretty buggy...

Why is it giving me maps that give almost no PP when I have it set to 60 PP min... :\
Same thing when using osustats as a source

KaelGen
the latest version is seen as a virus to my antivirus
Topic Starter
dukambe

Lorenzo wrote:

Version 1.1.0.0 is pretty buggy...

Why is it giving me maps that give almost no PP when I have it set to 60 PP min... :\
Same thing when using osustats as a source

Fixed

mick2903 wrote:

the latest version is seen as a virus to my antivirus
What kind of anti-virus are you using? I've scanned with virustotal and there is not a single positive out of 52 virus scanners.

https://www.virustotal.com/de/file/5ea0 ... 402379727/
Lorenzo

dukambe wrote:

Lorenzo wrote:

Version 1.1.0.0 is pretty buggy...

Why is it giving me maps that give almost no PP when I have it set to 60 PP min... :\
Same thing when using osustats as a source

Fixed

mick2903 wrote:

the latest version is seen as a virus to my antivirus
What kind of anti-virus are you using? I've scanned with virustotal and there is not a single positive out of 52 virus scanners.

https://www.virustotal.com/de/file/5ea0 ... 402379727/


Could you add the map length back?
Topic Starter
dukambe
I never removed it. If it's 0 it's because the source(osustats) doesn't have the map length. They are rescraping everything so that might change in time.
Lorenzo

dukambe wrote:

I never removed it. If it's 0 it's because the source(osustats) doesn't have the map length. They are rescraping everything so that might change in time.

Also, osu! API gives me no songs at all. Not sure if it's a bug with the program or not.
Topic Starter
dukambe
It's searching https://osu.ppy.sh/u/lorenso (did you mistype?) and he's not ranked so it only finds the lowest possible scores that are ignored by your settings.
Lorenzo

dukambe wrote:

It's searching https://osu.ppy.sh/u/lorenso (did you mistype?) and he's not ranked so it only finds the lowest possible scores that are ignored by your settings.
Woops, now it's working. Thank you :D
Piotrekol

dukambe wrote:

I never removed it. If it's 0 it's because the source(osustats) doesn't have the map length. They are rescraping everything so that might change in time.
^Will change in the near future(week or so... depends on how much time Ezoda&me can spend on new scrapper now)
Lorenzo
Could you add an option to have it not suggest maps from 2010 or earlier...? Playing those maps is like impossible...
Also, when choosing minimum PP with osustats it will only pick maps that give that amount of pp.
ThOmAstr
;w; mine started crashing for no reason, when i updated to version 1.1.0.0 it was working correctly but on version 1.1.0.1 it started crashing everytime i pressed update like this , then i updated to version 1.1.0.3 but it kept crashing .-.
Topic Starter
dukambe
Fixed crash when using osu! api as the source (and osustats is down) in 1.1.0.4

Osustats api is unusable until the site is back up.
BananeMaskay
Can't get my api key on the website:
https://osu.ppy.sh/p/api#

Am I doing it wrong?
App Name: osu!Trainer
App Url: https://osu.ppy.sh/forum/t/209560
Topic Starter
dukambe
Why can't i get an API key? The page just refreshes.
... try using a bare bones Internet Explorer (without any addons).
BananeMaskay
I love you bro
shavit
Just curious, I see "NV" in mods, what does that mean?
show more
Please sign in to reply.

New reply