www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - code.dlang.org returns 500 when looking up certain words

reply Markus <contact markus-lanner.com> writes:
- if you search for `d` it returns 500. 
https://code.dlang.org/search?q=d
- if you search for `d-bus` it returns 500. 
https://code.dlang.org/search?q=d-bus
- if you search for `e` it DOES NOT return 500. 
https://code.dlang.org/search?q=e
- if you search for `de` it DOES NOT return 500.

```
500 - Internal Server Error

Internal Server Error

Internal error information:
vibe.db.mongo.connection.MongoDriverException /root/.dub/packages/vibe-d-0.9.2/vibe-d/mongodb/vibe/db/
ongo/cursor.d(304): Query failed. Does the database exist?
----------------
??:? [0x562c4227b4c5]
??:? [0x562c422a1b36]
??:? [0x562c422862ed]
/root/ldc2-1.22.0-linux-x86_64/bin/../import/std/exception.d:517 
[0x562c41cfb7e5]
/root/ldc2-1.22.0-linux-x86_64/bin/../import/std/exception.d:437 
[0x562c41cee315]
/root/.dub/packages/vibe-d-0.9.2/vibe-d/mongodb/vibe/db/mongo/cursor.d:304
[0x562c41d5057d]
/mnt/c/Users/soenke/develop/0-dlang/dub-registry/source/app.d:462 
[0x562c41d51020]
/mnt/c/Users/soenke/develop/0-dlang/dub-registry/source/app.d:322 
[0x562c41d50e47]
/mnt/c/Users/soenke/develop/0-dlang/dub-registry/source/app.d:367 
[0x562c41d77e06]
/root/.dub/packages/vibe-d-0.9.2/vibe-d/mongodb/vibe/db/mongo/cursor.d:233
[0x562c41d5006d]
/root/.dub/packages/vibe-d-0.9.2/vibe-d/mongodb/vibe/db/mongo/cursor.d:60
[0x562c41c7f4dd]
/root/ldc2-1.22.0-linux-x86_64/bin/../import/std/algorithm/iteration.d:615
[0x562c41d76ef8]
/root/ldc2-1.22.0-linux-x86_64/bin/../import/std/array.d:138 
[0x562c41c79bf2]
/mnt/c/Users/soenke/develop/0-dlang/dub-registry/source/dubregistr
/dbcontroller.d:333 [0x562c41c31c60]
/mnt/c/Users/soenke/develop/0-dlang/dub-registry/source/dubreg
stry/registry.d:103 [0x562c41bff8d3]
/mnt/c/Users/soenke/develop/0-dlang/dub-registry/source/dubregistry/web.d:476
[0x562c41bff837]
/root/.dub/packages/vibe-d-0.9.2/vibe-d/web/vibe/web/web.d:1043 
[0x562c41ca7e3a]
/root/.dub/packages/vibe-d-0.9.2/vibe-d/web/vibe/web/web.d:214 
[0x562c41ca7a43]
router.d:218 [0x562c420e8db4]
router.d:674 [0x562c420eb3d6]
router.d:607 [0x562c420e8a86]
router.d:211 [0x562c420e883e]
server.d:2272 [0x562c420f0a85]
server.d:247 [0x562c420eeebe]
server.d:239 [0x562c420ee77b]
server.d:2028 [0x562c420f8dce]
task.d:706 [0x562c421e4435]
task.d:724 [0x562c421e1011]
task.d:433 [0x562c421e07fe]
??:? [0x562c4227c5d8]
```

Have fun
Markus
Nov 20 2020
parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
On Fri, Nov 20, 2020 at 10:34:43AM +0000, Markus via Digitalmars-d wrote:
 - if you search for `d` it returns 500. https://code.dlang.org/search?q=d
 - if you search for `d-bus` it returns 500.
 https://code.dlang.org/search?q=d-bus
 - if you search for `e` it DOES NOT return 500.
 https://code.dlang.org/search?q=e
 - if you search for `de` it DOES NOT return 500.
[...] Reproduced this problem from here as well. Wow, this is embarrassing. Somebody should look into this ASAP. T -- Public parking: euphemism for paid parking. -- Flora
Nov 20 2020