Feedback - Bug Reports

No need to feel any shame. It’s hyper confusing, and we get heaps of users asking about it.
We’re currently about to add an update to clear things up more.

This is a Support article I’ve just published to explain it better.
Note that the “Default” option doesn’t exist yet (neither does the dropdown), but that is essentially what no options selected does.

To quote the article for those curious:

  • Default
    • Marks items Guru and above in WaniKani as Seasoned (SRS 8) in Bunpro. Burned items get marked as Mastered. All imported items will be added to your Review queue.
  • Practice
    • Marks all items Guru and above in WaniKani as Seasoned (SRS 8) in Bunpro (including Burned items). All imported items will be added to your Review queue.
  • Mastered
    • Marks all items Guru and above in WaniKani as Mastered (SRS 12) in Bunpro. No items will be added to your Review queue.

it didnt. I left my computer on with it running overnight, checked on it 12 hours later. was still at zero with the spinning circle :man_shrugging: ended up just refreshing the page and erasing it all so I could try again. currently loading it 500 at a time per unit so that I can save in between

I wouldnt call it a hack per se…more like accident I wasnt sure what to do with ahaaha. So when you import, you can only import 500 at a time before it auto makes another unit. but if you import 500, and after it runs through to find vocab, you end up with much less than 500 in that unit, depending on what is already in the deck. So if youre bad at math, when you import more into that unit it can go over 500. because your imports stayed at 500 each, but the unit itself will still accept more imports even if its total items in unit exceed 500. itll save the items just fine, with the addition of the red ! that only shows on the imports screen

my import screen before importing anything

wanted to see how many I could add to a unit for funnsies, bad at math and as you can see, it only added a new unit because that import went over 500. but the backgroud unit is well over 500 and it still lets me save it. I could at more but I think youve got the idea


I figured you guys reimplemented the limit for a reason. I didnt do it on purpose, and they dont exceed 600. Im just not sure what to do the extra items in previous units. there isnt a way to bulk move items between units

1 Like

The new article is super clear and helpful! Thanks for explaining. :pray:

1 Like

@IcyIceBear
Due to some other stuff being more urgent, I’ll take a look at the Import Tool bug stuff a bit later!
Maybe next month

1 Like

:rotating_light::rotating_light::rotating_light: Attention all my bug-seeking boiz and grillz :rotating_light::rotating_light::rotating_light:

Just pushed a huge refactor of the Quiz (Reviews/Learn/Cram) .
Please alert me if you run into any bugs ASAP

4 Likes

Got one! :bug:

All reviews seem to come at once in a mega-review session now, instead of being limited to the usual 200 plus a random large selection of current ghosts available to review:

image

Admittedly, it was quite a tasty bug (wait, do rabbits even eat bugs?) :rabbit2:

1 Like

That is actually part of the update! :clinking_glasses::sweat_smile:

It should allow for unlimited Reviews (with more coming through as you get near the end) unless you have a Review limit set.

The only issue will be that after the first 200 items, the following items will be out of order.
This is something I have to fix ASAP, but for most users won’t be deal breaking (I’m hoping).

(Also you’re the rabbit, you tell me!)

2 Likes

Great, I’m happy if the 200 limit has been removed! :+1:

PS Rabbits do sometimes encounter bugs accidentally when trying to do reviews, I mean, eat grass, but then they flag them up on internet forums :grin:

1 Like

Think I might have caught a real bug instead of an extra-juicy piece of grass this time!

EDIT: I think the bug I found can be explained by the Summary page showing the summary for a previous Learn/Review session, then updating to the most recent one after a while.

However, after doing Learn for one new vocab item using a flashcard-style, I initially got a “no sentences reviewed in this session - how did you get here?” kind of message, before that being replaced with a Summary showing what I guess is a random example sentence related to that new vocab item :slight_smile:

1 Like

Summary works in a weird way and can be janky at the best of times.

Did you happen to have viewed the Summary very recently/have it open in another tab?

If you notice this happening heaps/can replicate it please let me know!
I tried it but it worked OK (this time :sweat_smile:).

1 Like

Yep, the Summaries are coming in quick succession while I test and try to find bugs :joy:
It seems to happen for me pretty much every time.

Ah OK, so Summary is separate to the updates this time!
I’ll focus on trying to find bugs with the actual Learn/Review/Cram aspects for now :+1:

1 Like

All bugs are welcome in the Bug Report thread!!

I just made the code slightly less greedy when it comes to pulling new data for the Summary page.
Hopefully this issue should be less frequent now! Please let me know if you notice a difference.

2 Likes

Difference definitely noticed, so thanks a lot! :smiley:

1 Like

I’m getting an HTTP 429 in the browser console all over the place, including Dashboard | Bunpro

_app-55107fbf7283dae3.js:25 
 POST https://bunpro.jp/monitoring?o=4508600890818560&p=4508600892260352&r=us 429 (Too Many Requests)
(anonymous)	@	_app-55107fbf7283dae3.js:25
(anonymous)	@	_app-55107fbf7283dae3.js:23
add	@	_app-55107fbf7283dae3.js:23
send	@	_app-55107fbf7283dae3.js:23
sendEnvelope	@	_app-55107fbf7283dae3.js:19
sendEvent	@	_app-55107fbf7283dae3.js:19
(anonymous)	@	_app-55107fbf7283dae3.js:19
(anonymous)	@	_app-55107fbf7283dae3.js:38
(anonymous)	@	_app-55107fbf7283dae3.js:38
(anonymous)	@	_app-55107fbf7283dae3.js:38
(anonymous)	@	_app-55107fbf7283dae3.js:38
o	@	_app-55107fbf7283dae3.js:38
then	@	_app-55107fbf7283dae3.js:38
_processEvent	@	_app-55107fbf7283dae3.js:19
_captureEvent	@	_app-55107fbf7283dae3.js:19
captureEvent	@	_app-55107fbf7283dae3.js:19
captureEvent	@	_app-55107fbf7283dae3.js:38
_onSpanEnded	@	_app-55107fbf7283dae3.js:25
end	@	_app-55107fbf7283dae3.js:25
apply	@	_app-55107fbf7283dae3.js:26
(anonymous)	@	_app-55107fbf7283dae3.js:26
r	@	_app-55107fbf7283dae3.js:20

Not sure if this is related to the refactor.
Also not sure if it actually affects anything.


Looking deeper into this, it seems to be sending OpenTelemetry traces or similar and is just monitoring.
Probably doesn’t affect users in anyway, but just reporting since I noticed it.

1 Like

We switched to the free trial on Sentry (a bug detection SaaS for websites) and are over our quotas for a whole bunch of different metrics.

Kind of really annoying

I don’t know exactly how this works, but when audio plays while doing reviews on mobile (app or website) it pauses any other source of audio such as music. I’m guessing it’s down to “how” the audio is played, but the Smouldering Durtles app for Wanikani doesn’t do that when playing audio for example, it just plays alongside the music or whatever else is playing. Bunpro seems to take priority/take over audio. (on Android, anyway)

3 Likes

Hey!
This will be fixed with the next update!
Cheers!

3 Likes

Hi, I’ve noticed bug when I’m doing reviews with bookmarked decks.

After reviewing all items at the given deck, review session does not stop and I am NOT redirected to /summary, but reviewing continues with items from the global queue

2 Likes

Another user pointed this out too!
A big ol BUG :bug:

Thanks for the find and pointing it out!

The mobile app crashes att the letter ‘o’ when i try to search for ‘lemonade’. Other words seem to work fine.

Can’t a man have his saturday morning lemonades?

4 Likes