URIError

URI malformed

node_modules/@nuxt/server/dist/server.js:154:17
nuxtMiddleware
const nuxtMiddleware = ({ options, nuxt, renderRoute, resources }) => async function nuxtMiddleware (req, res, next) { // Get context const context = utils.getContext(req, res); try { const url = decodeURI(req.url); res.statusCode = 200; const result = await renderRoute(url, context); // If result is falsy, call renderLoading if (!result) {
node_modules/connect/index.js:239:7
call
// error-handling middleware handle(err, req, res, next); return; } else if (!hasError && arity < 4) { // request-handling middleware handle(req, res, next); return; } } catch (e) { // replace the error error = e;
node_modules/connect/index.js:183:5
next
slashAdded = true; } } // call the layer handle call(layer.handle, route, err, req, res, next); } next(); };
node_modules/serve-placeholder/src/index.js:22:14
servePlaceholderMiddleware
// Try to find a handler based on ext let handler = options.handlers[ext] // Skip middleware is handler is explictly set to false if (handler === false) { return next() } // In case of no handler guessed if (typeof handler === 'undefined') { if (options.skipUnknown) {
node_modules/connect/index.js:239:7
call
// error-handling middleware handle(err, req, res, next); return; } else if (!hasError && arity < 4) { // request-handling middleware handle(req, res, next); return; } } catch (e) { // replace the error error = e;
node_modules/connect/index.js:183:5
next
slashAdded = true; } } // call the layer handle call(layer.handle, route, err, req, res, next); } next(); };
node_modules/connect/index.js:161:14
next
var path = parseUrl(req).pathname || '/'; var route = layer.route; // skip this layer if the route doesn't match if (path.toLowerCase().substr(0, route.length) !== route.toLowerCase()) { return next(err); } // skip if route match does not border "/", ".", or end var c = path.length > route.length && path[route.length]; if (c && c !== '/' && c !== '.') {
node_modules/connect/index.js:161:14
next
var path = parseUrl(req).pathname || '/'; var route = layer.route; // skip this layer if the route doesn't match if (path.toLowerCase().substr(0, route.length) !== route.toLowerCase()) { return next(err); } // skip if route match does not border "/", ".", or end var c = path.length > route.length && path[route.length]; if (c && c !== '/' && c !== '.') {
node_modules/serve-static/index.js:121:7
SendStream.error
if (forwardError || !(err.statusCode < 500)) { next(err) return } next() }) // pipe stream.pipe(res) }

Request Details

URI /news/130730MA%20relacja%20ze%20spotka%F1%20rekrutacyjnych%20projektu%20lipiec%202013.html
Request Method GET
HTTP Version 1.0
Connection close

Headers

HOST 127.0.0.1:4002
ACCEPT */*
USER-AGENT claudebot
REFERER http://swr.pl/news/130730MA%20relacja%20ze%20spotka%F1%20rekrutacyjnych%20projektu%20lipiec%202013.html

Cookies