Subpage under development, new version coming soon!
Onderwerp: Sokker Asistente
Hi Terrion
Now the skills are visible to NT coaches. Why don't extend the skill data grabbing from NT coach account through the CORS function? I mean, the skills update feature of the club team could be extended to NT. This could be a powerful feature, I hope simple because it's already working correctly for club team :)
Now the skills are visible to NT coaches. Why don't extend the skill data grabbing from NT coach account through the CORS function? I mean, the skills update feature of the club team could be extended to NT. This could be a powerful feature, I hope simple because it's already working correctly for club team :)
Sure, can you confirm if you can see the skills in the XML interface?
Nuuuu. I can't, but it's the first time that I try to load a xml page. I can see only the public data, while I can see the skills of my club players :(
For instance, i try to load https://sokker.org/xml/player-38509679.xml. It's a spare player of my club. That's the result
<player>
<ID>38509679</ID>
<name>Giulio</name>
<surname>Beretti</surname>
<countryID>10</countryID>
<age>22</age>
<height>171</height>
<weight>63.2</weight>
<BMI>21.60</BMI>
<teamID>44454</teamID>
<youthTeamID>44454</youthTeamID>
<value>213000</value>
<wage>4300</wage>
<cards>0</cards>
<goals>0</goals>
<assists>0</assists>
<matches>0</matches>
<ntCards>0</ntCards>
<ntGoals>0</ntGoals>
<ntAssists>0</ntAssists>
<ntMatches>0</ntMatches>
<injuryDays>0</injuryDays>
<national>0</national>
<skillForm>1</skillForm>
<skillExperience>1</skillExperience>
<skillTeamwork>0</skillTeamwork>
<skillDiscipline>0</skillDiscipline>
<transferList>0</transferList>
<skillStamina>2</skillStamina>
<skillPace>1</skillPace>
<skillTechnique>2</skillTechnique>
<skillPassing>6</skillPassing>
<skillKeeper>1</skillKeeper>
<skillDefending>7</skillDefending>
<skillPlaymaking>0</skillPlaymaking>
<skillScoring>9</skillScoring>
<trainingPosition>1</trainingPosition>
<isInTrainingSlot>false</isInTrainingSlot>
</player>
I can't load the last rows (the bold ones) of the Swiss players that I can see the skills but are not of my club
<player>
<ID>38509679</ID>
<name>Giulio</name>
<surname>Beretti</surname>
<countryID>10</countryID>
<age>22</age>
<height>171</height>
<weight>63.2</weight>
<BMI>21.60</BMI>
<teamID>44454</teamID>
<youthTeamID>44454</youthTeamID>
<value>213000</value>
<wage>4300</wage>
<cards>0</cards>
<goals>0</goals>
<assists>0</assists>
<matches>0</matches>
<ntCards>0</ntCards>
<ntGoals>0</ntGoals>
<ntAssists>0</ntAssists>
<ntMatches>0</ntMatches>
<injuryDays>0</injuryDays>
<national>0</national>
<skillForm>1</skillForm>
<skillExperience>1</skillExperience>
<skillTeamwork>0</skillTeamwork>
<skillDiscipline>0</skillDiscipline>
<transferList>0</transferList>
<skillStamina>2</skillStamina>
<skillPace>1</skillPace>
<skillTechnique>2</skillTechnique>
<skillPassing>6</skillPassing>
<skillKeeper>1</skillKeeper>
<skillDefending>7</skillDefending>
<skillPlaymaking>0</skillPlaymaking>
<skillScoring>9</skillScoring>
<trainingPosition>1</trainingPosition>
<isInTrainingSlot>false</isInTrainingSlot>
</player>
I can't load the last rows (the bold ones) of the Swiss players that I can see the skills but are not of my club
Yeah, it's not visible in XML. I expected that, because before you couldn't see skills of players on TL in XMLs as well, and it uses the same mechanism for showing skills. I will ask kryminator if he can tell Raul / devs if they could add skills there, but I don't think Raul wants to use devs time for improving XMLs :P
Maybe it's time to start using api calls instead? You should see his skills in this:
https://sokker.org/api/player/38509679
Maybe it's time to start using api calls instead? You should see his skills in this:
https://sokker.org/api/player/38509679
GREAT. Yes, with API I can see the skills of a Swiss player with visible skills to me :)
I can do It, then. I already tested a library to parse json files
(gewijzigd)
(gewijzigd)
Fixed
The disk space, again. Someday I will learn how to fix It before it crashes, I hope :P
The disk space, again. Someday I will learn how to fix It before it crashes, I hope :P
in checking the disk space using java you have the following method in java.io File class
https://javatutorialhq.com/java/example-source-code/io/file/check-disk-space-java/
getTotalSpace()
getFreeSpace()
https://javatutorialhq.com/java/example-source-code/io/file/check-disk-space-java/
getTotalSpace()
getFreeSpace()
I have it:
The problem is that I couldn't find the missing space anywhere. In the end I rebooted the whole server and It appeared again :)
(gewijzigd)
The problem is that I couldn't find the missing space anywhere. In the end I rebooted the whole server and It appeared again :)
(gewijzigd)
Clau_Goool naar
ringhio
ringhiostarr to tsolias
Hi Terrion
Now the skills are visible to NT coaches. Why don't extend the skill data grabbing from NT coach account through the CORS function? I mean, the skills update feature of the club team could be extended to NT. This could be a powerful feature, I hope simple because it's already working correctly for club team :)
+1 great idea
Hi Terrion
Now the skills are visible to NT coaches. Why don't extend the skill data grabbing from NT coach account through the CORS function? I mean, the skills update feature of the club team could be extended to NT. This could be a powerful feature, I hope simple because it's already working correctly for club team :)
+1 great idea
sviktorov naar
Clau_Goool
add donate button so your job can be rewarded you deserve at least free plus!
Clau_Goool naar
sviktorov
The details of the Paypal account could be added for donation button.
They are found on the first page of the topic.
They are found on the first page of the topic.
Thx mate :)
I'm trying to access the API but I'm getting: "401 Unauthorized for https://sokker.org/api/player?filter%5Bteam%5D=5661" :/
I'm trying to access the API but I'm getting: "401 Unauthorized for https://sokker.org/api/player?filter%5Bteam%5D=5661" :/