BuzzerBeater Forums

Bugs, bugs, bugs > scouting bug

scouting bug

Set priority
Show messages by
From: B.zhou
This Post:
00
306904.1
Date: 11/19/2020 11:09:26
Overall Posts Rated:
00
这个赛季到现在我总共有42个球探点数,我按新秀训练营没有问题(用了10个点数),但我按球员旁边的探测按钮,没有任何作用(网页跳转之后球员信息没出现,点数没变)
跟上个赛季一样的情况,能花钱得到点数,但是不能用点数探测一个球员

From: Mike

This Post:
00
306904.2 in reply to 306904.1
Date: 11/21/2020 09:20:23
IceStar
II.2
Overall Posts Rated:
614614
Second Team:
AlpenFlash Dunk Crew
and in english?

From: Mike

This Post:
00
306904.4 in reply to 306904.3
Date: 11/22/2020 20:11:07
IceStar
II.2
Overall Posts Rated:
614614
Second Team:
AlpenFlash Dunk Crew
I have not questioned that the bug forum is multilingual. I just wanted to be able to understand the content of this message, but I can't

This Post:
00
306904.6 in reply to 306904.3
Date: 11/25/2020 03:08:05
Gugugu
III.16
Overall Posts Rated:
6464
Second Team:
Nikanbudongzhongwen
The problem is caused because we cannot access the Jquery CDN used by BB in China.

url = url.replace('code.jquery.com/ui/1.9.2/jquery-ui.js', 'cdn.bootcdn.net/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js');
url = url.replace('code.jquery.com/jquery-1.9.1.js', 'cdn.bootcdn.net/ajax/libs/jquery/1.9.1/jquery.js');
url = url.replace('buzzerbeater.com/JavaScript/jquery.cookie.js', 'cdn.bootcdn.net/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.js');

We tried to replace the Jquery CDN with the code above and all works well.
Please fix the bug, thanks a lot.

This Post:
00
306904.7 in reply to 306904.3
Date: 11/25/2020 03:34:00
Pomato
II.1
Overall Posts Rated:
2929
这个赛季到现在我总共有42个球探点数,我按新秀训练营没有问题(用了10个点数),但我按球员旁边的探测按钮,没有任何作用(网页跳转之后球员信息没出现,点数没变)
跟上个赛季一样的情况,能花钱得到点数,但是不能用点数探测一个球员


Translate:
I have 42 Scouting Points. I can use Scouting Combine(10 Points). But cannot use Scout Button(after page flush, Scouting Points havn't changed.)
The same happened in the last season. I could use team funds to get Scouting Points, but I could not use these Points.

As the message(306904.6) said, one of Chinese players found the problem is caused by .js files.
He developed one .crx to solve this problem.
But not all of the Chinese players know how to use that .crx file.
So we hope BB can solve this problem.

Last edited by Pomato at 11/25/2020 03:47:53

From: BB-Marin

This Post:
00
306904.8 in reply to 306904.7
Date: 12/01/2020 09:08:58
TrenseRI
II.3
Overall Posts Rated:
35913591
Second Team:
ChiLeaders
I replaced the .js file urls, it should be OK now.

From: Pomato

This Post:
00
306904.9 in reply to 306904.8
Date: 12/01/2020 22:15:28
Pomato
II.1
Overall Posts Rated:
2929
Thanks!