ErrLookup › geekcomputers/Python

geekcomputers/Python

My Python Examples · Python · 790 source files

Analyzed at 40f4cd2652 on 2026-08-27. 39 documented errors.

Code / MessageTypeSeverityTags
Parameter n must be int or passive of cast to int.
validation error python, type-error, input-validation, project-euler
Parameter n must be greater or equal to one.
validation error python, value-error, input-validation
Please give a integer
validation error python, type-error, blackjack, validation
Your integer should bigger than 0
validation error python, value-error, blackjack, validation
Your chips should between 1 -
validation error python, value-error, blackjack, betting
Not enough chips || CAN'T DO DOUBLE
validation warning python, blackjack, betting, insufficient-funds
Not enough chips
validation warning blackjack, chips, insurance, value-error, game-logic
Player BUST
exception warning blackjack, bust, game-logic, value-error
Dealer BUST
exception warning blackjack, bust, dealer, game-logic, value-error
The deck is empty; cannot draw more cards
validation error uno, deck-exhausted, card-game, value-error
Could not extract frame
exception error opencv, video, thumbnail, frame-extraction, python
The tk_instance argument must be an instance of Tk.
exception error tkinter, typeerror, constructor-validation, flappy-bird
The background argument must be an instance of Background.
exception error tkinter, typeerror, constructor-validation, flappy-bird
The gameover_method argument must be a callable object.
exception error tkinter, typeerror, callable-validation, callback
The background argument must be an instance of Background.
exception error tkinter, typeerror, constructor-validation, flappy-bird
The parameter fp should be a sequence containing the path of
exception error tkinter, typeerror, asset-validation, flappy-bird
The birdargument must be an instance of Bird.
exception error tkinter, typeerror, constructor-validation, flappy-bird
The score_function argument must be a callable object.
exception error tkinter, typeerror, callable-validation, callback
File local_words.txt was not found
exception error hangman, filenotfound, packaging, data-file
There is no connection to the internet
exception error hangman, network, connection-error, requests
Something go wrong with getting the word from site
exception error hangman, http-error, api, runtime-error
Non existing enum
exception error hangman, enum, dispatch, attribute-error
Invalid Position
validation error linked-list, index-out-of-range, data-structure
Invalid Position
validation error linked-list, doubly-linked-list, index-out-of-range
Invalid Position
validation error singly-linked-list, remove, index-out-of-range
Dataset directory not found: {split_dir}
error_code critical dataset, file-not-found, data-loading, neuralforge
Unknown dataset: {name}
validation error dataset, factory, invalid-argument, neuralforge
Invalid learning rate: {lr}
validation error optimizer, adamw, hyperparameter, validation, neuralforge
Invalid epsilon value: {eps}
validation error optimizer, adamw, hyperparameter, validation, neuralforge
Invalid beta parameter at index 0: {betas[0]}
validation error python, optimizer, adamw, hyperparameter, validation
Invalid beta parameter at index 1: {betas[1]}
validation error python, optimizer, adamw, hyperparameter, validation
AdamW does not support sparse gradients
error_code error python, pytorch, optimizer, adamw, sparse-gradients, embedding
Expected non-negative epoch, but got {}
validation error python, pytorch, lr-scheduler, cosine-annealing, validation
Format must be HH:MM:SS
validation warning python, tkinter, time-format, input-validation, gui
Time out of range
validation warning python, tkinter, time-range, input-validation, gui
Invalid input for side.
validation error python, type-conversion, input-validation, valueerror
Invalid employee field
validation error python, sql, validation, whitelist, backend
Invalid customer field
validation error python, sql, validation, whitelist, backend
Degrees must be between 0 and 359
validation warning python, cli, input-validation, angle-range