Ticket #10183 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

AttributeError : 'NoneType' Object has no attribute 'split'

Reported by: sswsm@naver.com Assigned to: rjollos
Priority: high Component: SlideShowPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.12

Description (Last modified by rjollos)

dear all.

I had install the "slideshow plug-in" to my trac. and i tested some page lige below.

[[SlideShow(theme=i18n)]]
= TItle=
* line1
* [wiki:RASIC]

then i got the error message

" AttributeError : 'NoneType' Object has no attribute 'split'"

if i used URL include '/', then error didn't occured but used only wiki address without '/' then i got the error message.

please check it

Thank you.

Sincerly.

Attachments

Change History

07/25/12 17:59:59 changed by rjollos

  • description changed.

(in reply to: ↑ description ; follow-up: ↓ 3 ) 07/25/12 18:01:20 changed by rjollos

Replying to sswsm@naver.com:

if i used URL include '/', then error didn't occured but used only wiki address without '/' then i got the error message.

Do you mean that the URL must end with a forward slash? For example, /wiki/WikiStart/.

(in reply to: ↑ 2 ) 07/26/12 02:44:09 changed by anonymous

Replying to rjollos:

Replying to sswsm@naver.com:

if i used URL include '/', then error didn't occured but used only wiki address without '/' then i got the error message.

Do you mean that the URL must end with a forward slash? For example, /wiki/WikiStart/.

right. it doesn't working with Wiki markup but if i use wiki markup with '/' it's wor. \\ for example

[wiki:test test]
* it doesn't work

but

[wiki:/test test]
* it's work 

07/26/12 03:22:45 changed by rjollos

  • status changed from new to assigned.

Thanks. I'll look into it tonight.

07/26/12 05:33:28 changed by rjollos

(In [11795]) Refs #10183: Specify resource ID when getting context. Fixes an error in resolving wiki page TracLinks.

Thanks to sswsm@naver.com for testing and reporting the defect.

07/26/12 05:34:43 changed by rjollos

  • status changed from assigned to closed.
  • resolution set to fixed.

That should do it. Let me know how it works for you.

(follow-up: ↓ 10 ) 07/26/12 06:22:00 changed by rjollos

(In [11796]) Refs #10183: (0.3dev) Misc fixes and cleanup.

  • FIX: WikiStart was not being matched when path_info was /wiki. Regex for match was copied from trac.wiki.web_ui.match_request.
  • Options are now read at file scope rather than within method calls.
  • Modified entry_points so that an empty __init__.py can be used.
  • Removed obsolete ClearSilver template.
  • Organized imports.

07/26/12 06:50:13 changed by rjollos

(In [11797]) Refs #10183: More refactoring: variable renames and code reorganization. Fixed indentation of documentation on WikiMacros page.

07/26/12 06:51:52 changed by rjollos

Okay, now I'm done with changes ;)

#6722 continues to be a problem, but I haven't been able to figure out how to fix it despite spending a bit of time on the issue.

(in reply to: ↑ 7 ) 07/26/12 12:44:05 changed by anonymous

I checked a new revision 117967, version 0.3 it working good with [wiki:~~~] but i recognized the new bug related with attachment:

I will create a new ticket, thank you!


Add/Change #10183 (AttributeError : 'NoneType' Object has no attribute 'split')




Change Properties
Action