I get this error and I really don't know how to handle it. I saw similar questions here and I've tried the solutions, but it didn't work.
\documentclass[a4paper,12pt,fleqn]{book} %{scrartcl}
\usepackage{fullpage}
\usepackage[latin1]{inputenc}
\usepackage[ngerman, english]{babel}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amsbsy}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{natbib}
\usepackage{dsfont}
\usepackage{enumerate}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{placeins}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{natbib}
\usepackage[most]{tcolorbox}
\usepackage{subcaption}
\usepackage{url}
\begin{document}
\bibliographystyle{plainnat}
\bibliography{Bibliografy}
\end{document}
Bib-file:
@article{wikipedia1,
title = "Scripting language",
author = "[1]",
url = "http://en.wikipedia.org/wiki/Scripting_language"
}
ERROR - message:
Underfull \hbox (badness 10000) in paragraph at lines 902--904
[47] (/tmp/.thesis.tex.bbl [48]
Chapter 5.
Package natbib Warning: Empty `thebibliography' environment on input line 8.
What should I do? Thanks!

Bibliografy.bibcontain? Also, insert\usepackageafter\documentclassand you're short a\begin{document}. In fact, while we're on the topic of sorting out the details, could you please provide us with a minimal working example (MWE) - something that we can copy-and-paste-and-compile and see exactly what your problem is. We don't haveBibliografy.bib, nor do we know which compile sequence you're following... – Werner Oct 08 '14 at 18:05\citecommands in your document? Did you run BibTeX? – Mico Oct 08 '14 at 18:10\nocite{*}at least... – Werner Oct 08 '14 at 19:26.bibfile and the code from above, in conjunction with\cite{wikipedia1}, I get an error message about an incompatibility with author-year citation style – Oct 08 '14 at 19:45