Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error has occured in one of your routes. #53

Open
hamidb80 opened this issue Oct 31, 2022 · 5 comments · May be fixed by #60
Open

An error has occured in one of your routes. #53

hamidb80 opened this issue Oct 31, 2022 · 5 comments · May be fixed by #60
Assignees

Comments

@hamidb80
Copy link

from time to time, on the project page, I get this error:

An error has occured in one of your routes.
Detail: package_directory.nim(1916) package_directory
package_directory.nim(1913) main
jester.nim(494) serve
httpbeast.nim(540) run
httpbeast.nim(371) eventLoop
httpbeast.nim(227) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) fetch_github_versionsNimAsyncContinue
package_directory.nim(589) fetch_github_versionsIter
package_directory.nim(538) extract_latest_version
package_directory.nim(525) is_newer
strutils.nim(1115) parseInt
[[reraised from:
package_directory.nim(1916) package_directory
package_directory.nim(1913) main
jester.nim(494) serve
httpbeast.nim(540) run
httpbeast.nim(371) eventLoop
httpbeast.nim(227) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) mainRouterNimAsyncContinue
asyncmacro.nim(145) mainRouterIter
asyncfutures.nim(372) read
]]
[[reraised from:
package_directory.nim(1916) package_directory
package_directory.nim(1913) main
jester.nim(494) serve
httpbeast.nim(540) run
httpbeast.nim(371) eventLoop
httpbeast.nim(227) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) dispatchNimAsyncContinue
asyncmacro.nim(145) dispatchIter
asyncfutures.nim(372) read
]]
[[reraised from:
package_directory.nim(1916) package_directory
package_directory.nim(1913) main
jester.nim(494) serve
httpbeast.nim(540) run
httpbeast.nim(371) eventLoop
httpbeast.nim(227) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) handleRequestSlowNimAsyncContinue
asyncmacro.nim(145) handleRequestSlowIter
asyncfutures.nim(372) read
]]
invalid integer: 0-2
@FedericoCeratto
Copy link
Owner

Is this from the home page? Thanks!

@hamidb80
Copy link
Author

hamidb80 commented Nov 1, 2022

Is this from the home page? Thanks!

No, It happens in package page like https://nimble.directory/pkg/autotemplate

sevalsixarci added a commit to sevalsixarci/nim-package-directory that referenced this issue Jun 18, 2023
@ITwrx
Copy link

ITwrx commented Jun 22, 2023

https://nimble.directory/pkg/arturo

Detail: package_directory.nim(533) package_directory
package_directory.nim(530) main
jester.nim(494) serve
httpbeast.nim(546) run
httpbeast.nim(378) eventLoop
httpbeast.nim(229) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) fetch_github_versionsNimAsyncContinue
github.nim(112) fetch_github_versionsIter
util.nim(47) extract_latest_version
util.nim(34) is_newer
strutils.nim(1115) parseInt
[[reraised from:
package_directory.nim(533) package_directory
package_directory.nim(530) main
jester.nim(494) serve
httpbeast.nim(546) run
httpbeast.nim(378) eventLoop
httpbeast.nim(229) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) mainRouterNimAsyncContinue
asyncmacro.nim(145) mainRouterIter
asyncfutures.nim(372) read
]]
[[reraised from:
package_directory.nim(533) package_directory
package_directory.nim(530) main
jester.nim(494) serve
httpbeast.nim(546) run
httpbeast.nim(378) eventLoop
httpbeast.nim(229) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) dispatchNimAsyncContinue
asyncmacro.nim(145) dispatchIter
asyncfutures.nim(372) read
]]
[[reraised from:
package_directory.nim(533) package_directory
package_directory.nim(530) main
jester.nim(494) serve
httpbeast.nim(546) run
httpbeast.nim(378) eventLoop
httpbeast.nim(229) processEvents
asyncdispatch.nim(1627) poll
asyncdispatch.nim(1368) runOnce
asyncdispatch.nim(208) processPendingCallbacks
asyncmacro.nim(29) handleRequestSlowNimAsyncContinue
asyncmacro.nim(145) handleRequestSlowIter
asyncfutures.nim(372) read
]]
invalid integer: 82-pre2

@daylinmorgan
Copy link

I use none semver tags for e.g. a nightly release that raises a similar error for https://nimble.directory/pkg/forge

@dragsbruh
Copy link

dragsbruh commented Dec 3, 2023

Any package url (almost) shows this error. The error shows up randomly (and rarely) and goes away on refresh. Its not a serious issue but the cause for the issue might be serious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants