ErrLookup › Semantic-Org/Semantic-UI
Semantic-Org/Semantic-UI
Semantic is a UI component framework based around useful principles from natural language. · JavaScript · 57 source files
Analyzed at 597843ab84 on 2026-08-13. 113 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Console cannot be restored, most likely it was overwritten o | console | warning | site, console, debugging, semantic-ui |
| The method you called is not defined. | console | error | site, invoke, method-not-found, semantic-ui |
| The before send function has aborted the request | console | warning | api, beforesend, abort, ajax, semantic-ui |
| There was an error with your request | console | error | api, ajax, server-error, network, semantic-ui |
| API Request Aborted. Exit conditions met | console | warning | api, abort, exit-conditions, semantic-ui |
| JSON could not be parsed during error handling | console | error | api, json, parse-error, server-error, semantic-ui |
| You are using legacy API success callback names | console | warning | api, deprecation, legacy, callbacks, semantic-ui |
| The method you called is not defined | console | error | api, invoke, method-not-found, semantic-ui |
| API action used but no url was defined | console | error | api, action, missing-url, configuration, semantic-ui |
| jquery-serialize-object is required to add form data to an e | console | error | api, serialize, form-data, missing-dependency, semantic-ui |
| No URL specified for api event | console | error | api, missing-url, configuration, ajax, semantic-ui |
| The beforeSend callback must return a settings object, befor | console | warning | api, beforesend, return-value, configuration, semantic-ui |
| Caching responses locally requires session storage | console | warning | api, cache, session-storage, browser-support, semantic-ui |
| There was an error parsing your request | console | error | api, json, parse-error, ajax, semantic-ui |
| Missing a required URL parameter: | console | error | api, url-template, missing-parameter, configuration, semantic-ui |
| Server gave an error: | console | error | api, ajax, server-error, http-status, semantic-ui |
| Your request timed out | console | error | api, timeout, ajax, network, semantic-ui |
| {name} must have a value | validation | warning | form, validation, required-field, prompt, semantic-ui |
| {name} must be checked | validation | warning | form, validation, checkbox, radio, prompt, semantic-ui |
| {name} must be a valid e-mail | validation | warning | form, validation, email, regex, prompt, semantic-ui |
| {name} must be a valid url | validation | warning | semantic-ui, form-validation, url, regex, client-side |
| {name} is not formatted correctly | validation | warning | semantic-ui, form-validation, regex, client-side |
| {name} must be an integer | validation | warning | semantic-ui, form-validation, integer, range, client-side |
| {name} must be a decimal number | validation | warning | semantic-ui, form-validation, decimal, regex-quirk, client-side |
| {name} must be set to a number | validation | warning | semantic-ui, form-validation, number, regex-quirk, client-side |
| {name} must be "{ruleValue}" | validation | warning | semantic-ui, form-validation, equality, client-side |
| {name} must be exactly "{ruleValue}" | validation | warning | semantic-ui, form-validation, equality, case-sensitive, client-side |
| {name} cannot be set to "{ruleValue}" | validation | warning | semantic-ui, form-validation, inequality, client-side |
| {name} cannot be set to exactly "{ruleValue}" | validation | warning | semantic-ui, form-validation, inequality, case-sensitive, client-side |
| {name} must contain "{ruleValue}" | validation | warning | semantic-ui, form-validation, substring, naming-mismatch, client-side |
| {name} must contain exactly "{ruleValue}" | validation | warning | semantic-ui, form-validation, substring, case-sensitive, naming-mismatch, client-side |
| {name} cannot contain "{ruleValue}" | validation | warning | semantic-ui, form-validation, substring, typo, client-side |
| {name} cannot contain exactly "{ruleValue}" | validation | warning | semantic-ui, form-validation, substring, case-sensitive, client-side |
| {name} must be at least {ruleValue} characters | validation | warning | semantic-ui, form-validation, length, client-side |
| {name} must be exactly {ruleValue} characters | validation | warning | semantic-ui, form-validation, length, exact, client-side |
| {name} cannot be longer than {ruleValue} characters | validation | warning | semantic-ui, form-validation, length, client-side |
| {name} must match {ruleValue} field | validation | warning | semantic-ui, form-validation, cross-field, match, client-side |
| {name} must have a different value than {ruleValue} field | validation | warning | semantic-ui, form-validation, cross-field, different, client-side |
| {name} must be a valid credit card number | validation | warning | semantic-ui, form-validation, credit-card, luhn, client-side |
| {name} must have at least {ruleValue} choices | validation | warning | form-validation, semantic-ui, rule-mincount, checkbox-group |
| {name} must have exactly {ruleValue} choices | validation | warning | form-validation, semantic-ui, rule-exactcount, checkbox-group |
| {name} must have {ruleValue} or less choices | validation | warning | form-validation, semantic-ui, rule-maxcount, checkbox-group |
| You must specify a string identifier for each field | console | error | form-validation, semantic-ui, identifier, configuration |
| The method you called is not defined. | console | error | semantic-ui, method-not-found, api-misuse |
| There is no rule matching the one you specified | console | error | form-validation, semantic-ui, rule-not-found, configuration |
| Starting in 2.0 forms now only take a single settings object | console | info | semantic-ui, deprecation, migration, form-validation |
| The method you called is not defined. | console | error | semantic-ui, method-not-found, visibility |
| Element is hidden, you must call refresh after element becom | console | warning | semantic-ui, visibility, hidden-element, lifecycle |
| You attempted to load content without API module | console | error | semantic-ui, tab, missing-module, api |
| The method you called is not defined | console | error | semantic-ui, method-not-found, tab |
| Activated tab cannot be found. Tabs are case-sensitive. | console | error | semantic-ui, tab, missing-element, case-sensitivity |
| The tab you specified is missing a content url. | console | error | semantic-ui, tab, missing-content-url, configuration |
| History enabled, but no path was specified | console | error | semantic-ui, tab, history, configuration |
| Max recursive depth reached | console | error | semantic-ui, tab, recursion, configuration |
| onTabInit has been renamed to onFirstLoad in 2.0, please adj | console | info | semantic-ui, deprecation, migration, tab |
| onTabLoad has been renamed to onLoad in 2.0. Please adjust y | console | info | semantic-ui, deprecation, migration, tab |
| History requires Asual's Address library <https://github.com | console | error | semantic-ui, tab, missing-dependency, history |
| Sticky element must be inside a relative container | console | warning | semantic-ui, sticky, css-positioning, configuration |
| Element is hidden, you must call refresh after element becom | console | warning | semantic-ui, sticky, hidden-element, lifecycle |
| The method you called is not defined. | console | info | sticky, method-dispatch, dead-code |
| Context specified does not exist | console | warning | sticky, context, dom, init-order |
| Sticky element is larger than its container, cannot create s | console | warning | sticky, layout, responsive |
| Element is no longer attached to DOM. Unable to animate. Us | console | warning | transition, dom, lifecycle |
| That animation is already occurring, cancelling repeated ani | console | info | transition, animation, dead-code |
| The method you called is not defined | console | info | transition, method-dispatch, dead-code |
| This browser does not support CSS animations | console | warning | transition, browser-support, feature-detection |
| The method you called is not defined | console | warning | checkbox, method-dispatch |
| UI Dimmer, a required component is not included in this page | console | error | modal, dimmer, dependency, build |
| The method you called is not defined. | console | info | modal, method-dispatch, dead-code |
| The element you specified could not be found | console | warning | modal, selector, events |
| You tried to switch to a side that does not exist. | console | warning | shape, selector |
| The method you called is not defined | console | info | shape, method-dispatch, dead-code |
| $.cookie is not included. A storage solution is required. | console | warning | nag, storage, cookie, dependency |
| Neither $.cookie or store is defined. A storage solution is | console | warning | nag, storage, cookie |
| The method you called is not defined. | console | warning | nag, method-dispatch |
| The method you called is not defined. | console | warning | sidebar, method-dispatch |
| Had to add pusher element. For optimal performance make sure | console | info | sidebar, layout, markup |
| Had to move sidebar. For optimal performance make sure sideb | console | info | sidebar, layout, markup |
| The overlay setting is no longer supported, use animation: o | console | warning | sidebar, deprecated, migration |
| There were no elements that matched the specified selector | console | warning | sidebar, selector, dom, semantic-ui, console-error |
| Cannot search. No source used, and Semantic API module was n | console | error | search, source, api-module, semantic-ui, console-error |
| Your search returned no results | console | info | search, no-results, ui-message, semantic-ui |
| Error in debug logging, exiting. | console | info | search, dead-code, logging, semantic-ui |
| No search endpoint was specified | console | error | search, endpoint, api-module, semantic-ui, network |
| A valid template name was not specified. | console | error | search, template, configuration, semantic-ui, console-error |
| searchFullText setting has been renamed fullTextSearch for c | console | warning | search, deprecation, configuration, semantic-ui, console-error |
| There was an issue querying the server. | console | error | search, server-error, network, api-module, semantic-ui |
| Results must be an array to use maxResults setting | console | warning | search, max-results, data-shape, semantic-ui, console-error |
| The method you called is not defined. | console | info | search, dead-code, method-dispatch, semantic-ui |
| The position you specified is not a valid position | console | error | popup, position, configuration, semantic-ui, console-error |
| Popup does not fit within the boundaries of the viewport | console | warning | popup, viewport, positioning, semantic-ui, console-error |
| The method you called is not defined. | console | info | popup, dead-code, method-dispatch, semantic-ui |
| This module requires ui transitions <https://github.com/Sema | console | error | popup, transition, missing-dependency, semantic-ui, console-error |
| The target or popup you specified does not exist on the page | console | error | popup, missing-element, dom, semantic-ui, console-error |
| The method you called is not defined. | console | warning | progress, method-dispatch, typo, semantic-ui, console-error |
| Progress value is non numeric | console | error | progress, numeric, validation, semantic-ui, console-error |
| Value specified is above 100% | console | warning | progress, range, percent, semantic-ui, console-error |
| Value specified is below 0% | console | warning | progress, range, percent, semantic-ui, console-error |
| The method you called is not defined. | console | warning | dimmer, method-dispatch, typo, semantic-ui, console-error |
| No URL specified | console | error | embed, semantic-ui, config, video |
| The method you called is not defined | console | warning | embed, semantic-ui, api-misuse, typo |
| There was an error contacting the server | console | warning | dropdown, semantic-ui, network, remote-data, user-facing |
| You called a dropdown action that was not defined | console | error | dropdown, semantic-ui, config, action |
| Once a select has been initialized behaviors must be called | console | info | dropdown, semantic-ui, select, dead-code |
| Allowing user additions currently requires the use of labels | console | warning | dropdown, semantic-ui, config, multiselect |
| <select> requires multiple property to be set to correctly p | console | warning | dropdown, semantic-ui, select, markup |
| The method you called is not defined. | console | warning | dropdown, semantic-ui, api-misuse, typo |
| The API module is required to load resources remotely | console | error | dropdown, semantic-ui, api-module, remote-data, dependency |
| Saving remote data requires session storage | console | error | dropdown, semantic-ui, session-storage, remote-data, environment |
| This module requires ui transitions <https://github.com/Sema | console | error | dropdown, semantic-ui, transition, animation, dependency |
| The method you called is not defined | console | warning | accordion, semantic-ui, api-misuse, typo |
| The method you called is not defined | console | info | rating, semantic-ui, api-misuse, silent-failure, dead-code |
| No maximum rating specified. Cannot generate HTML automatica | console | info | rating, semantic-ui, config, dead-code |