kadirahq / fast-render

Render you app even before the DDP connection is live. - magic?
MIT License
560 stars 80 forks source link

URIError: URI malformed #90

Open SachaG opened 9 years ago

SachaG commented 9 years ago

I just ran into this when doing mup reconfig on a Telescope instance:

72.14.186.212] URIError: URI malformed
    at decodeURI (native)
    at Object._pathMatch (packages/meteorhacks:fast-render/lib/server/utils.js:35)
    at Object._processRoutes (packages/meteorhacks:fast-render/lib/server/fast_render.js:28)
    at Object.RouteController [as handle] (packages/meteorhacks:fast-render/lib/server/inject.js:90)
    at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)
    at Object.cookieParser [as handle] (/opt/meteor/app/programs/server/npm/meteorhacks:fast-render/node_modules/connect/lib/middleware/cookieParser.js:65:5)
    at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)
    at Object.Package [as handle] (packages/spiderable/spiderable_server.js:127)
    at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)
    at middleware (packages/oauth/oauth_server.js:157)

I don't think it's affecting anything, but I just thought I'd make a note of it :)

arunoda commented 9 years ago

Sacha,

If you get this another time, try to copy the HTML content on the view source and send that as well.

Then I can find the issue.

BTW: I released a new version of FR with a fix for a this kind of error. Try to update. On 2015 ජන 4, ඉරිදා at පෙ.ව. 9.13 Sacha Greif notifications@github.com wrote:

I just ran into this when doing mup reconfig on a Telescope instance:

72.14.186.212] URIError: URI malformed at decodeURI (native) at Object._pathMatch (packages/meteorhacks:fast-render/lib/server/utils.js:35) at Object._processRoutes (packages/meteorhacks:fast-render/lib/server/fast_render.js:28) at Object.RouteController as handle at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15) at Object.cookieParser as handle at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15) at Object.Package as handle at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15) at middleware (packages/oauth/oauth_server.js:157)

I don't think it's affecting anything, but I just thought I'd make a note of it :)

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/fast-render/issues/90.

SachaG commented 9 years ago

OK, I'll do that, and I'll update as well :)

On Mon, Jan 5, 2015 at 12:06 PM, Arunoda Susiripala < notifications@github.com> wrote:

Sacha,

If you get this another time, try to copy the HTML content on the view source and send that as well.

Then I can find the issue.

BTW: I released a new version of FR with a fix for a this kind of error. Try to update. On 2015 ජන 4, ඉරිදා at පෙ.ව. 9.13 Sacha Greif notifications@github.com wrote:

I just ran into this when doing mup reconfig on a Telescope instance:

72.14.186.212] URIError: URI malformed at decodeURI (native) at Object._pathMatch (packages/meteorhacks:fast-render/lib/server/utils.js:35) at Object._processRoutes (packages/meteorhacks:fast-render/lib/server/fast_render.js:28) at Object.RouteController as handle at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)

at Object.cookieParser as handle

at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)

at Object.Package as handle at next (/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)

at middleware (packages/oauth/oauth_server.js:157)

I don't think it's affecting anything, but I just thought I'd make a note of it :)

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/fast-render/issues/90.

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/fast-render/issues/90#issuecomment-68663533 .

arunoda commented 9 years ago

Okay.

On Mon Jan 05 2015 at 8:42:29 AM Sacha Greif notifications@github.com wrote:

OK, I'll do that, and I'll update as well :)

On Mon, Jan 5, 2015 at 12:06 PM, Arunoda Susiripala < notifications@github.com> wrote:

Sacha,

If you get this another time, try to copy the HTML content on the view source and send that as well.

Then I can find the issue.

BTW: I released a new version of FR with a fix for a this kind of error. Try to update. On 2015 ජන 4, ඉරිදා at පෙ.ව. 9.13 Sacha Greif notifications@github.com

wrote:

I just ran into this when doing mup reconfig on a Telescope instance:

72.14.186.212] URIError: URI malformed at decodeURI (native) at Object._pathMatch (packages/meteorhacks:fast-render/lib/server/utils.js:35) at Object._processRoutes (packages/meteorhacks:fast-render/lib/server/fast_render.js:28) at Object.RouteController as handle at next

(/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)

at Object.cookieParser [as handle]

(/opt/meteor/app/programs/server/npm/meteorhacks:fast-render/node_modules/connect/lib/middleware/cookieParser.js:65:5)

at next

(/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)

at Object.Package as handle at next

(/opt/meteor/app/programs/server/npm/webapp/node_modules/connect/lib/proto.js:190:15)

at middleware (packages/oauth/oauth_server.js:157)

I don't think it's affecting anything, but I just thought I'd make a note of it :)

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/fast-render/issues/90.

— Reply to this email directly or view it on GitHub < https://github.com/meteorhacks/fast-render/issues/90#issuecomment-68663533>

.

— Reply to this email directly or view it on GitHub https://github.com/meteorhacks/fast-render/issues/90#issuecomment-68663823 .