issues Search Results · repo:takos22/codingame language:Python
Filter by
10 results
(91 ms)10 results
intakos22/codingame (press backspace or delete to remove)Decprecate Player.submission_id in favor of Player.solution_id for consistency with Player.solution_shared and other API
object names.
https://github.com/takos22/codingame/blob/9f4592b540d1ff24bbfcc408ccf14917b5c60b03/codingame/clash_of_code/player.py#L155 ...
todo
github-actions[bot]
- 1
- Opened on Feb 24, 2024
- #31
Describe the bug
There is a KeyError when running Client.get_clash_of_code
File ../codingame/client/async_.py , line 127, in get_clash_of_code
return ClashOfCode(self._state, data)
File ../codingame/clash_of_code.py ...
bug
neudheh
- Opened on Feb 3, 2024
- #29
Describe the bug
When using Client.get_challenge_leaderboard with an invalid challenge ID, it raises a KeyError instead of a
codingame.ChallengeNotFound.
To Reproduce
Steps to reproduce the behavior: ...
bug
good first issue
takos22
- Opened on Mar 4, 2023
- #26
Description
An error related to date format occur when trying to get the pending clash of code (with
codingame.Client().get_pending_clash_of_code())
To Reproduce
Just call codingame.Client().get_pending_clash_of_code() ...
bug
TheNCProductions
- 1
- Opened on Feb 11, 2023
- #23
implement state.current_language
def str(self) - str:
return self[state.current_language]
https://github.com/takos22/codingame/blob/a169a0c6ccb4b096fe599ffc2b725ea8c90e6bc5/codingame/notification/data.py#L77 ...
todo
github-actions[bot]
- 1
- Opened on Jun 20, 2022
- #20
Related problem
When dealing with endpoint that give a title/description in both French and English, displaying both is a bit bulky, so
having the ConnectionState know its current language would help ...
enhancement
good first issue
todo
github-actions[bot]
- Opened on Nov 2, 2021
- #10
Duplicate of #8
Generated automatically
fix this to use [id, logged_in.id]
https://github.com/takos22/codingame/blob/a09f6bd11a1475c84add70b7231f07bd50246b8e/codingame/http/base.py#L92
):
...
duplicate
todo
github-actions[bot]
- 1
- Opened on Nov 2, 2021
- #9
Related problem
Only the followers and follows of the logged in CodinGamer can be accessed with CodinGamer.get_followers and
CodinGamer.get_followed.
Wanted solution
Being able to access anyone s followers ...
enhancement
good first issue
todo
github-actions[bot]
- Opened on Nov 2, 2021
- #8
Is your feature request related to a problem? Please describe. I made a small app that downloads all my CodinGame
solutions. I need to make authenticated API requests to different URLs e.g.
https://www.codingame.com/services/Puzzle/findAllMinimalProgress, ...
enhancement
good first issue
darthwalsh
- 2
- Opened on Nov 2, 2021
- #7
Describe the bug
When logging in to CodinGame API, with Client.login(email, password), a LoginError is raised saying Service not found:
codingamer.loginsitev2(3). This means that the endpoint in the API ...
bug
takos22
- 1
- Opened on Oct 27, 2021
- #5

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.